body{color:#fff}h1{font-size:4rem}@media(max-width:1600px){h1{font-size:3.5rem}}@media(max-width:1024px){h1{font-size:2.25rem}}@media(max-width:576px){h1{font-size:2.25rem}}h1{line-height:120%;letter-spacing:.01rem}h1 strong{font-size:inherit;font-weight:inherit;color:#5499ff}h2{font-size:3.5rem}@media(max-width:1600px){h2{font-size:3rem}}@media(max-width:1024px){h2{font-size:2rem}}@media(max-width:576px){h2{font-size:2rem}}h2{line-height:120%;letter-spacing:0}h2 strong{font-size:inherit;font-weight:inherit;color:#5499ff}h3{font-size:2.75rem}@media(max-width:1600px){h3{font-size:2.25rem}}@media(max-width:1024px){h3{font-size:1.75rem}}@media(max-width:576px){h3{font-size:1.5rem}}h3{line-height:125%;letter-spacing:.01rem}h3 strong{font-size:inherit;font-weight:inherit;color:#5499ff}h4{font-size:2.25rem}@media(max-width:1600px){h4{font-size:1.875rem}}@media(max-width:1024px){h4{font-size:1.5rem}}@media(max-width:576px){h4{font-size:1.375rem}}h4{line-height:125%;letter-spacing:.02rem}h4 strong{font-size:inherit;font-weight:inherit;color:#5499ff}h5{font-size:2rem}@media(max-width:1600px){h5{font-size:1.75rem}}@media(max-width:1024px){h5{font-size:1.375rem}}@media(max-width:576px){h5{font-size:1.375rem}}h5{line-height:125%;letter-spacing:.02rem;font-weight:500}h5 strong{font-size:inherit;font-weight:inherit;color:#5499ff}h6{font-size:1.75rem}@media(max-width:1600px){h6{font-size:1.5rem}}@media(max-width:1024px){h6{font-size:1.25rem}}@media(max-width:576px){h6{font-size:1.25rem}}h6{line-height:125%;letter-spacing:.02rem}h6 strong{font-size:inherit;font-weight:inherit;color:#5499ff}p{font-size:1.25rem}@media(max-width:1600px){p{font-size:1.125rem}}@media(max-width:1024px){p{font-size:1.125rem}}@media(max-width:576px){p{font-size:1rem}}p{line-height:145%;letter-spacing:.04rem}p strong{font-size:inherit;font-weight:inherit;color:#5499ff}p.banner,p.large{font-size:1.375rem}@media(max-width:1600px){p.banner,p.large{font-size:1.25rem}}@media(max-width:1024px){p.banner,p.large{font-size:1.125rem}}@media(max-width:576px){p.banner,p.large{font-size:1rem}}p.banner,p.large{line-height:150%;letter-spacing:.01rem}a{text-decoration:unset}main{position:relative;transition:margin-top .6s ease-in-out}:root{--bannerHeightTop:104px}@media(min-width:1024px){:root{--bannerHeightTop:64px}}html.top-banner-active main{margin-top:var(--bannerHeightTop)}@keyframes growToPosition{0%{opacity:0;transform:translateX(-24px) scale(.5)}to{opacity:1;transform:translateX(0) scale(1)}}@keyframes shrinkAndFade{0%{opacity:1;transform:translateX(0) scale(1)}to{opacity:0;transform:translateX(24px) scale(.5)}}.IndustryCard{width:100%;height:100%;position:relative;display:flex;border-radius:5px;overflow:hidden}@media(min-width:1600px){.IndustryCard,.IndustryCard--image{height:100%}}.IndustryCard--content-box{width:57%;background-color:#16181b;padding:2.5rem;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);display:flex;flex-direction:column;justify-content:space-between;height:100%;transition:background-color .6s cubic-bezier(.6,0,.2,1)}.IndustryCard--content-box h3{font-size:2rem}@media(max-width:1600px){.IndustryCard--content-box h3{font-size:1.75rem}}@media(max-width:1024px){.IndustryCard--content-box h3{font-size:1.375rem}}@media(max-width:576px){.IndustryCard--content-box h3{font-size:1.375rem}}.IndustryCard--content-box h3{text-shadow:0 0 2px rgba(0,0,0,.2);font-weight:500;color:#fff;z-index:2;transition:color .6s cubic-bezier(.6,0,.2,1)}.IndustryCard--content-box p{color:#a5a8ad;font-weight:400;opacity:.8;z-index:2;transition:color .6s cubic-bezier(.6,0,.2,1)}.IndustryCard--content-box p.link-txt{color:#5499ff;font-weight:500;margin-top:20px}.IndustryCard--image-box{width:43%;background-size:cover;background-position:50%;position:relative}.IndustryCard--image-box:before{content:"";position:absolute;width:100%;height:100%;left:0;background:linear-gradient(0deg,rgba(0,0,0,.28),rgba(0,0,0,.28));opacity:0;transition:opacity .6s cubic-bezier(.6,0,.2,1)}.IndustryCard--image{width:100%;height:100%}.IndustryCard span{position:absolute;top:1.75rem;right:1.75rem;z-index:2;width:0;height:0;border-left:28px solid rgba(0,0,0,0);border-top:28px solid hsla(0,0%,100%,.5);transition:top .6s cubic-bezier(.6,0,.2,1),right .6s cubic-bezier(.6,0,.2,1),border-color .6s cubic-bezier(.6,0,.2,1)}.IndustryCard small{position:absolute;top:0;right:0;width:100%;height:100%;z-index:2;background-color:rgba(0,0,0,.12);transition:background-color .6s cubic-bezier(.6,0,.2,1)}.IndustryCard:hover .IndustryCard--content-box{background-color:#5499ff}.IndustryCard:hover .IndustryCard--content-box h3,.IndustryCard:hover .IndustryCard--content-box p{color:#051630}.IndustryCard:hover .IndustryCard--image-box:before{opacity:1}.IndustryCard:hover span{top:1.5rem;right:1.5rem;width:0;height:0;border-left:28px solid rgba(0,0,0,0);border-top:28px solid #fff;transition:top .6s cubic-bezier(.6,0,.2,1),right .6s cubic-bezier(.6,0,.2,1),border-color .6s cubic-bezier(.6,0,.2,1)}.IndustryCard:hover small{position:absolute;background-color:rgba(0,0,0,.28)}@media(max-width:1440px){.IndustryCard--content-box{padding:2rem;width:60%}.IndustryCard--image-box{width:40%}}@media(max-width:1280px){.IndustryCard{flex-direction:column-reverse}.IndustryCard--content-box{width:100%}.IndustryCard--image-box{width:100%;max-height:15rem}}@media(max-width:1024px){.IndustryCard--content-box{padding:1.75rem}}@media(max-width:768px){.IndustryCard{flex-direction:row}.IndustryCard--content-box{width:57%}.IndustryCard span{top:1rem;right:1rem}.IndustryCard:hover span{top:.75rem;right:.75rem}.IndustryCard--image-box{width:43%;max-height:unset}}@media(max-width:480px){.IndustryCard{flex-direction:column-reverse}.IndustryCard--content-box{width:100%;padding:1.25rem}.IndustryCard--content-box h3{margin-bottom:5px}.IndustryCard--image-box{width:100%;max-height:10rem}}