#hero{display:flex;justify-content:space-between;height:80lvh;min-height:522px;max-height:640px;align-items:center;margin-bottom:30px}#hero-left{width:559px}#hero p{margin-top:14px}#hero-card{position:relative;width:319px;height:387px;display:flex;align-items:center;justify-content:center}#hero-image{width:calc(100% - 12px);height:calc(100% - 12px);border-radius:calc(30px - 6px);object-fit:cover;z-index:12}@media (max-width:1080px){#hero-left{width:510px}}@media (max-width:1008px){#hero-left{width:435px}#hero-card{width:311px}}@media (max-width:873px){#hero-left{width:368px}#hero p{margin-top:14px}#hero-card{width:292px}}@media (max-width:747px){#hero-left{width:338px}#hero p{margin-top:11px}#hero-card{width:265px}}@media (max-width:666px){#hero{display:flex;height:-moz-fit-content;height:fit-content;align-items:center;flex-direction:column;gap:20px;max-height:none;margin-bottom:131px}#hero-left{width:100%}#hero-card{width:394px;height:280px}#hero-image{object-position:50% 20%}#hero h1{margin-top:50px}}@media (max-width:424px){#hero-card{width:353px;height:260px}#hero p{width:345px}}#hero-buttons-container{width:100%;display:flex;flex-direction:row;gap:20px;margin-top:24px}.hero-button{border-radius:45px;height:43px!important;width:-moz-fit-content;width:fit-content;display:flex;flex-direction:column;justify-content:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;position:relative;background:var(--lightFooter)!important;box-shadow:0 0 3px rgba(0,0,0,.08),0 0 14px rgba(0,0,0,.1);transition:scale .2s ease,box-shadow .2s ease}.dark .hero-button{background:var(--darkCardRim)!important}@media (hover:hover){.hero-button:hover{box-shadow:0 0 8px rgba(0,0,0,.08),0 0 24px rgba(0,0,0,.1);scale:1.0005;transition:scale .2s ease,box-shadow .2s ease}}.dark .hero-button:after{background:radial-gradient(circle 200px at var(--mouseX) var(--mouseY),rgba(255,255,255,.02),transparent 40%);z-index:20}.hero-button:after{background:radial-gradient(circle 200px at var(--mouseX) var(--mouseY),rgba(255,255,255,.2),transparent 40%);z-index:20}.dark .hero-button .card-border{background:radial-gradient(circle 100px at var(--mouseX) var(--mouseY),rgba(255,255,255,.7),transparent 40%);z-index:9}@media (hover:hover){#hero-buttons-container:hover .hero-button .card-border{opacity:1}}.hero-button-content{z-index:15;padding-left:22px;padding-right:9px;display:flex;align-items:center;justify-content:space-between;gap:14px}.hero-button .button-text{color:var(--lightBodyText)}.hero-button .plus-cross-container{width:30px;height:30px}.hero-button .plus-cross-icon{width:18px;height:18px}@media (max-width:1008px){.hero-button-content{gap:10px}}@media (max-width:873px){#hero-buttons-container{margin-top:16px;flex-wrap:wrap;gap:10px}.hero-button{width:60%}}@media (max-width:747px){.hero-button{width:65%}}@media (max-width:666px){#hero-buttons-container{gap:16px}.hero-button{width:100%}}