div.home{display:flex;flex-direction:column;min-height:calc(100vh - 4.5rem);height:auto;background-color:#000}div.home>main{display:flex;justify-content:center;flex-grow:1;background:linear-gradient(#000,#2c598f);text-align:center}div.home>main>div.hero{display:flex;flex-direction:column;align-items:center;width:50rem}div.home>main>div.hero>div.center-container>.heading-h2{margin-bottom:1rem}div.home>main>div.hero>div.center-container>.heading-h6{margin-bottom:2rem}div.home>main>div.hero>div.center-container>a{display:inline-block;width:207px;height:50px;margin-top:2rem;margin-bottom:5rem;padding:13px 28px;background-color:#3758f9;border-radius:6px}div.home>main>div.hero>div.center-container>div.definition{text-align:left;border-radius:8px;background-color:#374151;padding:12px 24px 12px 36px;display:flex;flex-direction:row;align-items:stretch;column-gap:16px;max-width:648px;width:auto}div.home>main>div.hero>div.center-container>div.definition>div.accent{width:4px;background-color:#9ca3af}div.home>main>div.hero>div.center-container>div.definition span.bold{font-weight:700}div.home>main>div.hero>div.center-container>div.definition span.italic{font-style:italic}@media only screen and (max-width:576px){div.home div.hero div.definition{padding:12px 16px!important}div.home div.hero br.desktop-break{display:none}}@media only screen and (min-width:576px)and (max-width:768px){div.home div.hero div.definition{padding:12px 16px}div.home div.hero br.desktop-break,div.home div.hero br.mobile-break{display:none}}@media only screen and (min-width:768px)and (max-width:992px){div.home div.hero br.desktop-break,div.home div.hero br.mobile-break{display:none}}@media only screen and (min-width:992px)and (max-width:1200px){div.home div.hero br.mobile-break{display:none}}@media only screen and (min-width:1200px)and (max-width:1400px){div.home br.mobile-break{display:none}}@media only screen and (min-width:1400px){div.home br.mobile-break{display:none}}