#landingpage{--main-width:865px;--hover-color:var(--cribl-dark-green);--hover-background:var(--cribl-light-green);--resource-border-color:rgba(0, 0, 0, 15%);--product-background-color:var(--grey-3);--product-color:var(--text-color-85);--resource-color:var(--text-color-85);--resource-background:transparent;--footer-border-color:rgba(0, 0, 0, 15%);--footer-link-color:var(--blue-7)}html[data-theme=dark] #landingpage{--hover-color:var(--cribl-light-green);--hover-background:var(--cribl-dark-green);--product-background-color:var(--grey-9);--product-color:var(--grey-4);--resource-color:var(--grey-4);--resource-background:var(--grey-9);--footer-border-color:var(--grey-7);--footer-link-color:var(--blue-6)}#landingpage{display:flex;flex-direction:column;justify-content:space-between;min-height:calc(100vh - var(--navbar-height) - var(--footer-height));padding:32px 0}.home__main-section{align-self:center;display:flex;flex-direction:column;gap:35px;max-width:var(--main-width);width:100%}.home__title{align-items:center;display:flex;gap:16px;justify-content:flex-start;max-width:var(--main-width);width:100%}.home__title svg{height:60px;width:60px}.home__title span{color:var(--text-color);font-size:64px;font-weight:300;line-height:60px}.home__search-input{width:100%;border:1px solid var(--border-base);border-radius:2px;padding:var(--spacing-lg);height:fit-content}.home__product-list{display:flex;flex-direction:row;gap:16px}.home__product-tile{align-items:center;background-color:var(--product-background-color);border-radius:4px;color:var(--product-color);display:flex;flex-direction:column;flex:1 0;font-size:16px;gap:4px;height:100px;justify-content:center;padding:10px;text-decoration:none}.home__product-tile:hover{background-color:var(--hover-background);color:var(--hover-color)}.home__product-tile:hover svg *{fill:currentColor!important}.home__product-tile svg{height:40px;width:40px}.home__resources-list{column-gap:16px;display:grid;grid-template-columns:repeat(3,1fr);row-gap:23px}.home__resource-tile{background-color:var(--resource-background);border-radius:4px;border:1px solid var(--resource-border-color);color:var(--resource-color);display:flex;flex-direction:row;gap:12px;padding:16px;position:relative;text-decoration:none}.home__resource-tile:hover{background-color:var(--hover-background);color:var(--hover-color)}.home__resource-tile-icon svg{height:24px;width:24px}.home__resource-tile-icon svg *{fill:currentColor!important}.home__resource-tile-text{display:flex;flex-direction:column;gap:4px}.home__resource-tile-title{font-size:16px;font-weight:600;line-height:25px;margin:0;padding:0}.home__resource-tile-description{font-size:12px;font-weight:400}.home__footer{align-self:center;border-top:1px solid var(--footer-border-color);column-gap:16px;display:grid;grid-template-columns:repeat(4,1fr);margin-top:var(--spacing-md);padding:var(--spacing-md)0;max-width:var(--main-width);width:100%}.home__footer-link{align-items:center;border-radius:4px;color:var(--footer-link-color);display:flex;flex-direction:row;font-size:16px;font-weight:600;line-height:25px;padding:8px;text-decoration:none}.home__footer svg{height:24px;width:24px;margin-right:8px}.home__footer svg *{fill:currentColor!important}@media(max-width:1024px){#landingpage{padding:var(--spacing-xxxl)var(--spacing-xl)}.home__main-section{gap:var(--spacing-xxl)}.home__product-list{display:grid;grid-template-columns:repeat(5,1fr);gap:var(--spacing-md)}.home__product-tile{display:grid;grid-template-columns:1fr 1fr;gap:var(--spacing-xl);align-items:center;height:fit-content;padding:var(--spacing-md)}.home__product-tile svg{justify-self:end}.home__resources-list,.home__product-list{grid-template-columns:1fr;gap:var(--spacing-md)}.home__footer{grid-template-columns:1fr;gap:var(--spacing-xl)}.home__title svg{display:none}.home__title span{font-size:48px;line-height:52px}}.header__panel .search__input-container{display:none}