#home{width:100%;padding-right:30px;padding-left:30px;height:auto;flex-direction:row;margin:30px auto;align-items:center}#hero-section-left-side,#home{background-color:#fff;display:flex}#hero-section-left-side{width:50%;height:85%;flex-direction:column;justify-content:space-between;align-self:center}#hero-section-left-side-title1{font-family:\--font-geist-mono,serif;font-weight:bolder;font-size:44px;text-align:left;color:#000;margin-bottom:30px}.cursor-animation{animation:blinker 1s ease-in infinite}@keyframes blinker{50%{opacity:0}}#hero-section-left-side-title2{font-weight:700;font-size:32px}#hero-section-left-side-title2,#hero-section-left-side-title3{font-family:var(--font-family-primary);text-align:left;color:#000;margin-bottom:30px}#hero-section-left-side-title3{font-weight:400;font-size:24px}#hero-section-left-side-buttons{display:flex;flex-direction:row;width:100%;justify-content:space-between}#hero-section-left-side-button{font-size:35px;display:flex;flex-direction:row;cursor:pointer;transition:transform .15s ease,color .3s ease}#hero-section-left-side-button:first-child{margin-right:15px}#hero-section-left-side-button span{font-family:var(--font-family-primary);font-weight:700;font-size:24px;text-align:left;color:#000;margin-right:15px;transition:color .3s ease}#hero-section-left-side-button:hover span{color:#4890fb}#hero-section-left-side-button:active{transform:scale(.95)}#hero-section-right-side{width:50%;display:flex;justify-content:right}@media (max-width:1260px){#hero-section-left-side-buttons{width:100%}}@media (max-width:950px){#home{flex-direction:column}#hero-section-left-side{width:100%;margin-bottom:40px}#hero-section-right-side{width:100%;justify-content:center}}