:root{--color-text-900: #0D0E0F;--color-text-800: #3C3E40;--color-text-700: #6A6F73;--color-text-600: #9C9FA1;--color-text-500: #CECFD0;--color-grey-900: #DDE1E3;--color-grey-800: #E4E7E9;--color-grey-700: #EBEDEE;--color-grey-600: #F1F3F4;--color-grey-500: #F8F9F9;--color-information-900: #001431;--color-information-800: #002962;--color-information-700: #003D93;--color-information-600: #0052C4;--color-information-500: #0066F5;--color-information-400: #3C8AF7;--color-information-300: #78AEFA;--color-information-200: #B4D2FC;--color-information-100: #F0F6FE;--color-success-900: #0C260D;--color-success-800: #174B19;--color-success-700: #237126;--color-success-600: #2E9632;--color-success-500: #3ABC3F;--color-success-400: #68CC6C;--color-success-300: #97DC99;--color-success-200: #C5EBC6;--color-success-100: #F3FBF4;--color-danger-900: #330A0A;--color-danger-800: #661414;--color-danger-700: #991D1D;--color-danger-600: #CC2727;--color-danger-500: #FF3131;--color-danger-400: #FF6161;--color-danger-300: #FF9292;--color-danger-200: #FFC2C2;--color-danger-100: #FFF3F3;--color-warning-900: #33220A;--color-warning-800: #664414;--color-warning-700: #99651D;--color-warning-600: #CC8727;--color-warning-500: #FFA931;--color-warning-400: #FFBD61;--color-warning-300: #FFD192;--color-warning-200: #FFE6C2;--color-warning-100: #FFFAF3}main{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;margin-top:200px;margin-bottom:200px}.hero{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.hero-title{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:16px;max-width:432px;width:100%;opacity:0}.hero-title h1{letter-spacing:.5px;color:#0066f5;padding-left:4px}.hero-title p{color:#6a6f73;max-width:360px}.hero-title a{margin-top:8px}.hero-title.animation{animation:slide-left .8s ease forwards}.hero-img{display:flex;flex-direction:row;justify-content:center;align-items:center;max-width:480px;width:100%;height:432px;background-image:url(https://res.cloudinary.com/dh21tvktj/image/upload/v1764832887/kolosal-modernization_gtrpyd.webp);background-position:center;background-size:cover;border-radius:24px;padding:48px;opacity:0}.hero-img img{width:100%}.hero-img.animation{animation:slide-right .8s ease forwards}.why{margin-top:200px}.why-title h2{opacity:0}.why-title h2.animation{animation:slide-left .8s ease forwards}.why-list{display:flex;flex-direction:row;justify-content:space-between;align-items:stretch;gap:48px;margin-top:48px;max-width:880px;width:100%;margin-left:auto;margin-right:auto}.why-list .divider{border-left:1px dashed #EBEDEE;align-self:stretch}.why-list-item{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:16px 0;flex:1 0 0}.why-list-item h2{text-align:center;margin-bottom:24px;opacity:0}.why-list-item h2.animation{animation:slide-left .8s ease forwards;animation-delay:.2s}.why-list-item .item{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:16px 20px;background-color:#f8f9f9;border-radius:12px;width:100%;height:72px;opacity:0}.why-list-item .item p{text-align:center}.why-list-item .item.animation{animation:slide-left .8s ease forwards;animation-delay:.4s}.explore{margin-top:200px}.explore-title{max-width:432px;width:100%;margin-left:auto;margin-right:auto;margin-bottom:80px}.explore-title h2{opacity:0}.explore-title h2.animation{animation:slide-left .8s ease forwards}.explore-list{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:104px}.explore-list-item{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:48px}.explore-list-item .text{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:20px;max-width:480px;width:100%;padding:48px;opacity:0}.explore-list-item .text h2{color:#0066f5;padding-left:2px;letter-spacing:.5px}.explore-list-item .text p{color:#6a6f73}.explore-list-item .img{display:flex;flex-direction:row;justify-content:center;align-items:center;max-width:480px;width:100%;height:432px;object-fit:cover;border-radius:24px;overflow:hidden;position:relative;padding:64px;opacity:0}.explore-list-item .img .img-bg{position:absolute;width:100%;height:100%;top:0;left:0;object-fit:cover;z-index:-5}.explore-list-item .img img{width:100%;height:auto;display:block}.explore-list-item video{max-width:480px;width:100%;height:432px;object-fit:cover;border-radius:24px;opacity:0}.explore-list-item .text.animation{animation:slide-left .8s ease forwards;animation-delay:.2s}.explore-list-item .img.animation{animation:slide-right .8s ease forwards;animation-delay:.2s}.explore-list-item video.animation{animation:slide-right .8s ease forwards;animation-delay:.2s}.faq{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:48px;margin-top:200px;margin-bottom:200px}.faq-title h2{opacity:0}.faq-title h2.animation{animation:slide-left .8s ease forwards}.faq-list{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:16px;max-width:800px;width:100%;margin-left:auto;margin-right:auto}.faq-list-item{padding:8px;background-color:#f8f9f9;border-radius:16px;cursor:pointer;opacity:0}.faq-list-item .title{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:12px 16px;user-select:none}.faq-list-item .title i{font-size:24px;transition:transform .6s ease}.faq-list-item .wrapper{overflow:hidden;max-height:0;opacity:0;transition:max-height .6s ease,opacity .6s ease;will-change:max-height,opacity}.faq-list-item.active .wrapper{opacity:1}.faq-list-item .content{padding:24px 16px;background-color:#fff;border-radius:10px}.faq-list-item.animation:nth-child(1){animation:slide-left .8s ease forwards}.faq-list-item.animation:nth-child(2){animation:slide-left .8s ease forwards;animation-delay:.1s}.faq-list-item.animation:nth-child(3){animation:slide-left .8s ease forwards;animation-delay:.2s}.faq-list-item.animation:nth-child(4){animation:slide-left .8s ease forwards;animation-delay:.3s}.faq-list-item:hover{box-shadow:0 0 0 1px #ebedee}@media(max-width:768px){.hero{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:48px}.hero-img{max-width:100%}.explore-list{align-items:center}.explore-list-item{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:48px;width:100%}.explore-list-item .text{padding:unset}.explore-list-item .img{padding:24px}.explore-list-item:nth-child(2){flex-wrap:wrap;flex-direction:column-reverse}}@media(max-width:512px){.why-list{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:48px}.why-list .divider{display:none}}
