.darkBackground{background-color:var(--darkBg);color:var(--altFg)}section{width:100%;display:flex}.section_title{font-size:4rem;font-weight:400}.section_pin{margin-bottom:6rem}header{backdrop-filter:blur(.25rem);-webkit-backdrop-filter:blur(.25rem)}@keyframes slideInLeft{0%{transform:translateX(-10%);opacity:0}100%{transform:translateX(0);opacity:1}}@keyframes slideInRight{0%{transform:translateX(10%);opacity:0}100%{transform:translateX(0);opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes zoomIn{0%{transform:scale(.95);opacity:0}100%{transform:scale(1);opacity:1}}@keyframes textExp{0%{letter-spacing:.2rem;opacity:0}100%{letter-spacing:.001rem;opacity:1}}#hero{height:100%;background:url(../images/addons-images/LaunchControl-blender-hero.webp);background-size:cover;background-position:93% 50%;background-repeat:no-repeat}#hero>div{width:50rem;height:fit-content;padding:3rem;margin-top:auto;display:flex;flex-direction:column;align-items:left;justify-content:flex-end;background:rgba(0,0,0,0)}#hero .section_pin{margin:0;font-size:2rem;font-weight:400;letter-spacing:.25em;text-shadow:.3rem .3rem .6rem rgba(0,0,0,.85)}#hero h1{margin-top:1rem;text-shadow:.3rem .3rem .6rem rgba(0,0,0,.85)}#hero h1 span{font-size:3rem}#hero p{margin-top:2.5rem;text-align:justify}#hero button{width:20rem}#hero div #downloadButton{margin-top:2.5rem}#hero div #learnMoreButton{margin-top:1rem;background-color:var(--secondaryFg)}@media (max-width:768px){#hero>div{padding-top:12rem;width:100%;background:linear-gradient(0deg,rgba(0,0,0,.6) 65%,rgba(0,0,0,0) 99%)}#hero>div>*{text-align:center}#hero>div>h1{font-size:6rem;line-height:.8}#hero button{width:100%}}#hero h1,#hero p{opacity:0}#hero.is-visible h1,#hero.is-visible p{animation:fadeIn 1.5s ease forwards}section:not(#hero){flex-direction:column;align-items:center}section:not(#hero)>*{max-width:70rem}section:not(#hero) p{color:var(--secondaryFg)}#features{padding:12rem 2rem}#features>div{display:flex;flex-direction:row;align-items:center;justify-content:center;text-align:justify;gap:4rem}#features>div>div{width:min(100%,36rem)}#features img{height:30rem;width:auto;filter:drop-shadow(.4rem .4rem .7rem rgba(0, 0, 0, .2))}#features h3{color:var(--accent);margin-top:2rem}#features h3:first-child{margin-top:0}#features p{margin-top:.5rem}@media (max-width:590px){#features>div{flex-direction:column;text-align:center}}#features h3,#features img,#features p{opacity:0}#features.is-visible img{animation:slideInLeft 1s ease-out forwards}#features.is-visible h3{animation:fadeIn 1.5s ease forwards}#features.is-visible p{animation:slideInRight 1s ease-out forwards}#why{text-align:center;padding:0 2rem}#why h2{margin-bottom:3rem;text-shadow:.3rem .3rem .6rem rgba(0,0,0,.4)}#why p{text-align:justify;text-align-last:center}#why h2,#why p{opacity:0}#why.is-visible h2{animation:zoomIn 1s ease forwards}#why.is-visible p{animation:fadeIn 1.5s ease forwards}#installation{padding:12rem 2rem 0 2rem}.installation-steps{list-style:none;counter-reset:step;padding:0;margin:0}.installation-steps li{counter-increment:step;width:100%;margin-bottom:3rem;padding-top:3.5rem;position:relative;font-size:1.25rem;text-align:center}.installation-steps li::before{font-size:1rem;content:counter(step);position:absolute;left:calc(50% - 1rem);top:0;width:2.25rem;height:2.25rem;border-radius:50%;background:var(--accent);color:var(--darkBg);font-weight:700;display:flex;align-items:center;justify-content:center}.installation-steps a{font-size:inherit}.installation-steps a:hover{color:var(--accent)}.installation-steps img{width:100%;height:auto;margin-bottom:-1rem;filter:drop-shadow(.4rem .4rem .7rem rgba(0, 0, 0, .2))}#installation .installation-steps li::before{opacity:0}#installation.is-visible .installation-steps li::before{animation:zoomIn 1s ease forwards}#installation.is-visible .installation-steps li:first-child::before{animation-delay:0s}#installation.is-visible .installation-steps li:nth-child(2)::before{animation-delay:.15s}#installation.is-visible .installation-steps li:nth-child(3)::before{animation-delay:.3s}#installation.is-visible .installation-steps li:nth-child(4)::before{animation-delay:.45s}#installation.is-visible .installation-steps li:nth-child(5)::before{animation-delay:.6s}#installation.is-visible .installation-steps li:nth-child(6)::before{animation-delay:.75s}#release-notes{padding:12rem 2rem;border-radius:0 0 2rem 2rem;max-height:100%}.release-roadmap{position:relative;padding:2.5rem 3rem 3rem 2rem;border-radius:1rem;background-color:#262626}.release-item{display:flex;align-items:flex-start;position:relative;margin-bottom:4rem}.release-item:last-child{margin-bottom:0}.release-dot{width:1rem;height:1rem;border-radius:50%;border:.2rem solid var(--accent);margin-right:2rem;margin-top:.5rem;flex-shrink:0;background-color:transparent;position:relative}.release-dot.filled{background-color:var(--accent);border-color:var(--accent)}.release-item:not(.release-item:last-child)::after{content:'';position:absolute;width:.2rem;background:linear-gradient(to bottom,var(--accent) -50%,transparent 100%);left:.4rem;top:1rem;bottom:-3rem}.release-content .release-version{display:block;color:var(--accent);font-size:1.5rem;font-weight:700;letter-spacing:.25em;margin-bottom:1rem}.release-content p{margin:0;line-height:1.4;color:var(--secondaryFg)}#faq{padding:12rem 2rem}#faq .section_pin{width:100%;text-align:left}.faq-list{width:100%}.faq-item:not(:last-child){margin-bottom:3rem}#faq h3{margin-bottom:.5rem;width:45rem}#faq h3,#faq p{opacity:0}#faq.is-visible h3{animation:slideInRight 1s ease-out forwards}#faq.is-visible p{animation:fadeIn 1.5s ease forwards}#support{padding:3rem 2rem 18rem 2rem}#support .section_title{text-align:center}#support span{display:block;font-size:3rem;margin-top:1rem;margin-bottom:3rem}#support a i{transform:translateX(0);transition:transform .2s ease}#support a:hover i{transform:translateX(.4rem)}#support h2,#support span{opacity:0}#support h2{animation:zoomIn 1s ease forwards}#support span{animation:fadeIn 1.5s ease forwards}