:root{--background:#EBF4FF;--background2:#c3d4ec;--background-orange:#f5aa35;--background-orange-shadow:#52380d;--background-light2:#A4C8F4;--background-light3:#B6D3F6;--background-med:#0B2B49;--background-med2:#103F6A;--background-med3:#efdc8f;--background-dark:#274156;--logo-color-blue:#0092c8;--text-med-contrast:#343434;--text-glow:#20a5de;--gradient-light:linear-gradient(to bottom, var(--background-orange) 0%, var(--background-light2) 30%,
    var(--background-orange) 100%);--gradient-light2:linear-gradient(to bottom, var(--background-orange) 15%, var(--background-med3) 30%,
    var(--background-med3) 75%, var(--background-orange) 100%);--gradient-light2-right:linear-gradient(to right, rgba(255, 255, 255, 0) 20%, var(--background) 35%,
    var(--background2) 100%);--gradient-light2-left:linear-gradient(to left, rgba(255, 255, 255, 0) 20%, var(--background) 35%,
    var(--background2) 100%);--gradient-med:linear-gradient(to bottom, var(--background-med) 0%, var(--background-med2) 50%,
    var(--background-med3) 100%);--gradient-med-trans:linear-gradient(to bottom, rgb(11, 43, 73, 50%) 0%, rgb(16, 63, 106, 50%) 50%,
    rgb(24, 94, 160, 50%) 100%);--gradient-med-rev:linear-gradient(to top, var(--background-med) 0%, var(--background-med3) 50%,
    var(--background-med3) 100%)}*,::after,::before{box-sizing:border-box}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--gradient-light)}::-webkit-scrollbar-thumb{background:#888;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#555}body{margin:0;padding:0;font-family:Montserrat,sans-serif;color:var(--text-med-contrast);max-width:100vw;min-height:100vh;background-color:var(--background-orange)}button{max-height:100px;height:100%;max-width:300px;width:100%;background:var(--background-med);font-family:Lato,sans-serif;font-size:2em;border-radius:10px}ul{list-style-type:none;text-align:center;justify-content:center;padding:0}#blog{visibility:hidden}#grid-container{display:grid;grid-template-rows:auto auto auto;overflow-x:clip}#banner img{width:100vw;height:100%}#header{max-height:8vh;position:sticky;top:0;z-index:10;transition:all .3s ease;width:100vw}#header::before{content:'';display:none;position:absolute;top:0;left:0;right:0;height:100%;background:var(--gradient-med);transition:top .9s ease,transform .9s ease,opacity .9s ease;opacity:0;transform:translateY(-100%);z-index:-1}#header.gradient-active::before{opacity:1;transform:translateY(0)}.header-container{display:flex;width:100%;justify-content:space-between;align-items:center}#bps-logo{box-sizing:border-box;opacity:.65;border-radius:50%;margin:5px 0 0 5px}.full-screen-nav{position:fixed;width:75%;height:85%;background:var(--gradient-light);top:0;right:0;z-index:100;display:flex;justify-content:center;align-items:center;text-align:center;border-radius:10px;transform:scale(0);transform-origin:top right;transition:transform .25s ease;border-top:2rem solid var(--background-orange)}.full-screen-nav.active{transform:scale(1)}.full-screen-nav ul{list-style:none;padding:0}.full-screen-nav ul li{padding:10px}.full-screen-nav ul li a{color:#fff;font-size:2.5rem;text-decoration:none}.full-screen-nav a:hover{animation:glow-text 1.5s ease-in-out infinite alternate}.hamburger-menu{display:flex;flex-direction:column;justify-content:space-around;width:2rem;height:2rem;cursor:pointer;z-index:1000;padding-right:15px}.hamburger-menu div{width:1.75rem;height:.25rem;background:var(--background-dark)}#navigation{display:none}.dropdown-content{display:none}.main-content{display:grid;grid-template-rows:1fr auto;width:100%}#cover-image{position:absolute;top:0;left:0;width:100%;height:auto;overflow:hidden;box-shadow:var(--background-orange-shadow) 2px 4px 8px 0}.image-overlay-text{position:absolute;top:3vh;width:100%;color:var(--background-orange);text-align:center}#main-header{font-size:2.5rem;font-weight:700}#mission-statement{display:flex;flex-direction:column;color:var(--background-med);background-color:var(--background-orange);align-content:center;justify-content:center;text-align:center;width:100%;padding:25px 0 20px 0}#mission-statement-text{font-size:1.2rem;padding:10px}#cta-main{font-size:.75rem;z-index:1}#cta-main button{max-width:45vw;height:5vh;color:var(--background);box-shadow:#52380d 2px 4px 8px 0}#cta-main button:hover{animation:glow-text 1.5s ease-in-out infinite alternate}.content-section{display:flex;flex-direction:column;justify-content:center}.carousel-wrapper{grid-area:carousel-wrapper;position:relative;display:flex;max-width:100vw;width:100%;height:100%;align-items:center;background-color:var(--gradient-med);padding:0}#carousel-container{display:flex;align-items:center;justify-content:flex-start;overflow:hidden;white-space:nowrap;height:100%;width:100%;padding:0}.carousel-item{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:justify;min-width:100vw;width:100%;height:100%;background:var(--gradient-light);white-space:normal;overflow-y:scroll;padding:0}.carousel-control{display:none;background:0 0;border:none;cursor:pointer;justify-content:center;align-items:center;z-index:1;position:absolute;top:50%;transform:translateY(-50%)}.wrap-image{max-width:300px;max-height:250px;width:auto;height:auto;object-fit:contain;border:10px #df975d;border-radius:50px;flex:0 0 auto;padding-top:1em}.wrap-image img{width:100%;height:auto}.carousel-item ul{font-size:1.25rem;margin:20px;flex:0 1}.list-heading{font-weight:700}.carousel-item li{font-size:1rem;font-weight:400}#carousel-indicators{display:flex;justify-content:center;align-items:center;margin-top:10px;padding-bottom:2rem}#carousel-indicators .dot{display:inline-block;width:10px;height:10px;border-radius:50%;background-color:gray;margin:0 5px;cursor:pointer}#carousel-indicators .dot.active{background-color:var(--background-dark)}#dna{padding-top:100px}#dna-container{display:flex;flex-direction:column;align-items:center;overflow:hidden}#dna-container #image-container{padding-bottom:20px}#dna-container h2{text-align:center;padding:0 10px 0 10px}#dna-image{max-width:85vw;height:auto;border-radius:50px;box-shadow:var(--background-orange-shadow) 2px 4px 8px 0}#learn-more{color:var(--background-dark);text-decoration:none;font-size:1.5rem}#learn-more::after{font-family:"Font Awesome 5 Free";content:"\f061";padding-left:5px}#process{display:flex;flex-direction:column;align-items:center;padding:150px 0 150px;background:var(--gradient-light2)}#process h3{font-size:1.2rem}.card{perspective:1000px}.card-inner{transition:transform .6s;transform-style:preserve-3d;position:relative;height:150px;width:95vw}.card:hover .card-inner{transform:rotateY(180deg)}.card-back,.card-front{backface-visibility:hidden;position:absolute;width:100%;min-height:125px;background-color:var(--background-orange);border-radius:50px;text-align:center;padding:15px 15px 0 15px}.card-back{transform:rotateY(180deg)}.card-back p{font-size:1rem;padding:5px}#neo4j-overview{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;text-align:center;padding-bottom:5vh}#neo4j-content{max-width:75vw;font-size:1.25em}#neo4j-link{text-decoration:None;color:#fff}.fade-in{width:10vw;height:auto;opacity:0;transition:opacity 2s ease-in}#gpts{padding-top:150px}#gpts-container{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;text-align:center;overflow-x:hidden}#openai-img{max-width:15vw;height:auto}#gpts-container h2{margin-bottom:0}#gpts-container p{margin-top:5px;padding:0 5px 0 5px;font-size:1.2rem;max-width:75vw}#widget{display:flex;justify-content:center;padding-bottom:8vh}.footer .footer-item{font-family:Montserrat,sans-serif;text-align:center;padding:0;margin:0}#footer{background-color:var(--background-orange);display:flex;width:100%;height:fit-content;justify-content:center;flex-direction:column}.footer-item{display:flex;flex-direction:column;justify-content:center;align-items:center}#accordion-container{padding-bottom:50px}.footer-accordion .accordion-header{background-color:var(--background-med);color:#fff;padding:10px;border:none;text-align:center;outline:0;font-size:1rem;transition:.4s;width:60%;border-radius:10px;box-shadow:#52380d 2px 8px 8px 0}.accordion-header:hover{cursor:pointer}.footer-accordion .accordion-content{max-height:0;overflow:hidden;transition:max-height .5s ease-out;width:80%;background-color:var(--background-orange);padding:0 20px;font-size:1.25rem}.active+.accordion-content{max-height:500px;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;overflow:visible}#social-links{display:flex;justify-content:center;padding-top:25px;border-top:2px solid var(--background-dark)}#links a{color:var(--background-med);padding:0 0 75px 25px;text-decoration:none}@keyframes glow-text{0%,100%{text-shadow:none}50%{text-shadow:0 0 10px #f0f0f0,0 0 20px var(--background-med3),0 0 30px var(--background-med3),0 0 40px var(--background-med3),0 0 50px var(--background-med3)}}.animate-quick{opacity:0;transition:transform .8s ease-out,opacity .8s ease-out}.animate-slow{opacity:0;transition:transform 2s ease-out,opacity 2s ease-out}.animate-from-top{transform:translateY(-100%)}.animate-from-bottom{transform:translateY(100%)}.animate-from-left{transform:translateX(-50%)}.animate-from-right{transform:translateX(25%)}.visible{opacity:1;transform:translate(0,0)}@keyframes BlueprintDraw{0%{opacity:0;text-shadow:none}50%{opacity:.5;text-shadow:0 0 6px rgba(0,150,255,.5)}100%{opacity:1;text-shadow:0 0 12px #0096ff}}@keyframes spin{from{transform:rotate(0)}to{transform:rotate(720deg)}}img.spin{animation:spin 1.75s linear}