body{box-sizing:border-box;background-color:#fff0ea;padding:10px}*{box-sizing:border-box;margin:0%;padding:0%}:root{--Brand:#ff976b;--Black:#1a1a1a;--White:white;--LiteWhite:whitesmoke;--LiteBlack:grey}.custom-button{transition:background-color .2s!important}.custom-button:hover{background-color:var(--hover-bg)!important}.Navbar{padding:10px;border-radius:10px;justify-content:space-between;align-items:center;padding-inline:50px;display:flex}.Navbar-Content{align-items:center;gap:10px;display:flex}.Navbar-Button{gap:10px;display:flex}.Navbar-Button-Small{gap:10px;display:none}@media screen and (width<=1000px){.Navbar{padding:10px}.Navbar-Menu,.Navbar-Button{display:none}.Navbar-Button-Small{display:flex}}.Hero{gap:10px;display:flex;border-radius:10px!important;height:700px!important;margin-top:10px!important}.Hero-info{flex-direction:column;justify-content:space-between;width:70%;padding:clamp(10px,5vw,50px);display:flex;border-radius:10px!important}.Hero-info-text{flex-direction:column;gap:20px;display:flex}.Hero-info-text-Hint{align-items:center;gap:20px;display:flex}.Hero-info-text-Hint-Image img{object-fit:cover;background-color:#fff;border-radius:50px;width:50px;height:50px;margin-right:-10px}.Hero-info-text h1{line-height:110%}.Hero-info-text-highlighted{background-color:#fff;width:max-content;height:20%}.Hero-info-buttons{align-items:center;gap:10px;display:flex}.Hero-info-buttons button{padding:30px!important;font-size:30px!important}.Hero-Content{border-radius:10px;grid-template-columns:50% 50%;justify-content:center;gap:10px;width:50%;padding-inline:20px;display:grid;overflow:hidden;background-color:#fff!important}.Hero-Content-Section{padding:10px}.Hero-Content-Section::-webkit-scrollbar{display:none}.Hero-Content-Section-Scroll1{animation:10s linear infinite scrollYsUp}.Hero-Content-Section-Scroll2{animation:10s linear infinite scrollYsDown}@keyframes scrollYsDown{0%{transform:translateY(0)}to{transform:translateY(-50%)}}@keyframes scrollYsUp{to{transform:translateY(0)}0%{transform:translateY(-50%)}}.Hero-Content-Section-Card{margin-top:10px;box-shadow:0 7px 29px #64646f33}.Hero-Content-Section-Card img{object-fit:cover;border-top-left-radius:10px;border-top-right-radius:10px;width:100%;height:50%}.Hero-Content-Section-Card-Info{border-end-end-radius:10px;border-end-start-radius:10px;flex-direction:column;gap:10px;padding:20px;display:flex}.Hero-Content-Section-Card-Info-Name{justify-content:space-between;display:flex}@media screen and (width<=1535px){.Hero-info-buttons button{padding:20px!important;font-size:20px!important}}@media screen and (width<=1000px){.Hero{flex-direction:column}.Hero-info{gap:30px;width:100%}.Hero-Content{width:100%}}@media screen and (width<=640px){.Hero-Content-Child p{font-size:16px!important}.Hero-info-buttons{flex-direction:column;align-items:start}.Hero-info-buttons button{width:100%}}@media screen and (width<=500px){.Hero-Content-Child p{font-size:10px!important}.Hero-Content-Child div{padding:15px!important}}@media screen and (width<=444px){.Hero-info-text-Hint-Image img{width:30px;height:30px}}.Numbers{border-radius:10px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));display:grid;margin-top:10px!important}.Numbers-Card{border-radius:10px;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:50px;display:flex}.Intro{border-radius:10px;padding:50px;margin-top:10px!important}.Intro-text-highlighted{background-color:#ff976b;width:max-content;height:50px;display:inline}.WorkingStart{justify-content:space-around;align-items:center;margin:50px;padding:clamp(10px,5vw,50px);display:flex}.WorkingStart-Left{flex-direction:column;gap:10px;display:flex}.WorkingStart-Right-Img{width:500px;height:500px}@media screen and (width<=1000px){.WorkingStart{flex-direction:column;justify-content:start;align-items:start;gap:50px}.WorkingStart-Right-Img{width:100%;height:100%}}.Compare{padding:clamp(10px,5vw,50px);overflow:auto;border-radius:10px!important;margin-top:10px!important}.Compare-Table{border-collapse:collapse;width:100%;border-radius:20px!important}td,th{text-align:left;background-color:#fff;border:1px solid #f5f5f5;padding:30px}.Footer{border-radius:10px;flex-direction:column;justify-content:space-between;align-items:center;gap:50px;padding:50px;display:flex;margin-top:10px!important;margin-bottom:10px!important}.Pricing-Container{border-radius:10px;flex-direction:column;gap:50px;padding:clamp(10px,5vw,50px);display:flex;margin-top:10px!important}.Pricing{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;padding:20px;display:grid}.Pricing-card{flex-direction:column;gap:10px;padding:20px;display:flex}.Pricing-card-Top{place-content:center space-between;padding:20px;display:flex}.Pricing-card-Button{width:100%}.Pricing-card-Info{flex-direction:column;gap:30px;padding:20px;display:flex}.Popup{z-index:99;border-radius:10px;justify-content:space-between;align-items:center;padding:20px;display:flex;bottom:0%;box-shadow:0 7px 29px #64646f33;position:sticky!important}.ModalOverlay{z-index:9999;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.ModalContent{max-height:90vh;overflow-y:auto}
