@keyframes waveIn{0%{opacity:0;transform:translateY(50px) translateX(-20px)}60%{opacity:1;transform:translateY(-10px) translateX(5px)}80%{transform:translateY(5px) translateX(-2px)}to{opacity:1;transform:translateY(0) translateX(0)}}.category-section{position:relative;width:100%;overflow:hidden;background-color:#fff;padding:100px 0 75px}.category-section .category-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.category-section .category-background .background-image{display:block;width:100%;height:100%;object-fit:cover}.category-section .category-container{position:relative;width:1440px;margin:0 auto;z-index:1}.category-section .category-container .title-section{width:840px;margin:0 auto 30px;display:flex;flex-direction:column;align-items:center;text-align:center}.category-section .category-container .title-section .main-title{font-family:var(--font-inter-tight),"Inter Tight",sans-serif;font-weight:800;font-size:64px;line-height:1.2;letter-spacing:-1.92px;color:#000;margin:0 0 20px;display:flex;justify-content:center;align-items:center;gap:.25em}.category-section .category-container .title-section .main-title .blur-text{margin:0;padding:0;font-size:inherit;font-weight:inherit;line-height:inherit;letter-spacing:inherit}.category-section .category-container .title-section .main-title .highlight{color:#4d4397}.category-section .category-container .title-section .subtitle{font-family:Inter,sans-serif;font-weight:400;font-size:15px;line-height:22px;color:#000;margin:0;width:100%;max-width:840px;text-align:center;justify-content:center;text-wrap:balance}.category-section .category-container .title-section>button{margin-top:24px}.category-section .category-container .categories-wrapper{width:100%;max-width:1124px;margin:0 auto;position:relative}.category-section .category-container .categories-wrapper .and-more-below{margin-top:24px;font-family:Inter,sans-serif;font-weight:500;font-size:16px;color:#4d4397;cursor:pointer;transition:opacity .2s ease}.category-section .category-container .categories-wrapper .and-more-below:hover{opacity:.7}.category-section .category-container .categories-grid{width:100%;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,auto);border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.category-section .category-container .categories-grid .and-more-cell{display:none}.category-section .category-container .categories-grid .category-card{position:relative;display:flex;flex-direction:column;gap:12px;padding:32px;border-right:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;opacity:0;background:#fff;transition:background-color .3s ease}.category-section .category-container .categories-grid .category-card:nth-child(3n){border-right:none}.category-section .category-container .categories-grid .category-card:nth-child(n+7){border-bottom:none}.category-section .category-container .categories-grid .category-card:nth-child(-n+3):before{content:"";position:absolute;inset:0;width:100%;height:100%;background:linear-gradient(0deg,#f3f4f6,transparent);opacity:0;transition:opacity .2s;pointer-events:none;z-index:0}.category-section .category-container .categories-grid .category-card:nth-child(-n+3):hover:before{opacity:1}.category-section .category-container .categories-grid .category-card:nth-child(n+4):nth-child(-n+6):before{content:"";position:absolute;inset:0;width:100%;height:100%;background:linear-gradient(180deg,rgba(243,244,246,.5),rgba(243,244,246,.8) 50%,rgba(243,244,246,.5));opacity:0;transition:opacity .2s;pointer-events:none;z-index:0}.category-section .category-container .categories-grid .category-card:nth-child(n+4):nth-child(-n+6):hover:before{opacity:1}.category-section .category-container .categories-grid .category-card:nth-child(n+7):before{content:"";position:absolute;inset:0;width:100%;height:100%;background:linear-gradient(180deg,#f3f4f6,transparent);opacity:0;transition:opacity .2s;pointer-events:none;z-index:0}.category-section .category-container .categories-grid .category-card:nth-child(n+7):hover:before{opacity:1}.category-section .category-container .categories-grid .category-card .card-header{position:relative;display:flex;align-items:center;gap:14.046px;height:35px;z-index:1}.category-section .category-container .categories-grid .category-card .card-header:before{content:"";position:absolute;left:-32px;top:50%;transform:translateY(-50%);width:4px;height:24px;background-color:#d1d5db;border-radius:0 4px 4px 0;transition:all .2s}.category-section .category-container .categories-grid .category-card .card-header:has(.icon-wrapper[style*="width: 20px"]){gap:20px}.category-section .category-container .categories-grid .category-card .card-header .icon-wrapper{flex-shrink:0;display:flex;align-items:center;justify-content:center;z-index:1}.category-section .category-container .categories-grid .category-card .card-header .icon-wrapper img{display:block;width:100%;height:100%}.category-section .category-container .categories-grid .category-card .card-header .card-title{font-family:Inter,sans-serif;font-weight:500;font-size:18px;line-height:normal;margin:0;white-space:nowrap;flex-shrink:0;color:#000;transition:transform .2s;display:inline-block;z-index:1}.category-section .category-container .categories-grid .category-card:hover .card-header:before{height:32px;background-color:#4d4397}.category-section .category-container .categories-grid .category-card:hover .card-header .card-title{transform:translateX(8px)}.category-section .category-container .categories-grid .category-card .card-description{position:relative;font-family:Inter,sans-serif;font-weight:500;font-size:14px;line-height:16px;color:rgba(0,0,0,.5);margin:0;z-index:1}.category-section .category-container .categories-grid.animate .category-card{animation:waveIn 1s cubic-bezier(.25,.46,.45,.94) forwards}.category-section .category-container .categories-grid.animate .category-card:first-child{animation-delay:.1s}.category-section .category-container .categories-grid.animate .category-card:nth-child(2){animation-delay:.25s}.category-section .category-container .categories-grid.animate .category-card:nth-child(3){animation-delay:.4s}.category-section .category-container .categories-grid.animate .category-card:nth-child(4){animation-delay:.55s}.category-section .category-container .categories-grid.animate .category-card:nth-child(5){animation-delay:.7s}.category-section .category-container .categories-grid.animate .category-card:nth-child(6){animation-delay:.85s}.category-section .category-container .categories-grid.animate .category-card:nth-child(7){animation-delay:1s}.category-section .category-container .categories-grid.animate .category-card:nth-child(8){animation-delay:1.15s}.category-section .category-container .categories-grid.animate .category-card:nth-child(9){animation-delay:1.3s}@media screen and (max-width:375px){.category-section{padding:50px 16px 40px;min-height:auto}.category-section .category-container{width:100%;max-width:100%}.category-section .category-container .title-section{width:100%;margin-bottom:30px;padding:0}.category-section .category-container .title-section .main-title{font-size:24px;line-height:1.2;letter-spacing:-.5px;margin-bottom:20px;flex-direction:column;gap:0}.category-section .category-container .title-section .subtitle{font-size:11px;line-height:16px;width:100%}.category-section .category-container .categories-wrapper .and-more-below{display:none}.category-section .category-container .categories-grid{grid-template-columns:repeat(2,1fr);max-width:100%;border-radius:6px}.category-section .category-container .categories-grid .and-more-cell{display:flex;align-items:center;padding:16px;border-right:1px solid #e5e7eb;border-bottom:none;cursor:pointer;transition:background-color .2s ease}.category-section .category-container .categories-grid .and-more-cell:hover{background-color:#f9fafb}.category-section .category-container .categories-grid .and-more-cell .and-more{font-family:Inter,sans-serif;font-weight:500;font-size:13px;line-height:1.3;color:#4d4397;margin:0}.category-section .category-container .categories-grid .category-card{padding:16px;gap:8px}.category-section .category-container .categories-grid .category-card:nth-child(2n){border-right:none}.category-section .category-container .categories-grid .category-card:nth-child(3n){border-right:1px solid #e5e7eb}.category-section .category-container .categories-grid .category-card:last-child:nth-child(odd),.category-section .category-container .categories-grid .category-card:nth-last-child(-n+2){border-bottom:none}.category-section .category-container .categories-grid .category-card:nth-child(n+7){border-bottom:1px solid #e5e7eb}.category-section .category-container .categories-grid .category-card .card-header{height:auto;gap:10px}.category-section .category-container .categories-grid .category-card .card-header:before{left:-16px;width:3px;height:18px}.category-section .category-container .categories-grid .category-card .card-header:has(.icon-wrapper[style*="width: 20px"]){gap:14px}.category-section .category-container .categories-grid .category-card .card-header .icon-wrapper{width:20px!important;height:20px!important}.category-section .category-container .categories-grid .category-card .card-header .icon-wrapper img{width:100%;height:100%;object-fit:contain}.category-section .category-container .categories-grid .category-card .card-header .card-title{font-size:13px;line-height:1.3;white-space:normal;word-wrap:break-word;overflow-wrap:break-word;max-width:100%;flex:1;min-width:0}.category-section .category-container .categories-grid .category-card:hover .card-header:before{height:22px}.category-section .category-container .categories-grid .category-card:hover .card-header .card-title{transform:translateX(6px)}.category-section .category-container .categories-grid .category-card .card-description{font-size:10px;line-height:14px}}@media screen and (min-width:376px)and (max-width:480px){.category-section{padding:60px 16px 40px;min-height:auto}.category-section .category-container{width:100%}.category-section .category-container .title-section{width:100%;margin-bottom:30px}.category-section .category-container .title-section .main-title{font-size:28px;line-height:1.2;letter-spacing:-.8px;margin-bottom:20px;flex-direction:column;gap:0}.category-section .category-container .title-section .subtitle{font-size:11px;line-height:16px;width:100%}.category-section .category-container .categories-wrapper .and-more-below{display:none}.category-section .category-container .categories-grid{grid-template-columns:repeat(2,1fr);max-width:100%;border-radius:6px}.category-section .category-container .categories-grid .and-more-cell{display:flex;align-items:center;padding:18px;border-right:1px solid #e5e7eb;border-bottom:none;cursor:pointer;transition:background-color .2s ease}.category-section .category-container .categories-grid .and-more-cell:hover{background-color:#f9fafb}.category-section .category-container .categories-grid .and-more-cell .and-more{font-family:Inter,sans-serif;font-weight:500;font-size:14px;line-height:1.3;color:#4d4397;margin:0}.category-section .category-container .categories-grid .category-card{padding:18px;gap:10px}.category-section .category-container .categories-grid .category-card:nth-child(2n){border-right:none}.category-section .category-container .categories-grid .category-card:nth-child(3n){border-right:1px solid #e5e7eb}.category-section .category-container .categories-grid .category-card:last-child:nth-child(odd),.category-section .category-container .categories-grid .category-card:nth-last-child(-n+2){border-bottom:none}.category-section .category-container .categories-grid .category-card:nth-child(n+7){border-bottom:1px solid #e5e7eb}.category-section .category-container .categories-grid .category-card .card-header{height:auto;gap:12px}.category-section .category-container .categories-grid .category-card .card-header:before{left:-18px;width:3px;height:20px}.category-section .category-container .categories-grid .category-card .card-header:has(.icon-wrapper[style*="width: 20px"]){gap:16px}.category-section .category-container .categories-grid .category-card .card-header .icon-wrapper{width:22px!important;height:22px!important}.category-section .category-container .categories-grid .category-card .card-header .icon-wrapper img{width:100%;height:100%;object-fit:contain}.category-section .category-container .categories-grid .category-card .card-header .card-title{font-size:14px;line-height:1.3;white-space:normal;word-wrap:break-word;overflow-wrap:break-word;max-width:100%;flex:1;min-width:0}.category-section .category-container .categories-grid .category-card:hover .card-header:before{height:24px}.category-section .category-container .categories-grid .category-card:hover .card-header .card-title{transform:translateX(6px)}.category-section .category-container .categories-grid .category-card .card-description{font-size:11px;line-height:15px}}@media screen and (min-width:481px)and (max-width:768px){.category-section{padding:70px 20px 50px}.category-section .category-container{width:100%}.category-section .category-container .title-section{width:100%;margin-bottom:30px}.category-section .category-container .title-section .main-title{font-size:36px;line-height:1.2;letter-spacing:-1px;margin-bottom:20px}.category-section .category-container .title-section .subtitle{font-size:11px;line-height:16px;width:100%;max-width:500px}.category-section .category-container .categories-wrapper .and-more-below{display:none}.category-section .category-container .categories-grid{grid-template-columns:repeat(2,1fr);max-width:100%;border-radius:7px}.category-section .category-container .categories-grid .and-more-cell{display:flex;align-items:center;padding:22px;border-right:1px solid #e5e7eb;border-bottom:none;cursor:pointer;transition:background-color .2s ease}.category-section .category-container .categories-grid .and-more-cell:hover{background-color:#f9fafb}.category-section .category-container .categories-grid .and-more-cell .and-more{font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:1.3;color:#4d4397;margin:0}.category-section .category-container .categories-grid .category-card{padding:22px;gap:10px}.category-section .category-container .categories-grid .category-card:nth-child(2n){border-right:none}.category-section .category-container .categories-grid .category-card:nth-child(3n){border-right:1px solid #e5e7eb}.category-section .category-container .categories-grid .category-card:last-child:nth-child(odd),.category-section .category-container .categories-grid .category-card:nth-last-child(-n+2){border-bottom:none}.category-section .category-container .categories-grid .category-card:nth-child(n+7){border-bottom:1px solid #e5e7eb}.category-section .category-container .categories-grid .category-card .card-header{height:auto;gap:12px}.category-section .category-container .categories-grid .category-card .card-header:before{left:-22px;width:3.5px;height:20px}.category-section .category-container .categories-grid .category-card .card-header:has(.icon-wrapper[style*="width: 20px"]){gap:17px}.category-section .category-container .categories-grid .category-card .card-header .icon-wrapper{width:24px!important;height:24px!important}.category-section .category-container .categories-grid .category-card .card-header .icon-wrapper img{width:100%;height:100%;object-fit:contain}.category-section .category-container .categories-grid .category-card .card-header .card-title{font-size:16px;line-height:1.3;white-space:normal;word-wrap:break-word;overflow-wrap:break-word;max-width:100%;flex:1;min-width:0}.category-section .category-container .categories-grid .category-card:hover .card-header:before{height:26px}.category-section .category-container .categories-grid .category-card:hover .card-header .card-title{transform:translateX(7px)}.category-section .category-container .categories-grid .category-card .card-description{font-size:13px;line-height:18px}}@media screen and (min-width:769px)and (max-width:1024px){.category-section{padding:80px 30px 60px}.category-section .category-container{width:100%}.category-section .category-container .title-section{width:100%;max-width:700px;margin:0 auto 30px}.category-section .category-container .title-section .main-title{font-size:48px;line-height:1.2;letter-spacing:-1.4px;margin-bottom:20px;word-wrap:break-word;overflow-wrap:break-word}.category-section .category-container .title-section .main-title .blur-text{word-wrap:break-word;overflow-wrap:break-word}.category-section .category-container .title-section .subtitle{font-size:11px;line-height:16px;width:100%;max-width:600px;word-wrap:break-word;overflow-wrap:break-word}.category-section .category-container .categories-wrapper .and-more-below{display:none}.category-section .category-container .categories-grid{max-width:100%;grid-template-columns:repeat(2,1fr);border-radius:7px}.category-section .category-container .categories-grid .and-more-cell{display:flex;align-items:center;padding:26px;border-right:1px solid #e5e7eb;border-bottom:none;cursor:pointer;transition:background-color .2s ease}.category-section .category-container .categories-grid .and-more-cell:hover{background-color:#f9fafb}.category-section .category-container .categories-grid .and-more-cell .and-more{font-family:Inter,sans-serif;font-weight:500;font-size:17px;color:#4d4397;margin:0}.category-section .category-container .categories-grid .category-card{padding:26px;gap:11px}.category-section .category-container .categories-grid .category-card:nth-child(2n){border-right:none}.category-section .category-container .categories-grid .category-card:nth-child(3n){border-right:1px solid #e5e7eb}.category-section .category-container .categories-grid .category-card:last-child:nth-child(odd),.category-section .category-container .categories-grid .category-card:nth-last-child(-n+2){border-bottom:none}.category-section .category-container .categories-grid .category-card:nth-child(n+7){border-bottom:1px solid #e5e7eb}.category-section .category-container .categories-grid .category-card .card-header{height:auto;gap:13px}.category-section .category-container .categories-grid .category-card .card-header:before{left:-26px;width:3.5px;height:22px}.category-section .category-container .categories-grid .category-card .card-header:has(.icon-wrapper[style*="width: 20px"]){gap:18px}.category-section .category-container .categories-grid .category-card .card-header .icon-wrapper{width:26px!important;height:26px!important}.category-section .category-container .categories-grid .category-card .card-header .icon-wrapper img{width:100%;height:100%;object-fit:contain}.category-section .category-container .categories-grid .category-card .card-header .card-title{font-size:17px;white-space:normal;word-wrap:break-word;overflow-wrap:break-word;max-width:100%;flex:1;min-width:0}.category-section .category-container .categories-grid .category-card:hover .card-header:before{height:28px}.category-section .category-container .categories-grid .category-card:hover .card-header .card-title{transform:translateX(7px)}.category-section .category-container .categories-grid .category-card .card-description{font-size:13px;line-height:18px}}@media screen and (min-width:1025px)and (max-width:1440px){.category-section{padding:90px 40px 70px}.category-section .category-container{width:100%}.category-section .category-container .title-section{width:100%;max-width:800px;margin:0 auto 30px}.category-section .category-container .title-section .main-title{font-size:58px;line-height:1.2;letter-spacing:-1.7px;margin-bottom:20px}.category-section .category-container .title-section .subtitle{font-size:14px;line-height:21px;width:100%;max-width:650px}.category-section .category-container .categories-wrapper .and-more-below{margin-top:20px;font-size:15px}.category-section .category-container .categories-grid{max-width:100%;grid-template-columns:repeat(3,1fr);border-radius:8px}.category-section .category-container .categories-grid .and-more-cell{display:none}.category-section .category-container .categories-grid .category-card{padding:30px;gap:12px}.category-section .category-container .categories-grid .category-card:nth-child(3n){border-right:none}.category-section .category-container .categories-grid .category-card:nth-child(2n){border-right:1px solid #e5e7eb}.category-section .category-container .categories-grid .category-card:nth-child(n+7){border-bottom:none}.category-section .category-container .categories-grid .category-card:nth-last-child(-n+2){border-bottom:1px solid #e5e7eb}.category-section .category-container .categories-grid .category-card .card-header{height:35px;gap:13.5px}.category-section .category-container .categories-grid .category-card .card-header:before{left:-30px;width:3.5px;height:22px}.category-section .category-container .categories-grid .category-card .card-header:has(.icon-wrapper[style*="width: 20px"]){gap:19px}.category-section .category-container .categories-grid .category-card .card-header .icon-wrapper{width:28px!important;height:28px!important}.category-section .category-container .categories-grid .category-card .card-header .icon-wrapper img{width:100%;height:100%;object-fit:contain}.category-section .category-container .categories-grid .category-card .card-header .card-title{font-size:17.5px;white-space:nowrap}.category-section .category-container .categories-grid .category-card:hover .card-header:before{height:30px}.category-section .category-container .categories-grid .category-card:hover .card-header .card-title{transform:translateX(8px)}.category-section .category-container .categories-grid .category-card .card-description{font-size:13.5px;line-height:16px}}@media screen and (max-height:600px)and (orientation:landscape){.category-section{padding:60px 20px 40px;min-height:auto}.category-section .category-container .title-section{margin-bottom:30px}.category-section .category-container .title-section .main-title{font-size:32px;line-height:1.2;letter-spacing:-.9px;word-wrap:break-word;overflow-wrap:break-word}.category-section .category-container .title-section .main-title .blur-text{word-wrap:break-word;overflow-wrap:break-word}.category-section .category-container .title-section .subtitle{font-size:12px;line-height:18px;word-wrap:break-word;overflow-wrap:break-word}.category-section .category-container .categories-wrapper .and-more-below{display:none}.category-section .category-container .categories-grid{grid-template-columns:repeat(2,1fr);border-radius:7px}.category-section .category-container .categories-grid .and-more-cell{display:flex;align-items:center;padding:20px;border-right:1px solid #e5e7eb;border-bottom:none;cursor:pointer;transition:background-color .2s ease}.category-section .category-container .categories-grid .and-more-cell:hover{background-color:#f9fafb}.category-section .category-container .categories-grid .and-more-cell .and-more{font-family:Inter,sans-serif;font-weight:500;font-size:15px;color:#4d4397;margin:0}.category-section .category-container .categories-grid .category-card{padding:20px;gap:9px}.category-section .category-container .categories-grid .category-card:nth-child(2n){border-right:none}.category-section .category-container .categories-grid .category-card:nth-child(3n){border-right:1px solid #e5e7eb}.category-section .category-container .categories-grid .category-card:nth-last-child(-n+2){border-bottom:none}.category-section .category-container .categories-grid .category-card .card-header{height:auto;gap:11px}.category-section .category-container .categories-grid .category-card .card-header:before{left:-20px;width:3px;height:18px}.category-section .category-container .categories-grid .category-card .card-header .icon-wrapper{width:22px!important;height:22px!important}.category-section .category-container .categories-grid .category-card .card-header .card-title{font-size:15px;white-space:normal}.category-section .category-container .categories-grid .category-card:hover .card-header:before{height:24px}.category-section .category-container .categories-grid .category-card .card-description{font-size:12px;line-height:16px}}@media(hover:none)and (pointer:coarse){.category-section .categories-grid{-webkit-overflow-scrolling:touch}.category-section .category-card:hover{background-color:#fff}.category-section .category-card:hover .card-header:before{background-color:#d1d5db;height:24px}.category-section .category-card:hover .card-title{transform:none}.category-section .category-card:active{background-color:#f9fafb;transition:background-color .1s ease}}@media(prefers-contrast:high){.category-section .category-card{border-color:#000}.category-section .category-card .card-description{color:#000}.category-section .categories-grid{border-color:#000}}@media(prefers-reduced-motion:reduce){.category-section *{animation:none!important;transition:none!important}}.cost-calculator-section{position:relative;width:100%;background:#fff;padding:100px 0 75px}.cost-calculator-section .calculator-container{position:relative;width:1440px;margin:0 auto}.cost-calculator-section .calculator-container .background-image{position:absolute;left:0;top:0;width:100%;height:100%;background:#fff;z-index:0}.cost-calculator-section .calculator-container .calculator-content{position:relative;width:1024px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:50px;z-index:1}.cost-calculator-section .calculator-container .calculator-content .title-section{display:flex;flex-direction:column;align-items:center;width:965px}.cost-calculator-section .calculator-container .calculator-content .title-section .main-title{font-family:var(--font-inter-tight),"Inter Tight",sans-serif;font-weight:800;font-size:64px;line-height:1.2;letter-spacing:-1.92px;color:#000;text-align:center;margin:0 0 20px;overflow:visible}.cost-calculator-section .calculator-container .calculator-content .title-section .main-title .highlight{color:#4d4397;overflow:visible}.cost-calculator-section .calculator-container .calculator-content .title-section .subtitle{font-family:Inter,sans-serif;font-weight:400;font-size:15px;line-height:22px;color:#000;text-align:center;margin:0 0 30px;text-wrap:balance;max-width:100%}.cost-calculator-section .calculator-container .calculator-content .title-section .input-container{width:319px;margin:0}.cost-calculator-section .calculator-container .calculator-content .title-section .input-container .input-box{width:100%;height:80px;background:#fff;border-radius:10px;box-shadow:0 4px 10px 0 rgba(0,0,0,.25);display:flex;align-items:center;justify-content:center;position:relative;animation:inputBreathing 3s ease-in-out infinite}.cost-calculator-section .calculator-container .calculator-content .title-section .input-container .input-box:focus-within{animation:none;box-shadow:0 4px 20px 0 rgba(77,67,151,.4)}.cost-calculator-section .calculator-container .calculator-content .title-section .input-container .input-box .input-wrapper{display:flex;align-items:center;gap:20px}.cost-calculator-section .calculator-container .calculator-content .title-section .input-container .input-box .input-value{font-family:var(--font-inter-tight),"Inter Tight",sans-serif;font-weight:700;font-size:32px;line-height:20px;color:rgba(0,0,0,.5);border:none;background:transparent;outline:none;width:180px;text-align:left;-moz-appearance:textfield}.cost-calculator-section .calculator-container .calculator-content .title-section .input-container .input-box .input-value::-webkit-inner-spin-button,.cost-calculator-section .calculator-container .calculator-content .title-section .input-container .input-box .input-value::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.cost-calculator-section .calculator-container .calculator-content .title-section .input-container .input-box .input-unit{font-family:Inter,sans-serif;font-weight:700;font-size:20px;line-height:20px;color:#000}@keyframes inputBreathing{0%,to{box-shadow:0 4px 10px 0 rgba(0,0,0,.25);transform:scale(1)}50%{box-shadow:0 6px 20px 0 rgba(77,67,151,.35);transform:scale(1.02)}}.cost-calculator-section .calculator-container .calculator-content .comparison-sections{display:flex;flex-direction:column;gap:48px;width:100%}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row{display:flex;gap:96px;align-items:flex-start}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left{display:flex;gap:6px;align-items:center}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .legend{display:flex;flex-direction:column;gap:20px;width:88px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .legend .legend-item{display:flex;align-items:center;gap:8px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .legend .legend-item .legend-color{width:20px;height:20px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .legend .legend-item .legend-color.askitect{background:#4d4397}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .legend .legend-item .legend-color.traditional{background:#d9d9d9}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .legend .legend-item .legend-label{font-family:Inter,sans-serif;font-weight:400;font-size:12px;line-height:20px;color:#000;white-space:nowrap}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .chart-container{display:flex;flex-direction:column;align-items:center;gap:20px;width:223px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .chart-container .chart-title{font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:20px;color:#000;text-align:center;margin:0}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .chart-container .chart-title .highlight-bold{font-weight:700;color:#4d4397}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .chart-container .chart-placeholder{width:150px;height:150px;display:flex;align-items:center;justify-content:center;padding-bottom:20px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .chart-container .chart-placeholder svg{width:150px;height:150px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .chart-container .chart-placeholder .cost-chart-wrapper{position:relative;cursor:pointer}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .chart-container .chart-placeholder .cost-chart-wrapper .chart-shadow{position:absolute;bottom:-15px;left:50%;transform:translateX(-50%);width:100px;height:20px;background:radial-gradient(ellipse,rgba(0,0,0,.15) 0,transparent 70%);border-radius:50%;transition:all .3s cubic-bezier(.34,1.56,.64,1)}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .chart-container .chart-placeholder .cost-chart-wrapper .chart-svg{position:relative;transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .chart-container .chart-placeholder .cost-chart-wrapper.floating .chart-svg{transform:translateY(-12px) scale(1.05)}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .chart-container .chart-placeholder .cost-chart-wrapper.floating .chart-shadow{width:120px;height:25px;bottom:-25px;background:radial-gradient(ellipse,rgba(0,0,0,.2) 0,transparent 70%)}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .chart-container .chart-placeholder .cost-chart-wrapper .chart-tooltip{position:absolute;left:50%;transform:translateX(-50%);bottom:-75px;background:#fff;border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,.15);padding:10px 14px;min-width:140px;z-index:10;animation:tooltipFadeIn .2s ease-out}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .chart-container .chart-placeholder .cost-chart-wrapper .chart-tooltip.askitect{border-left:3px solid #4d4397}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .chart-container .chart-placeholder .cost-chart-wrapper .chart-tooltip.askitect .tooltip-value{color:#4d4397}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .chart-container .chart-placeholder .cost-chart-wrapper .chart-tooltip.traditional{border-left:3px solid #888}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .chart-container .chart-placeholder .cost-chart-wrapper .chart-tooltip.traditional .tooltip-value{color:#555}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .chart-container .chart-placeholder .cost-chart-wrapper .chart-tooltip .tooltip-title{font-family:Inter,sans-serif;font-weight:600;font-size:12px;color:#000;margin-bottom:2px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .chart-container .chart-placeholder .cost-chart-wrapper .chart-tooltip .tooltip-value{font-family:var(--font-inter-tight),"Inter Tight",sans-serif;font-weight:700;font-size:18px;margin-bottom:2px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .chart-container .chart-placeholder .cost-chart-wrapper .chart-tooltip .tooltip-percent{font-family:Inter,sans-serif;font-weight:400;font-size:11px;color:rgba(0,0,0,.5)}@keyframes tooltipFadeIn{0%{opacity:0;transform:translateX(-50%) translateY(5px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}@keyframes breathe{0%,to{transform:scale(1)}50%{transform:scale(1.03)}}@keyframes bounceIn{0%{transform:scale(0);opacity:0}50%{transform:scale(1.15)}70%{transform:scale(.95)}}@keyframes shadowBreathe{0%,to{transform:translateX(-50%) scale(1);opacity:.8}50%{transform:translateX(-50%) scale(1.15);opacity:1}}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .chart-container .shadow-breathe{animation:shadowBreathe 2.5s ease-in-out infinite}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .price-labels{display:flex;flex-direction:column;gap:20px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .price-labels .price-item{display:flex;align-items:center;gap:12px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .price-labels .price-item .price-color{width:20px;height:20px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .price-labels .price-item .price-color.askitect{background:#4d4397}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .price-labels .price-item .price-color.traditional{background:#d9d9d9}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .price-labels .price-item .price-value{font-family:Inter,sans-serif;font-weight:400;font-size:12px;line-height:20px;color:#000;white-space:nowrap;min-width:70px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container{width:530px;min-height:169px;display:flex;align-items:flex-start;gap:27px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-icon{width:28px;height:28px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:-5px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-icon svg{width:28px;height:auto}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-icon.chart-icon,.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-icon.chart-icon svg{width:24px;height:24px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content{flex:1;display:flex;flex-direction:column;gap:58px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content .breakdown-item{display:flex;justify-content:space-between;align-items:flex-start;height:15px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content .breakdown-item .item-name,.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content .breakdown-item .item-price{font-family:Inter,sans-serif;font-weight:600;font-size:20px;line-height:20px;white-space:nowrap}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content .breakdown-item.active .item-name,.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content .breakdown-item.active .item-price{color:#000}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content .breakdown-item.strikethrough .item-name,.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content .breakdown-item.strikethrough .item-price{color:rgba(0,0,0,.5);text-decoration:line-through;text-decoration-skip-ink:none;text-underline-position:from-font}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content .breakdown-total{display:flex;justify-content:space-between;align-items:center}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content .breakdown-total .total-label{font-family:Inter,sans-serif;font-weight:600;font-size:20px;line-height:20px;color:#000;white-space:nowrap}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content .breakdown-total .total-value{font-family:Inter,sans-serif;font-weight:800;font-size:32px;line-height:24px;letter-spacing:-1.6px;color:#4d4397;white-space:nowrap}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .divider{width:1019px;height:1px;background:#d9d9d9;margin:0 auto}@media screen and (max-width:375px){.cost-calculator-section{padding:40px 16px}.cost-calculator-section .calculator-container{width:100%}.cost-calculator-section .calculator-container .calculator-content{width:100%;gap:30px}.cost-calculator-section .calculator-container .calculator-content .title-section{width:100%}.cost-calculator-section .calculator-container .calculator-content .title-section .main-title{font-size:24px;line-height:28px;letter-spacing:-.5px;margin-bottom:20px}.cost-calculator-section .calculator-container .calculator-content .title-section .subtitle{font-size:11px;line-height:16px;margin-bottom:30px}.cost-calculator-section .calculator-container .calculator-content .title-section .input-container{width:100%;max-width:280px}.cost-calculator-section .calculator-container .calculator-content .title-section .input-container .input-box{height:60px}.cost-calculator-section .calculator-container .calculator-content .title-section .input-container .input-box .input-wrapper{gap:12px}.cost-calculator-section .calculator-container .calculator-content .title-section .input-container .input-box .input-value{font-size:20px;width:140px}.cost-calculator-section .calculator-container .calculator-content .title-section .input-container .input-box .input-unit{font-size:14px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections{gap:30px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row{flex-direction:column;gap:25px;align-items:center}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left{flex-direction:column;gap:15px;align-items:center;width:100%}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .legend{flex-direction:row;width:auto;gap:12px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .legend .legend-item{gap:6px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .legend .legend-item .legend-color{width:14px;height:14px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .legend .legend-item .legend-label{font-size:10px;line-height:14px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .chart-container{width:100%}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .chart-container .chart-title{font-size:12px;line-height:16px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .chart-container .chart-placeholder,.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .chart-container .chart-placeholder svg{width:100px;height:100px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .price-labels{gap:12px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .price-labels .price-item{gap:8px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .price-labels .price-item .price-color{width:14px;height:14px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .price-labels .price-item .price-value{font-size:10px;line-height:14px;min-width:50px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container{width:100%;min-height:auto;gap:15px;display:flex;align-items:flex-start}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-icon{width:28px;height:28px;margin-top:-5px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-icon svg{width:28px;height:28px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-icon.chart-icon,.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-icon.chart-icon svg{width:24px;height:24px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content{flex:1;gap:20px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content .breakdown-item{display:flex;justify-content:space-between;align-items:flex-start;height:auto}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content .breakdown-item .item-name,.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content .breakdown-item .item-price{font-size:11px;line-height:14px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content .breakdown-total{display:flex;justify-content:space-between;align-items:center}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content .breakdown-total .total-label{font-size:12px;line-height:16px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content .breakdown-total .total-value{font-size:18px;line-height:20px;letter-spacing:-.9px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .divider{width:100%}}@media screen and (min-width:376px)and (max-width:480px){.cost-calculator-section{padding:50px 18px}.cost-calculator-section .calculator-container{width:100%}.cost-calculator-section .calculator-container .calculator-content{width:100%;gap:35px}.cost-calculator-section .calculator-container .calculator-content .title-section{width:100%}.cost-calculator-section .calculator-container .calculator-content .title-section .main-title{font-size:28px;line-height:32px;letter-spacing:-.8px;margin-bottom:20px}.cost-calculator-section .calculator-container .calculator-content .title-section .subtitle{font-size:11px;line-height:16px;margin-bottom:30px}.cost-calculator-section .calculator-container .calculator-content .title-section .input-container{width:100%;max-width:290px}.cost-calculator-section .calculator-container .calculator-content .title-section .input-container .input-box{height:65px}.cost-calculator-section .calculator-container .calculator-content .title-section .input-container .input-box .input-wrapper{gap:14px}.cost-calculator-section .calculator-container .calculator-content .title-section .input-container .input-box .input-value{font-size:22px;width:150px}.cost-calculator-section .calculator-container .calculator-content .title-section .input-container .input-box .input-unit{font-size:15px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections{gap:35px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row{flex-direction:column;gap:28px;align-items:center}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left{flex-direction:column;gap:16px;align-items:center;width:100%}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .legend{flex-direction:row;width:auto;gap:14px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .legend .legend-item{gap:7px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .legend .legend-item .legend-color{width:16px;height:16px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .legend .legend-item .legend-label{font-size:11px;line-height:16px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .chart-container{width:100%}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .chart-container .chart-title{font-size:13px;line-height:17px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .chart-container .chart-placeholder,.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .chart-container .chart-placeholder svg{width:110px;height:110px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .price-labels{gap:14px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .price-labels .price-item{gap:9px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .price-labels .price-item .price-color{width:16px;height:16px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .price-labels .price-item .price-value{font-size:11px;line-height:16px;min-width:55px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container{width:100%;min-height:auto;gap:18px;display:flex;align-items:flex-start}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-icon{width:30px;height:30px;margin-top:-5px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-icon svg{width:30px;height:30px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-icon.chart-icon,.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-icon.chart-icon svg{width:26px;height:26px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content{flex:1;gap:24px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content .breakdown-item{display:flex;justify-content:space-between;align-items:flex-start;height:auto}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content .breakdown-item .item-name,.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content .breakdown-item .item-price{font-size:12px;line-height:16px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content .breakdown-total{display:flex;justify-content:space-between;align-items:center}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content .breakdown-total .total-label{font-size:13px;line-height:17px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content .breakdown-total .total-value{font-size:20px;line-height:22px;letter-spacing:-1px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .divider{width:100%}}@media screen and (min-width:481px)and (max-width:768px){.cost-calculator-section{padding:60px 20px}.cost-calculator-section .calculator-container{width:100%}.cost-calculator-section .calculator-container .calculator-content{width:100%;gap:40px}.cost-calculator-section .calculator-container .calculator-content .title-section{width:100%}.cost-calculator-section .calculator-container .calculator-content .title-section .main-title{font-size:36px;line-height:42px;letter-spacing:-1px;margin-bottom:20px}.cost-calculator-section .calculator-container .calculator-content .title-section .subtitle{font-size:11px;line-height:16px;margin-bottom:30px}.cost-calculator-section .calculator-container .calculator-content .title-section .input-container{width:100%;max-width:300px}.cost-calculator-section .calculator-container .calculator-content .title-section .input-container .input-box{height:70px}.cost-calculator-section .calculator-container .calculator-content .title-section .input-container .input-box .input-wrapper{gap:16px}.cost-calculator-section .calculator-container .calculator-content .title-section .input-container .input-box .input-value{font-size:26px;width:160px}.cost-calculator-section .calculator-container .calculator-content .title-section .input-container .input-box .input-unit{font-size:17px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections{gap:40px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row{flex-direction:column;gap:32px;align-items:center}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left{flex-direction:column;gap:18px;align-items:center;width:100%}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .legend{flex-direction:row;width:auto;gap:16px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .legend .legend-item{gap:8px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .legend .legend-item .legend-color{width:18px;height:18px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .legend .legend-item .legend-label{font-size:11px;line-height:18px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .chart-container{width:100%}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .chart-container .chart-title{font-size:14px;line-height:18px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .chart-container .chart-placeholder,.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .chart-container .chart-placeholder svg{width:130px;height:130px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .price-labels{gap:16px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .price-labels .price-item{gap:10px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .price-labels .price-item .price-color{width:18px;height:18px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .price-labels .price-item .price-value{font-size:11px;line-height:18px;min-width:60px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container{width:100%;min-height:auto;gap:20px;display:flex;align-items:flex-start}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-icon{width:34px;height:34px;margin-top:-5px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-icon svg{width:34px;height:34px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-icon.chart-icon,.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-icon.chart-icon svg{width:30px;height:30px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content{flex:1;gap:35px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content .breakdown-item{display:flex;justify-content:space-between;align-items:flex-start;height:auto}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content .breakdown-item .item-name,.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content .breakdown-item .item-price{font-size:15px;line-height:18px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content .breakdown-total{display:flex;justify-content:space-between;align-items:center}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content .breakdown-total .total-label{font-size:15px;line-height:18px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content .breakdown-total .total-value{font-size:24px;line-height:22px;letter-spacing:-1.2px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .divider{width:100%}}@media screen and (min-width:769px)and (max-width:1024px){.cost-calculator-section{padding:70px 30px}.cost-calculator-section .calculator-container{width:100%}.cost-calculator-section .calculator-container .calculator-content{width:100%;max-width:900px;gap:45px}.cost-calculator-section .calculator-container .calculator-content .title-section{width:100%;max-width:800px}.cost-calculator-section .calculator-container .calculator-content .title-section .main-title{font-size:48px;line-height:54px;letter-spacing:-1.4px;margin-bottom:20px}.cost-calculator-section .calculator-container .calculator-content .title-section .subtitle{font-size:14px;line-height:21px;margin-bottom:30px}.cost-calculator-section .calculator-container .calculator-content .title-section .input-container{width:310px}.cost-calculator-section .calculator-container .calculator-content .title-section .input-container .input-box{height:75px}.cost-calculator-section .calculator-container .calculator-content .title-section .input-container .input-box .input-wrapper{gap:18px}.cost-calculator-section .calculator-container .calculator-content .title-section .input-container .input-box .input-value{font-size:28px;width:170px}.cost-calculator-section .calculator-container .calculator-content .title-section .input-container .input-box .input-unit{font-size:18px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections{gap:45px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row{flex-direction:column;gap:35px;align-items:center}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left{flex-direction:row;gap:15px;align-items:center}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .legend{flex-direction:column;width:88px;gap:18px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .legend .legend-item{gap:8px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .legend .legend-item .legend-color{width:18px;height:18px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .legend .legend-item .legend-label{font-size:11px;line-height:18px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .chart-container{width:200px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .chart-container .chart-title{font-size:14px;line-height:18px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .chart-container .chart-placeholder,.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .chart-container .chart-placeholder svg{width:135px;height:135px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .price-labels{gap:18px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .price-labels .price-item{gap:10px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .price-labels .price-item .price-color{width:18px;height:18px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .price-labels .price-item .price-value{font-size:11px;line-height:18px;min-width:65px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container{width:100%;max-width:700px;min-height:auto;gap:24px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-icon{width:36px;height:36px;margin-top:-8px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-icon svg{width:36px;height:36px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content{gap:45px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content .breakdown-item .item-name,.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content .breakdown-item .item-price,.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content .breakdown-total .total-label{font-size:17px;line-height:18px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content .breakdown-total .total-value{font-size:28px;line-height:22px;letter-spacing:-1.4px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .divider{width:100%}}@media screen and (min-width:1025px)and (max-width:1440px){.cost-calculator-section{padding:80px 40px}.cost-calculator-section .calculator-container{width:100%}.cost-calculator-section .calculator-container .calculator-content{width:100%;max-width:1000px;gap:48px}.cost-calculator-section .calculator-container .calculator-content .title-section{width:100%;max-width:900px}.cost-calculator-section .calculator-container .calculator-content .title-section .main-title{font-size:56px;line-height:64px;letter-spacing:-1.68px;margin-bottom:20px}.cost-calculator-section .calculator-container .calculator-content .title-section .subtitle{font-size:14px;line-height:21px;margin-bottom:30px}.cost-calculator-section .calculator-container .calculator-content .title-section .input-container{width:315px}.cost-calculator-section .calculator-container .calculator-content .title-section .input-container .input-box{height:78px}.cost-calculator-section .calculator-container .calculator-content .title-section .input-container .input-box .input-wrapper{gap:19px}.cost-calculator-section .calculator-container .calculator-content .title-section .input-container .input-box .input-value{font-size:30px;width:175px}.cost-calculator-section .calculator-container .calculator-content .title-section .input-container .input-box .input-unit{font-size:19px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections{gap:48px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row{flex-direction:row;gap:80px;align-items:flex-start;justify-content:center}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left{gap:6px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .legend{width:88px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .legend .legend-item .legend-color{width:19px;height:19px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .legend .legend-item .legend-label{font-size:11px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .chart-container{width:210px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .chart-container .chart-title{font-size:15px;line-height:19px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .chart-container .chart-placeholder,.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .chart-container .chart-placeholder svg{width:140px;height:140px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .price-labels .price-item .price-color{width:19px;height:19px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .price-labels .price-item .price-value{font-size:11px;min-width:68px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container{width:480px;min-height:160px;gap:25px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-icon{width:38px;height:38px;margin-top:-9px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-icon svg{width:38px;height:38px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content{gap:52px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content .breakdown-item .item-name,.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content .breakdown-item .item-price,.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content .breakdown-total .total-label{font-size:18px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content .breakdown-total .total-value{font-size:30px;line-height:23px;letter-spacing:-1.5px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .divider{width:100%}}@media screen and (max-height:600px)and (orientation:landscape){.cost-calculator-section{padding:50px 20px}.cost-calculator-section .calculator-container .calculator-content{gap:35px}.cost-calculator-section .calculator-container .calculator-content .title-section .main-title{font-size:32px;line-height:38px;margin-bottom:20px}.cost-calculator-section .calculator-container .calculator-content .title-section .subtitle{font-size:11px;line-height:16px;margin-bottom:30px}.cost-calculator-section .calculator-container .calculator-content .title-section .input-container .input-box{height:60px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections{gap:30px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row{gap:25px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .chart-container .chart-placeholder,.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .chart-container .chart-placeholder svg{width:110px;height:110px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container{min-height:auto}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content{gap:25px}}@media(hover:none)and (pointer:coarse){.cost-calculator-section .input-box{-webkit-tap-highlight-color:rgba(77,67,151,.1)}}@media(prefers-reduced-motion:reduce){.cost-calculator-section *{animation:none!important;transition:none!important}}