:root{--octo-shadow-large:10px 10px 32px rgba(0,0,0,.08),5px 5px 16px rgba(0,0,0,.06),1px 1px 3px rgba(0,0,0,.06);--octo-shadow-medium:0 8px 16px 0 rgba(0,0,0,.08),0 6px 10px 0 rgba(0,0,0,.02),0 1px 4px 0 rgba(0,0,0,.02);--octo-shadow-standard-box:0 2px 6px 0 rgba(0,0,0,.2);--octo-shadow-standard-box-hover:0 2px 6px 0 rgba(0,0,0,.4);--hover-transition-duration:0.15s;--hover-transition-ease:ease;--hover-transition:var(--hover-transition-duration) all var(--hover-transition-ease)!important;--octo-rounded-small:3px;--octo-rounded-large:10px;--octo-font-size-extra-large:37px;--octo-font-size-normal:18px;--octo-font-size-small:16px;--octo-font-size-extra-small:14px;--h1:48px;--h2:32px;--h3:24px;--h4:24px;--h5:20px;--h6:16px;--spacer-0:0;--spacer-1:0.25rem;--spacer-2:0.5rem;--spacer-3:1rem;--spacer-4:1.5rem;--spacer-5:3rem;--octo-line-size-normal:160%;--cyan:var(--cyan-300);--navy:var(--navy-500);--green:var(--green-200);--red:var(--red-100);--orange:var(--orange-100);--purple:var(--purple-100);--white:#fff;--octo-light-theme-color-text-normal:var(--navy-600);--octo-keyline:var(--outline-secondary)}.grid{align-items:center;display:grid;gap:var(--space-16);margin:0 auto;max-width:100%;padding:0;width:100%}.grid--highlighted{position:relative}.grid--highlighted:before{--highlight-sides-offset:10%;background:var(--grid-highlight);border-radius:83.01563rem;bottom:0;content:"";display:block;filter:blur(166.58654785px);left:calc(var(--highlight-sides-offset)*-1);position:absolute;right:0;top:0;width:calc(100% + var(--highlight-sides-offset)*2)}.grid--align-top{align-items:start}.grid--three-centered{--gap-x:var(--space-32);--gap-y:var(--space-40);display:flex;flex-wrap:wrap;gap:var(--gap-y) var(--gap-x);justify-content:center}.grid--three-centered .card--simple{flex:0 0 calc(33.33333% - var(--gap-x)*2/3)}@media screen and (max-width:991px){.grid--three-centered .card--simple{flex:0 0 calc((100% - var(--gap-x))/2)}}@media screen and (max-width:768px){.grid--three-centered .card--simple{flex:0 0 100%}}.grid--two-cols{gap:var(--space-48);grid-template-columns:1fr 1fr}.grid--two-cols:has(.card--simple){gap:var(--space-16)}.grid--two-cols-one-third{gap:var(--space-48);grid-template-columns:1fr 2fr}.grid--two-cols-two-thirds{gap:var(--space-48);grid-template-columns:2fr 1fr}.grid--three-cols{grid-template-columns:repeat(3,1fr)}.grid--four-cols{grid-template-columns:repeat(4,1fr)}.grid--six-cols{grid-template-columns:repeat(6,1fr)}@media screen and (max-width:991px){.grid--six-cols{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:768px){.grid{grid-template-columns:1fr}}.grid .flex-container.stripe{padding:0}.grid .flex-container.stripe .flex-container-content>div{width:100%}.layout .flex-container.stripe:has(.grid--highlighted){overflow:hidden}.layout .grid .col{display:flex;flex-direction:column;gap:var(--space-24);padding:0}
/*# sourceMappingURL=grid-styles.css.map*/