nav{background-color:hsla(0,0%,100%,.7);-webkit-transition:all 1s;transition:all 1s;position:fixed;top:0;z-index:10000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100vw;min-width:320px}nav #logo{display:inherit;margin:10px 0 10px 2em;width:2.5em}@media(min-width:576px){nav #logo{margin-left:2.5em}}nav button.primary-button{display:inline-block;position:relative;width:32px;margin:0}@media(min-width:576px){nav button.primary-button{width:10vw;min-width:110px;max-width:160px}}@media(min-width:992px){nav button.primary-button{width:12vw;max-width:220px}}nav button.primary-button:after{display:block;font-family:Font Awesome\ 5 Free;font-weight:400;font-size:1.4em;content:"\F0E0";position:absolute;width:100%;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:0;pointer-events:none}@media(min-width:576px){nav button.primary-button:after{font-family:Open Sans;font-size:1em;font-weight:700;content:"Contact Us"}}nav .nav-buttons{margin-left:20px}nav .nav-buttons li{display:inline-block;margin:5px 15px;text-transform:uppercase}@media(min-width:576px){nav .nav-buttons li{margin:5px 2em}}nav .nav-buttons li span{font-size:.85em;font-weight:700;color:#002c30;text-transform:uppercase}nav .nav-buttons li span:after{display:block;content:"";border-bottom:2px solid #002c30;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transition:-webkit-transform .25s ease-in-out;transition:-webkit-transform .25s ease-in-out;transition:transform .25s ease-in-out;transition:transform .25s ease-in-out,-webkit-transform .25s ease-in-out}nav .nav-buttons li span:hover:after{-webkit-transform:scaleX(.9);transform:scaleX(.9)}
/*!
 * Font Awesome Free 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */@font-face{font-family:Font Awesome\ 5 Free;font-style:normal;font-weight:400;font-display:auto;src:url(/fonts/fa-regular-400.eot);src:url(/fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(/fonts/fa-regular-400.woff2) format("woff2"),url(/fonts/fa-regular-400.woff) format("woff"),url(/fonts/fa-regular-400.ttf) format("truetype"),url(/fonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-family:Font Awesome\ 5 Free;font-weight:400}html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:12px}@media(min-width:576px){html{font-size:14px}}@media(min-width:768px){html{font-size:15px}}@media(min-width:992px){html{font-size:16px}}@media(min-width:1200px){html{font-size:18px}}@media(min-width:1600px)and (min-height:800px){html{font-size:26px}}@media(min-width:2560px)and (min-height:800px){html{font-size:32px}}*,:after,:before{-webkit-box-sizing:inherit;box-sizing:inherit}body,h1,h2,h3,h4,h5,h6,ol,p,ul{margin:0;padding:0;font-weight:inherit;color:inherit}a{text-decoration:none;color:inherit}ol,ul{list-style:none}img{max-width:100%;height:auto}.noscroll{overflow:hidden}.trigger{min-height:0}.fade-enter-active,.fade-leave-active{-webkit-transition:opacity .5s;transition:opacity .5s}.fade-enter,.fade-leave-to{opacity:0}@media(min-width:768px){html.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}html.no-scrollbar::-webkit-scrollbar{display:none}}body{min-width:320px;min-height:540px;background-color:#fff;font-family:Open Sans,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-ms-scroll-chaining:none;overscroll-behavior:none}body #stage-curtain{background-color:#fff;pointer-events:none;height:100vh;width:100vw;position:fixed;top:0;left:0;-webkit-transition:opacity .3s;transition:opacity .3s;opacity:1;z-index:500}body #stage-curtain.open{opacity:0}body .heading{font-size:4.2em;color:#002c30}body .alt-heading,body .heading{line-height:1.1em;font-weight:700}body .alt-heading{font-size:3.5em;color:#00b7c9}body .subheading{font-size:1.8em;font-weight:700;color:#bbb}body .alt-subheading{font-size:1.8em;font-weight:700;color:#00b7c9}body .primary-description{font-size:1em;line-height:1.5em;font-weight:400;color:#4d6c6f;margin-top:1em}body span.line{display:inline-block}body a.button,body button{display:inline-block;width:140px;padding:10px 10px;margin-left:10px;margin-right:10px;font-size:.85em;font-weight:700;text-decoration:none;text-align:center;border:none;border-radius:50px;cursor:pointer;-webkit-transition:opacity .5s;transition:opacity .5s;outline:none}@media(min-width:768px){body a.button,body button{width:160px;margin-left:0;margin-right:10px}}@media(min-width:992px){body a.button,body button{margin-left:0;margin-right:20px;width:190px}}@media(min-width:1600px)and (min-height:800px){body a.button,body button{padding:15px 10px;width:250px}}@media(min-width:2560px)and (min-height:800px){body a.button,body button{width:290px}}body a.button.primary-button,body button.primary-button{background-color:#00b7c9;color:#fff}body a.button.secondary-button,body button.secondary-button{background-color:#e2e2e2;color:#00b7c9}body a.button:hover,body button:hover{opacity:.75}#home-section-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:540px;height:100vh}@media(min-width:768px){#home-section-container{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}#home-section-container .home-pic{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}#home-section-container .home-pic img{width:90%;min-width:270px;max-width:360px}@media(min-width:768px){#home-section-container .home-pic img{width:90%;max-width:700px}}@media(min-width:1600px)and (min-height:800px){#home-section-container .home-pic img{max-width:none}}#home-section-container .home-pic #outer{position:absolute;-webkit-animation:rotating 100s linear infinite;animation:rotating 100s linear infinite;-webkit-transform-origin:50% 50%;transform-origin:50% 50%;z-index:-1}@-webkit-keyframes rotating{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotating{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}#home-section-container .home-section-headers{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;margin-left:0}@media(min-width:768px){#home-section-container .home-section-headers{white-space:normal;text-align:left}}#home-section-container .home-section-headers .primary{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-weight:700;color:#00b7c9}#home-section-container .home-section-headers .primary #splash-text{color:#002c30;margin:20px 0 10px}@media(min-width:768px){#home-section-container .home-section-headers .primary #splash-text{padding-right:20%;margin:0}}#home-section-container .home-section-headers .primary #highlight-text{font-size:3em;line-height:1.1em}#home-section-container .home-section-headers .primary #highlight-text span{display:inline-block}@media(min-width:768px){#home-section-container .home-section-headers .primary #highlight-text{font-size:2em}}@media(min-width:768px){#home-section-container .home-section-headers .primary #highlight-text #degree{display:block;font-size:3em;line-height:1.1em}}#home-section-container .home-section-headers .primary #highlight-text #millions{color:#002c30}#home-section-container .home-section-buttons{text-align:center}@media(min-width:768px){#home-section-container .home-section-buttons{text-align:left;margin-top:25px}}#home-section-container .home-section-buttons .button{margin-top:1em}#home-section-container *{-webkit-transition:opacity 1s ease,width 1s ease,height 1s ease,font-size 1s ease,-webkit-box-flex 1s ease,-webkit-flex-basis 1s ease,-webkit-transform 1s ease;transition:opacity 1s ease,width 1s ease,height 1s ease,font-size 1s ease,-webkit-box-flex 1s ease,-webkit-flex-basis 1s ease,-webkit-transform 1s ease;transition:opacity 1s ease,width 1s ease,height 1s ease,flex 1s ease,flex-basis 1s ease,transform 1s ease,font-size 1s ease;transition:opacity 1s ease,width 1s ease,height 1s ease,flex 1s ease,flex-basis 1s ease,transform 1s ease,font-size 1s ease,-webkit-box-flex 1s ease,-ms-flex 1s ease,-webkit-flex-basis 1s ease,-ms-flex-preferred-size 1s ease,-webkit-transform 1s ease}#home-section-container.animated *{-webkit-transition:none!important;transition:none!important}#home-section-container .home-section-headers{width:0;height:0;opacity:0;-ms-flex-preferred-size:0;flex-basis:0}#home-section-container .home-section-headers #splash-text{-webkit-transition:font-size 1s ease 2s,-webkit-transform .5s ease .5s;transition:font-size 1s ease 2s,-webkit-transform .5s ease .5s;transition:font-size 1s ease 2s,transform .5s ease .5s;transition:font-size 1s ease 2s,transform .5s ease .5s,-webkit-transform .5s ease .5s;font-size:3em;opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}@media(min-width:768px){#home-section-container .home-section-headers #splash-text{-webkit-transform:translateX(100vw);transform:translateX(100vw)}}#home-section-container .home-section-headers #highlight-text{-webkit-transition-delay:2s;transition-delay:2s;height:0}#home-section-container .home-section-headers #highlight-text #degree{-webkit-transition-delay:2.5s;transition-delay:2.5s;opacity:0}#home-section-container .home-section-headers #highlight-text #vt-text{-webkit-transition-delay:2.7s;transition-delay:2.7s;opacity:0}#home-section-container .home-section-headers #highlight-text #millions{-webkit-transition-delay:3.5s;transition-delay:3.5s;opacity:0;-webkit-transform:translateY(1em);transform:translateY(1em)}#home-section-container .home-section-buttons{-webkit-transition-delay:4.5s;transition-delay:4.5s;opacity:0;height:0}#home-section-container.animate .home-section-headers{width:100%;height:100%;opacity:1}@media(min-width:768px){#home-section-container.animate .home-section-headers{-ms-flex-preferred-size:80%;flex-basis:80%}}@media(min-width:992px){#home-section-container.animate .home-section-headers{-ms-flex-preferred-size:60%;flex-basis:60%}}@media(min-width:1200px){#home-section-container.animate .home-section-headers{-ms-flex-preferred-size:40%;flex-basis:40%}}#home-section-container.animate .home-section-headers #splash-text{font-size:1.2em;opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}#home-section-container.animate .home-section-headers #highlight-text{height:100%}#home-section-container.animate .home-section-headers #highlight-text #degree,#home-section-container.animate .home-section-headers #highlight-text #vt-text{opacity:1}#home-section-container.animate .home-section-headers #highlight-text #millions{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}#home-section-container.animate .home-section-buttons{opacity:1;height:100%}#stats-section{margin-bottom:50px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;position:relative}@media(min-width:768px){#stats-section{width:100vw;min-width:1000px;margin-right:10vw;margin-left:50px;margin-bottom:0}}#stats-section #stats-section-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media(min-width:768px){#stats-section #stats-section-container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}#stats-section .stats-cards{margin-top:5%;width:100%}@media(min-width:768px){#stats-section .stats-cards{max-width:600px;width:50%;height:100%;margin-top:0}}@media(min-width:1600px)and (min-height:800px){#stats-section .stats-cards{max-width:1000px}}#stats-section .stats-cards .stats-cards-container{position:relative;top:-80vh;width:80%;min-width:320px;max-width:600px;margin:0 auto;padding:5% 0;white-space:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media(min-width:768px){#stats-section .stats-cards .stats-cards-container{top:80vh;width:90%;height:100%}}@media(min-width:1600px)and (min-height:800px){#stats-section .stats-cards .stats-cards-container{max-width:1000px}}#stats-section .stats-cards .stats-cards-container .card{opacity:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:52%;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fefffe;border-radius:10px;-webkit-box-shadow:0 20px 30px rgba(0,0,0,.15);box-shadow:0 20px 30px rgba(0,0,0,.15)}@media(min-width:768px){#stats-section .stats-cards .stats-cards-container .card{width:52%;min-height:25%}}#stats-section .stats-cards .stats-cards-container .card .card-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:15% 10%}#stats-section .stats-cards .stats-cards-container .card .card-content .card-heading{font-size:3em;line-height:1em;font-weight:700;color:#002c30}@media(min-width:768px){#stats-section .stats-cards .stats-cards-container .card .card-content .card-heading{font-size:2em}}#stats-section .stats-cards .stats-cards-container .card .card-content .card-description{font-size:1.2em;line-height:1.7em;margin-top:1em;font-weight:400;color:#7f9597}@media(min-width:768px){#stats-section .stats-cards .stats-cards-container .card .card-content .card-description{font-size:1em;line-height:1.7em;margin-top:1.2em}}#stats-section .stats-cards .stats-cards-container .card.highlight .card-content .card-heading{color:#00b7c9}#stats-section .stats-cards .stats-cards-container .card:first-child{z-index:4;margin-top:0;margin-right:7.5%}#stats-section .stats-cards .stats-cards-container .card:nth-child(2){z-index:2;margin-top:-4%;margin-left:0}#stats-section .stats-cards .stats-cards-container .card:nth-child(3){z-index:3;margin-top:-16%;margin-right:0}#stats-section .stats-cards .stats-cards-container .card:nth-child(4){z-index:1;margin-top:-8%;margin-left:7.5%}#stats-section .stats-captions{text-align:left;margin:5% 5vw}@media(min-width:768px){#stats-section .stats-captions{width:50vw;max-width:450px;white-space:normal;margin-left:5vw}}@media(min-width:1600px)and (min-height:800px){#stats-section .stats-captions{max-width:none}}#stats-section .stats-captions .heading{margin-bottom:.7em}#stats-section .stats-captions #button-prompt,#stats-section .stats-captions #solution-button{display:inline-block}#stats-section .stats-captions #button-prompt{font-size:1.1em;font-weight:700;color:#bbb;margin-top:3em}#stats-section .stats-captions #solution-button{margin-left:1em}#video-section{height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media(min-width:768px){#video-section{display:inline-block;min-width:900px;width:100%;height:auto;text-align:center}#video-section:before{display:inline-block;content:"";vertical-align:middle;height:100vh;min-height:540px}}#video-section #video-section-container{height:auto;white-space:normal;display:inline-block;vertical-align:middle}#video-section #video-section-container #learn-button,#video-section #video-section-container .content-group,#video-section #video-section-container .heading{margin:2.5% 0 0;text-align:center}@media(min-width:768px){#video-section #video-section-container{width:auto}#video-section #video-section-container .heading{text-align:left;margin:0;width:100%}#video-section #video-section-container .content-group{float:left;text-align:left;margin:0;width:28%}#video-section #video-section-container .content-group .subheading{margin:5% 0}#video-section #video-section-container .content-group #learn-button{margin:0}}#video-section #video-section-container .video-wrapper{position:relative;margin:5% auto 40px auto;min-width:300px;width:80vw}@media(min-width:768px){#video-section #video-section-container .video-wrapper{width:62.5%;float:left;margin:5% 7.5% 40px 2%}}#video-section #video-section-container .video-wrapper iframe{min-width:300px;min-height:300px;max-height:400px;width:80vw;height:50vw;-webkit-box-shadow:0 20px 30px rgba(0,0,0,.15);box-shadow:0 20px 30px rgba(0,0,0,.15)}@media(min-width:768px){#video-section #video-section-container .video-wrapper iframe{width:100%;height:50vh}}@media(min-width:1600px)and (min-height:800px){#video-section #video-section-container .video-wrapper iframe{max-height:500px}}@media(min-width:2560px)and (min-height:800px){#video-section #video-section-container .video-wrapper iframe{max-height:600px}}@-webkit-keyframes arrow-bounce{0%{-webkit-transform:translate(0);transform:translate(0)}50%{-webkit-transform:translateY(-5%);transform:translateY(-5%)}to{-webkit-transform:translate(0);transform:translate(0)}}@keyframes arrow-bounce{0%{-webkit-transform:translate(0);transform:translate(0)}50%{-webkit-transform:translateY(-5%);transform:translateY(-5%)}to{-webkit-transform:translate(0);transform:translate(0)}}#video-section #video-section-container .video-wrapper img{position:absolute;width:70px;bottom:-25px;right:-30px;-webkit-animation-name:arrow-bounce;animation-name:arrow-bounce;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@media(min-width:768px){#video-section #video-section-container .video-wrapper img{width:100px;bottom:-40px;right:-45px}}@media(min-width:1600px)and (min-height:800px){#video-section #video-section-container .video-wrapper img{width:160px;bottom:-50px;right:-70px}}#hotspot-section{margin:50px 0 50px;min-height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}@media(min-width:768px){#hotspot-section{display:inline-block;margin:0;min-width:1200px}}#hotspot-section #hotspot-section-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media(min-width:768px){#hotspot-section #hotspot-section-container{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:540px;max-width:1300px;margin:0 auto}}@media(min-width:1600px)and (min-height:800px){#hotspot-section #hotspot-section-container{max-width:none}}#hotspot-section #city-wrapper{width:90%;height:40vh;min-height:350px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media(min-width:768px){#hotspot-section #city-wrapper{width:70%;height:65%;margin-top:2.5%;margin-left:5%;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-item-align:start;align-self:flex-start}}#hotspot-section #city-canvas-container{background-color:hsla(0,0%,100%,0)}#hotspot-section #city-canvas-container #city-canvas{display:block;background-color:hsla(0,0%,100%,0)}#hotspot-section #city-canvas-container #dom-overlay-container{pointer-events:none;overflow:hidden;position:absolute;left:0;top:0;display:block}#hotspot-section .hotspot-titles{min-width:320px;width:60%;text-align:left;white-space:normal;margin-top:2.5%}@media(min-width:576px){#hotspot-section .hotspot-titles{min-width:450px;margin-left:28%}}@media(min-width:768px){#hotspot-section .hotspot-titles{width:50%;-ms-flex-item-align:end;align-self:flex-end;margin:0 0 2.5% -30%}}@media(min-width:1200px){#hotspot-section .hotspot-titles{margin:0 0 2.5% -25%}}#hotspot-section .hotspot-titles h2{margin:.3em 0}#hotspot-section .hotspot-titles h4{margin-top:5px;margin-bottom:5px}#demo-group{width:100%;position:relative;overflow:hidden}#demo-group #demo-cards{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;position:relative}#demo-group #demo-cards .demo-card{position:relative;min-height:200px;height:20vh;width:100%;margin-top:5em;-webkit-transition:opacity .8s ease-out,-webkit-transform .8s ease-out;transition:opacity .8s ease-out,-webkit-transform .8s ease-out;transition:transform .8s ease-out,opacity .8s ease-out;transition:transform .8s ease-out,opacity .8s ease-out,-webkit-transform .8s ease-out;opacity:1}#demo-group #demo-cards .demo-card:nth-child(odd) .text-container{left:5%;right:auto}#demo-group #demo-cards .demo-card:nth-child(odd).hidden{opacity:0;-webkit-transform:translateX(120vw);transform:translateX(120vw)}#demo-group #demo-cards .demo-card:nth-child(2n) .text-container{left:auto;right:5%}#demo-group #demo-cards .demo-card:nth-child(2n).hidden{opacity:0;-webkit-transform:translateX(-120vw);transform:translateX(-120vw)}#demo-group .text-container{background-color:#fff;white-space:normal;-webkit-box-shadow:-10px 0 20px rgba(0,0,0,.1);box-shadow:-10px 0 20px rgba(0,0,0,.1);border-radius:5px;min-width:250px;width:50%;padding:1em;position:absolute;top:-2.5em}#demo-group .text-container .demo-title{color:#002c30;font-weight:700;font-size:1em;line-height:1.2em;pointer-events:none}#demo-group .text-container .demo-subtitle{margin-top:.8em;color:#4d6c6f;font-size:.8em;line-height:1.2em;pointer-events:none}#demo-group .demo-img{height:100%;width:100%;background-position:50% 50%;background-size:cover;-webkit-box-shadow:0 0 20px rgba(0,0,0,.1);box-shadow:0 0 20px rgba(0,0,0,.1)}#demo-group #close-button{text-align:left;position:absolute;width:2em;height:2em;opacity:1;-webkit-transition:all .8s ease .2s;transition:all .8s ease .2s;left:10vw;top:calc(20vh - 40px);cursor:pointer;z-index:100}#demo-group #close-button:before{content:"\F057";font-size:2em;font-style:normal}#demo-group #close-button.closed{opacity:0;pointer-events:none}#demo-group #iframes-wrapper.fullscreen{-webkit-transition:opacity .8s ease .2s,background-color .8s ease .2s;transition:opacity .8s ease .2s,background-color .8s ease .2s;overflow:auto;opacity:0;position:fixed;top:0;left:0;width:100%;height:100%;z-index:10000}#demo-group #iframes-wrapper.fullscreen.transition{background-color:#fff;opacity:1}#demo-group #iframes-wrapper.fullscreen .active-frame{width:90%;height:90%;top:0;left:calc(2em + 2%);bottom:0;right:5%;margin:auto}#demo-group #iframes-wrapper.fullscreen~#close-button{background-color:hsla(0,0%,100%,.7);border-radius:1em;top:5%;left:1%;position:fixed;z-index:10000}#demo-group #iframes-wrapper iframe{height:70vh;min-height:450px;width:0;top:-100vh;right:0;-webkit-transition:all .8s ease .2s;transition:all .8s ease .2s;position:absolute;border-width:0;opacity:0;visibility:hidden;z-index:-1}#demo-group #iframes-wrapper iframe.active-frame{width:75%;visibility:visible;opacity:1;z-index:1000}#demo-group #iframes-wrapper iframe.centered{top:0;left:0;bottom:0;right:0;overflow:auto;margin:auto}@media(min-width:768px){#demo-group{padding-left:2em;padding-right:2em;height:100%;width:auto}#demo-group #demo-cards{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}#demo-group #demo-cards .demo-card{min-width:180px;max-width:300px;width:25vw;min-height:380px;height:70%}#demo-group #demo-cards .demo-card .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:0;width:90%;z-index:0}#demo-group #demo-cards .demo-card .demo-img,#demo-group #demo-cards .demo-card .text-container{-webkit-box-shadow:-5px 10px 20px rgba(0,0,0,.1);box-shadow:-5px 10px 20px rgba(0,0,0,.1);position:absolute}#demo-group #demo-cards .demo-card .demo-img{width:80%;top:0;right:0}#demo-group #demo-cards .demo-card:nth-child(odd){margin:10% 0 0 0}#demo-group #demo-cards .demo-card:nth-child(odd) .text-container{top:10%;bottom:auto;left:5%;right:auto}#demo-group #demo-cards .demo-card:nth-child(odd).hidden{-webkit-transform:translateY(120vh);transform:translateY(120vh)}#demo-group #demo-cards .demo-card:nth-child(2n){margin:0 0 10% 0}#demo-group #demo-cards .demo-card:nth-child(2n) .text-container{top:75%;bottom:auto;left:5%;right:auto}#demo-group #demo-cards .demo-card:nth-child(2n).hidden{-webkit-transform:translateY(-120vh);transform:translateY(-120vh)}}@media(min-width:1600px)and (min-height:800px){#demo-group #demo-cards .demo-card{max-width:500px}}#case-studies-section{min-height:540px}@media(min-width:768px){#case-studies-section{height:100vh;min-width:125vw;width:auto}}#case-studies-section-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media(min-width:768px){#case-studies-section-container{height:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}#case-studies-section-container .demo-section-text{text-align:left;min-width:320px;width:70%;margin:10% 0 100px}@media(min-width:768px){#case-studies-section-container .demo-section-text{width:auto;max-width:500px;-webkit-box-flex:1;-ms-flex:1 0 35%;flex:1 0 35%;white-space:normal;margin:0 0 0 4em}}@media(min-width:1200px){#case-studies-section-container .demo-section-text{max-width:1000px}}#case-studies-section-container .demo-section-text .primary-description{width:70%}#case-studies-section-container .demo-section-text .heading{margin-bottom:.7em}#case-studies-section-container #study-button{width:170px;margin-top:3em;margin-left:0}@media(min-width:768px){#case-studies-section-container #study-button{width:200px}}@media(min-width:1200px){#case-studies-section-container #study-button{width:250px}}@media(min-width:1600px)and (min-height:800px){#case-studies-section-container #study-button{width:300px}}@media(min-width:2560px)and (min-height:800px){#case-studies-section-container #study-button{width:400px}}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-container-multirow>.swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(transparent));background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(transparent));background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(transparent));background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(transparent));background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/44*27);height:var(--swiper-navigation-size);margin-top:calc(-1*var(--swiper-navigation-size)/2);z-index:10;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:normal}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:"next"}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#fff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:opacity .3s;transition:opacity .3s;-webkit-transform:translateZ(0);transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:transform .2s,top .2s;transition:transform .2s,top .2s}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:transform .2s,left .2s;transition:transform .2s,left .2s}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:transform .2s,right .2s;transition:transform .2s,right .2s}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#fff}.swiper-pagination-black{--swiper-pagination-color:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s linear infinite;animation:swiper-preloader-spin 1s linear infinite;-webkit-box-sizing:border-box;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@-webkit-keyframes swiper-preloader-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes swiper-preloader-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}@media(min-width:768px){.section#partners-section{min-width:992px;width:100vw;height:100vh;margin:0}}.section#partners-section #partners-section-container{min-height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden}@media(min-width:768px){.section#partners-section #partners-section-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.section#partners-section .partners-section-text{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;-ms-flex-item-align:start;align-self:flex-start;margin-left:2em;margin-bottom:3em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media(min-width:768px){.section#partners-section .partners-section-text{-ms-flex-item-align:center;align-self:center;margin-left:0;margin-bottom:0;margin-right:5em}}.section#partners-section #partners-learn-button{margin:2em 0 0;text-align:center}.section#partners-section #logo-slider{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:20vh;min-width:150px;max-width:200px;height:20vh;min-height:150px;max-height:200px;overflow:visible;margin-left:0;margin-right:0}@media(min-width:768px){.section#partners-section #logo-slider{min-width:170px;max-width:200px;min-height:170px;max-height:200px}}@media(min-width:1600px)and (min-height:800px){.section#partners-section #logo-slider{min-width:250px;max-width:300px;min-height:250px;max-height:300px}}.section#partners-section #logo-slider .swiper-slide{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.section#partners-section #logo-slider .swiper-wrapper{-webkit-transition-timing-function:linear!important;transition-timing-function:linear!important;margin:0}.section#partners-section #logo-slider .swiper-wrapper .logo{background-color:#fefffe;border-radius:5px;-webkit-box-shadow:0 10px 20px rgba(0,0,0,.15);box-shadow:0 10px 20px rgba(0,0,0,.15)}.section#partners-section #logo-slider .swiper-wrapper .logo img{height:60%;width:60%;-o-object-fit:contain;object-fit:contain}#form-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#form-container .nav-bar{width:100%;margin-bottom:1em}#form-container .nav-bar h2{font-size:1.3em;color:#00b7c9;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-weight:700}@media(min-width:768px){#form-container .nav-bar h2{font-size:1.5em}}#form-container .nav-bar h2 span{-webkit-transition:all .3s ease;transition:all .3s ease;cursor:pointer;margin:0 .5em;line-height:1.7em;border-bottom:.15em solid transparent}#form-container .nav-bar h2 span.active{color:#002c30;border-color:#002c30}#form-container .nav-bar h2 span:hover{color:#002c30}#form-container #form-viewport{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow-x:hidden;width:100%;height:auto}@media(min-width:576px){#form-container #form-viewport{width:85%}}#form-container .form-page{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;-webkit-transition:opacity .25s ease-out,-webkit-transform .5s ease-out;transition:opacity .25s ease-out,-webkit-transform .5s ease-out;transition:transform .5s ease-out,opacity .25s ease-out;transition:transform .5s ease-out,opacity .25s ease-out,-webkit-transform .5s ease-out;opacity:0}#form-container .form-page.active{opacity:1}#form-container .form-page .form-buttons-container{display:-webkit-box;display:-ms-flexbox;display:flex}@media(min-width:992px){#form-container .form-page .form-buttons-container{width:100%}}#form-container .form-page .form-buttons-container .button-container{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;grid-column-gap:1em;grid-row-gap:1em;justify-items:center;width:100%;margin:0 auto}@media(min-width:768px){#form-container .form-page .form-buttons-container .button-container{grid-row-gap:.5em}}@media(min-width:992px){#form-container .form-page .form-buttons-container .button-container{display:-webkit-box;display:-ms-flexbox;display:flex}}#form-container .form-page .form-buttons-container .button-container .form-button{-webkit-transition:all .5s ease;transition:all .5s ease;color:#00b7c9;font-size:1em;font-weight:700;height:20vw;width:30vw;min-height:100px;min-width:150px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;cursor:pointer}@media(min-width:768px){#form-container .form-page .form-buttons-container .button-container .form-button{font-size:inherit;width:10vw;height:12vh}}@media(min-width:992px){#form-container .form-page .form-buttons-container .button-container .form-button{width:25%}}@media(min-width:1600px)and (min-height:800px){#form-container .form-page .form-buttons-container .button-container .form-button{height:20vh}}#form-container .form-page .form-buttons-container .button-container .form-button:first-child{background:url(../assets/blob-1.bbdb65e7.svg) no-repeat 50%;background-size:contain}#form-container .form-page .form-buttons-container .button-container .form-button:first-child.selected,#form-container .form-page .form-buttons-container .button-container .form-button:first-child:hover{background:url(../assets/blob-1-selected.846f8f92.svg) no-repeat 50%;background-size:contain;color:#fff}#form-container .form-page .form-buttons-container .button-container .form-button:nth-child(2){background:url(../assets/blob-2.6abfebbc.svg) no-repeat 50%;background-size:contain}#form-container .form-page .form-buttons-container .button-container .form-button:nth-child(2).selected,#form-container .form-page .form-buttons-container .button-container .form-button:nth-child(2):hover{background:url(../assets/blob-2-selected.f4ee4df3.svg) no-repeat 50%;background-size:contain;color:#fff}#form-container .form-page .form-buttons-container .button-container .form-button:nth-child(3){background:url(../assets/blob-3.7f0f45cf.svg) no-repeat 50%;background-size:contain}#form-container .form-page .form-buttons-container .button-container .form-button:nth-child(3).selected,#form-container .form-page .form-buttons-container .button-container .form-button:nth-child(3):hover{background:url(../assets/blob-3-selected.e9c419bb.svg) no-repeat 50%;background-size:contain;color:#fff}#form-container .form-page .form-buttons-container .button-container .form-button:nth-child(4){background:url(../assets/blob-4.42a79a1c.svg) no-repeat 50%;background-size:contain}#form-container .form-page .form-buttons-container .button-container .form-button:nth-child(4).selected,#form-container .form-page .form-buttons-container .button-container .form-button:nth-child(4):hover{background:url(../assets/blob-4-selected.6982b0fa.svg) no-repeat 50%;background-size:contain;color:#fff}@media(min-width:992px){#form-container .form-page .form-buttons-container .button-container .form-button:nth-child(odd){-ms-flex-item-align:start;align-self:flex-start;margin-bottom:10%}#form-container .form-page .form-buttons-container .button-container .form-button:nth-child(2n){-ms-flex-item-align:end;align-self:flex-end}}#form-container .form-page .form-content-container{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#form-container .form-page .form-content-container>p{color:#7f9597;font-weight:400;font-size:.9em;text-align:center;white-space:normal}#form-container .form-page .form-content-container .fill-ins{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:1em 0;width:90%}@media(min-width:768px){#form-container .form-page .form-content-container .fill-ins{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin:2em 0;width:80%}}@media(min-width:1600px)and (min-height:800px){#form-container .form-page .form-content-container .fill-ins{margin:1em 0 1.5em;width:90%}}#form-container .form-page .form-content-container .fill-ins p{font-size:.8em}#form-container .form-page .form-content-container .fill-ins .form-element input,#form-container .form-page .form-content-container .fill-ins .form-element textarea{width:100%;border-radius:1em;border:1px solid #dedede;outline:none;padding:2% 5%;font-size:.9em;line-height:1.2em;color:#7f9597;font-weight:400}@media(min-width:768px){#form-container .form-page .form-content-container .fill-ins .form-element input,#form-container .form-page .form-content-container .fill-ins .form-element textarea{font-size:.8em}}#form-container .form-page .form-content-container .fill-ins .form-element.error input,#form-container .form-page .form-content-container .fill-ins .form-element.error textarea{border-color:#ff7979;background-color:rgba(255,121,121,.2)}#form-container .form-page .form-content-container .fill-ins .form-element.error p{color:#ff7979;text-align:right;font-weight:400;line-height:1.6em}@media(min-width:768px){#form-container .form-page .form-content-container .fill-ins .inquiry-container,#form-container .form-page .form-content-container .fill-ins .personal-info{width:49%}}#form-container .form-page .form-content-container .fill-ins .personal-info{width:100%;margin-right:2%;padding-bottom:2%}#form-container .form-page .form-content-container .fill-ins .personal-info .form-element:nth-child(2n){margin:2% 0}@media(min-width:768px){#form-container .form-page .form-content-container .fill-ins .personal-info{padding-bottom:0}}#form-container .form-page .form-content-container .fill-ins .inquiry-container{width:100%}#form-container .form-page .form-content-container .fill-ins .inquiry-container .form-element{width:100%;height:100%}#form-container .form-page .form-content-container .fill-ins .inquiry-container .form-element textarea{height:10em}@media(min-width:768px){#form-container .form-page .form-content-container .fill-ins .inquiry-container .form-element textarea{height:100%}}#form-container .form-page .form-content-container .fill-ins .inquiry-container .form-element #remaining-characters{color:#bbb;text-align:right}#contact-section-container[data-v-3dc8f6f3]{min-height:540px;height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}#contact-section-container #contactSectionSVG[data-v-3dc8f6f3]{-webkit-transform:scale(1);transform:scale(1);height:100%;width:100%;padding:2%;position:absolute;top:0;left:0;z-index:-1;visibility:hidden}@media(min-width:576px){#contact-section-container #contactSectionSVG[data-v-3dc8f6f3]{visibility:visible}}#contact-section-container .contact-section-interlude h2[data-v-3dc8f6f3]{text-align:center}#contact-section-container .contact-section-main h2[data-v-3dc8f6f3]{margin-top:0;margin-bottom:0;text-align:center}#contact-section-container button[data-v-3dc8f6f3]{display:block;margin:3em auto 0}#contact-section-container .modal-backdrop[data-v-3dc8f6f3]{position:absolute;top:0;bottom:0;left:0;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:20}#contact-section-container .modal-backdrop[data-v-3dc8f6f3]:before{content:"";display:block;position:absolute;height:75%;width:100%;z-index:-1;background:url(../assets/contactform-bg.b8fa2ae1.svg) 50% no-repeat;background-size:cover}@media(min-width:768px){#contact-section-container .modal-backdrop[data-v-3dc8f6f3]:before{height:70%;width:85%;background-size:contain}}@media(min-width:1600px)and (min-height:800px){#contact-section-container .modal-backdrop[data-v-3dc8f6f3]:before{height:80%}}#contact-section-container .modal-backdrop .contact-form[data-v-3dc8f6f3]{width:100vw;height:auto}@media(min-width:768px){#contact-section-container .modal-backdrop .contact-form[data-v-3dc8f6f3]{width:80vw}}@media(min-width:992px){#contact-section-container .modal-backdrop .contact-form[data-v-3dc8f6f3]{min-width:800px;max-width:950px;min-height:500px;width:60vw}}@media(min-width:1600px)and (min-height:800px){#contact-section-container .modal-backdrop .contact-form[data-v-3dc8f6f3]{max-width:1250px}}@media(min-width:768px){#home-page-container[data-v-484ae446]{white-space:nowrap;min-height:540px;height:100vh}}.section[data-v-484ae446]{position:relative;width:100%;min-height:540px;min-width:320px;display:block;overflow:hidden}@media(min-width:768px){.section[data-v-484ae446]{display:inline-block;vertical-align:top;height:100vh}}.section[data-v-484ae446] .container{height:100%;width:100%;position:relative}#stats-section[data-v-484ae446] #button-prompt,#stats-section[data-v-484ae446] #solution-button,#stats-section[data-v-484ae446] .heading,#stats-section[data-v-484ae446] .primary-description{-webkit-transition:opacity .5s ease-out,-webkit-transform .5s ease-out;transition:opacity .5s ease-out,-webkit-transform .5s ease-out;transition:opacity .5s ease-out,transform .5s ease-out;transition:opacity .5s ease-out,transform .5s ease-out,-webkit-transform .5s ease-out;opacity:0;-webkit-transform:translateY(.5em);transform:translateY(.5em)}#stats-section[data-v-484ae446] #button-prompt.reveal,#stats-section[data-v-484ae446] #solution-button.reveal,#stats-section[data-v-484ae446] .heading.reveal,#stats-section[data-v-484ae446] .primary-description.reveal{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}#stats-section[data-v-484ae446] .primary-description{-webkit-transition-delay:.2s;transition-delay:.2s}#stats-section[data-v-484ae446] #button-prompt,#stats-section[data-v-484ae446] #solution-button{-webkit-transition-delay:.4s;transition-delay:.4s}@media(min-width:768px){#stats-section[data-v-484ae446] #button-prompt,#stats-section[data-v-484ae446] #solution-button,#stats-section[data-v-484ae446] .heading,#stats-section[data-v-484ae446] .primary-description{-webkit-transform:translateX(10vw);transform:translateX(10vw)}#stats-section[data-v-484ae446] #button-prompt.reveal,#stats-section[data-v-484ae446] #solution-button.reveal,#stats-section[data-v-484ae446] .heading.reveal,#stats-section[data-v-484ae446] .primary-description.reveal{-webkit-transform:translateX(0);transform:translateX(0)}#stats-section[data-v-484ae446] .primary-description{-webkit-transition-delay:.4s;transition-delay:.4s}#stats-section[data-v-484ae446] #button-prompt,#stats-section[data-v-484ae446] #solution-button{-webkit-transition-delay:.2s;transition-delay:.2s}}#video-section[data-v-484ae446] .button,#video-section[data-v-484ae446] .heading,#video-section[data-v-484ae446] .subheading,#video-section[data-v-484ae446] .video-wrapper{-webkit-transition:opacity .5s ease-out,-webkit-transform .5s ease-out;transition:opacity .5s ease-out,-webkit-transform .5s ease-out;transition:opacity .5s ease-out,transform .5s ease-out;transition:opacity .5s ease-out,transform .5s ease-out,-webkit-transform .5s ease-out;opacity:0;-webkit-transform:translateY(.5em);transform:translateY(.5em)}#video-section[data-v-484ae446] .button.reveal,#video-section[data-v-484ae446] .heading.reveal,#video-section[data-v-484ae446] .subheading.reveal,#video-section[data-v-484ae446] .video-wrapper.reveal{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}#video-section[data-v-484ae446] .subheading{-webkit-transition-delay:.2s;transition-delay:.2s}#video-section[data-v-484ae446] .button{-webkit-transition-delay:.4s;transition-delay:.4s}#video-section[data-v-484ae446] .video-wrapper{-webkit-transition-delay:.6s;transition-delay:.6s}@media(min-width:768px){#video-section[data-v-484ae446] .button,#video-section[data-v-484ae446] .heading,#video-section[data-v-484ae446] .subheading,#video-section[data-v-484ae446] .video-wrapper{-webkit-transform:translateX(10vw);transform:translateX(10vw)}#video-section[data-v-484ae446] .button.reveal,#video-section[data-v-484ae446] .heading.reveal,#video-section[data-v-484ae446] .subheading.reveal,#video-section[data-v-484ae446] .video-wrapper.reveal{-webkit-transform:translateX(0);transform:translateX(0)}}#hotspot-section[data-v-484ae446] #city-wrapper{-webkit-transition:opacity .5s ease-out,-webkit-transform .5s ease-out;transition:opacity .5s ease-out,-webkit-transform .5s ease-out;transition:opacity .5s ease-out,transform .5s ease-out;transition:opacity .5s ease-out,transform .5s ease-out,-webkit-transform .5s ease-out;opacity:0;-webkit-transform:translateY(20%);transform:translateY(20%)}@media(min-width:768px){#hotspot-section[data-v-484ae446] #city-wrapper{-webkit-transform:translateX(10vw);transform:translateX(10vw)}}#hotspot-section[data-v-484ae446] #city-wrapper.reveal{opacity:1;-webkit-transform:translate(0);transform:translate(0)}#hotspot-section[data-v-484ae446] .hotspot-titles .heading,#hotspot-section[data-v-484ae446] .hotspot-titles .primary-description,#hotspot-section[data-v-484ae446] .hotspot-titles .subheading{-webkit-transition:opacity .5s ease-out,-webkit-transform .5s ease-out;transition:opacity .5s ease-out,-webkit-transform .5s ease-out;transition:opacity .5s ease-out,transform .5s ease-out;transition:opacity .5s ease-out,transform .5s ease-out,-webkit-transform .5s ease-out;opacity:0;-webkit-transform:translateY(.8em);transform:translateY(.8em)}@media(min-width:768px){#hotspot-section[data-v-484ae446] .hotspot-titles .heading,#hotspot-section[data-v-484ae446] .hotspot-titles .primary-description,#hotspot-section[data-v-484ae446] .hotspot-titles .subheading{-webkit-transform:translateX(10vw);transform:translateX(10vw)}}#hotspot-section[data-v-484ae446] .hotspot-titles .heading{-webkit-transition-delay:.3s;transition-delay:.3s}#hotspot-section[data-v-484ae446] .hotspot-titles .primary-description{-webkit-transition-delay:.6s;transition-delay:.6s}#hotspot-section[data-v-484ae446] .hotspot-titles.reveal .heading,#hotspot-section[data-v-484ae446] .hotspot-titles.reveal .primary-description,#hotspot-section[data-v-484ae446] .hotspot-titles.reveal .subheading{opacity:1;-webkit-transform:translate(0);transform:translate(0)}#case-studies-section[data-v-484ae446] .button,#case-studies-section[data-v-484ae446] .heading,#case-studies-section[data-v-484ae446] .primary-description{-webkit-transition:opacity .5s ease-out,-webkit-transform .5s ease-out;transition:opacity .5s ease-out,-webkit-transform .5s ease-out;transition:opacity .5s ease-out,transform .5s ease-out;transition:opacity .5s ease-out,transform .5s ease-out,-webkit-transform .5s ease-out;opacity:0;-webkit-transform:translateY(.8em);transform:translateY(.8em)}@media(min-width:768px){#case-studies-section[data-v-484ae446] .button,#case-studies-section[data-v-484ae446] .heading,#case-studies-section[data-v-484ae446] .primary-description{-webkit-transform:translateX(10vw);transform:translateX(10vw)}}#case-studies-section[data-v-484ae446] .button.reveal,#case-studies-section[data-v-484ae446] .heading.reveal,#case-studies-section[data-v-484ae446] .primary-description.reveal{opacity:1;-webkit-transform:translate(0);transform:translate(0)}#case-studies-section[data-v-484ae446] .primary-description{-webkit-transition-delay:.3s;transition-delay:.3s}#case-studies-section[data-v-484ae446] .button{-webkit-transition-delay:.6s;transition-delay:.6s}#partners-section[data-v-484ae446] #branding,#partners-section[data-v-484ae446] #learn-button,#partners-section[data-v-484ae446] #logo-slider{-webkit-transition:opacity .5s ease-out,-webkit-transform .5s ease-out;transition:opacity .5s ease-out,-webkit-transform .5s ease-out;transition:opacity .5s ease-out,transform .5s ease-out;transition:opacity .5s ease-out,transform .5s ease-out,-webkit-transform .5s ease-out;opacity:0;-webkit-transform:translateY(.8em);transform:translateY(.8em)}@media(min-width:768px){#partners-section[data-v-484ae446] #branding,#partners-section[data-v-484ae446] #learn-button,#partners-section[data-v-484ae446] #logo-slider{-webkit-transform:translateX(10vw);transform:translateX(10vw)}}#partners-section[data-v-484ae446] #branding.reveal,#partners-section[data-v-484ae446] #learn-button.reveal,#partners-section[data-v-484ae446] #logo-slider.reveal{opacity:1;-webkit-transform:translate(0);transform:translate(0)}#partners-section[data-v-484ae446] #learn-button{-webkit-transition-delay:.3s;transition-delay:.3s}#partners-section[data-v-484ae446] #logo-slider{-webkit-transition-delay:.6s;transition-delay:.6s}#contact-section[data-v-484ae446] .contact-section-interlude .subheading,#contact-section[data-v-484ae446] .contact-section-main .heading,#contact-section[data-v-484ae446] .contact-section-main button{-webkit-transition:opacity .5s ease-out .2s,-webkit-transform .5s ease-out .2s;transition:opacity .5s ease-out .2s,-webkit-transform .5s ease-out .2s;transition:transform .5s ease-out .2s,opacity .5s ease-out .2s;transition:transform .5s ease-out .2s,opacity .5s ease-out .2s,-webkit-transform .5s ease-out .2s;opacity:0;-webkit-transform:translateY(.5em);transform:translateY(.5em)}#contact-section[data-v-484ae446] .contact-section-interlude .subheading.reveal,#contact-section[data-v-484ae446] .contact-section-main .heading.reveal,#contact-section[data-v-484ae446] .contact-section-main button.reveal{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}@media(min-width:768px){#contact-section[data-v-484ae446] .contact-section-interlude .subheading,#contact-section[data-v-484ae446] .contact-section-main .heading,#contact-section[data-v-484ae446] .contact-section-main button{opacity:0;-webkit-transform:translateX(10vw);transform:translateX(10vw)}#contact-section[data-v-484ae446] .contact-section-interlude .subheading.reveal,#contact-section[data-v-484ae446] .contact-section-main .heading.reveal,#contact-section[data-v-484ae446] .contact-section-main button.reveal{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}#contact-section[data-v-484ae446] .contact-section-interlude .subheading,#contact-section[data-v-484ae446] .contact-section-main button{-webkit-transition-delay:.4s;transition-delay:.4s}}#who-section{position:relative;padding-bottom:100px;margin-bottom:50px}#who-section #who-section-container{min-width:320px;width:80%;margin:0 auto}#who-section #who-section-container .bottom-image,#who-section #who-section-container .top-image{position:absolute;z-index:-1}#who-section #who-section-container .top-image{min-width:200px;width:35%;top:10%;right:-35px}@media(min-width:576px){#who-section #who-section-container .top-image{min-width:250px;right:0}}#who-section #who-section-container .bottom-image{min-width:320px;width:55%;height:60%;-o-object-fit:cover;object-fit:cover;left:0;bottom:0}@media(min-width:576px){#who-section #who-section-container .bottom-image{min-width:420px}}#who-section #who-section-container h1{padding-top:2.5em;margin-bottom:.4em}#who-section #who-section-container h2{line-height:1.1em}#who-section #who-section-container h1,#who-section #who-section-container h2{margin-left:5%}@media(min-width:576px){#who-section #who-section-container h1,#who-section #who-section-container h2{margin-left:0}}#who-section .who-cards .who-cards-container{width:75%;min-width:320px;max-width:760px;margin:1.5em auto 0;white-space:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media(min-width:992px){#who-section .who-cards .who-cards-container{margin-top:-2em}}@media(min-width:1600px)and (min-height:800px){#who-section .who-cards .who-cards-container{max-width:1400px}}#who-section .who-cards .who-cards-container .card{min-width:300px;width:55%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fefffe;border-radius:5px;-webkit-box-shadow:0 20px 30px rgba(0,0,0,.15);box-shadow:0 20px 30px rgba(0,0,0,.15)}#who-section .who-cards .who-cards-container .card .card-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:12%}#who-section .who-cards .who-cards-container .card .card-content .card-heading{font-size:2em;line-height:1.2em;font-weight:700;color:#00b7c9}#who-section .who-cards .who-cards-container .card .card-content .card-description{font-size:.8em;line-height:1.6em;margin-top:2em;font-weight:400;color:#4d6c6f}#who-section .who-cards .who-cards-container .card:nth-child(3) .card-description{line-height:1.2em;font-weight:700}#who-section .who-cards .who-cards-container .card:nth-child(3n-2){z-index:1}#who-section .who-cards .who-cards-container .card:nth-child(3n-1){z-index:2;margin-top:-5%}#who-section .who-cards .who-cards-container .card:nth-child(3n){z-index:3;margin-top:-5%}#who-section .who-cards .who-cards-container .card:nth-child(odd){-ms-flex-item-align:end;align-self:flex-end}#who-section .who-cards .who-cards-container .card:nth-child(2n){-ms-flex-item-align:start;align-self:flex-start}#works-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:50px 0}#works-section h2{line-height:2em}#works-section #works-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}#works-section #works-container #demo-group{margin-left:0;width:100%}@media(min-width:768px){#works-section{min-height:600px;max-height:700px;height:100vh}#works-section #demo-group #demo-cards{width:90%;margin:0 5%}#works-section #demo-group #demo-cards .demo-card{height:80%}}@media(min-width:992px){#works-section{min-height:700px;max-height:1000px}}@media(min-width:1600px)and (min-height:800px){#works-section{min-height:1200px;max-height:none}}#who-page-container[data-v-b4f6f798]{overflow-x:hidden}#works-section[data-v-b4f6f798] h2{-ms-flex-item-align:end;align-self:flex-end;margin:50px 5% 0 0}.section[data-v-b4f6f798]{position:relative;width:100vw;min-height:540px;min-width:320px;display:block}.section[data-v-b4f6f798] .container{height:100%;width:100%}#who-section[data-v-b4f6f798] .heading-group{position:relative}#who-section[data-v-b4f6f798] .heading-group .alt-subheading,#who-section[data-v-b4f6f798] .heading-group .heading,#who-section[data-v-b4f6f798] .heading-group .subheading{-webkit-transition:opacity .5s ease-out .2s,-webkit-transform .5s ease-out .2s;transition:opacity .5s ease-out .2s,-webkit-transform .5s ease-out .2s;transition:opacity .5s ease-out .2s,transform .5s ease-out .2s;transition:opacity .5s ease-out .2s,transform .5s ease-out .2s,-webkit-transform .5s ease-out .2s;opacity:0;-webkit-transform:translateY(.5em);transform:translateY(.5em)}#who-section[data-v-b4f6f798] .heading-group .subheading{-webkit-transition-delay:.5s;transition-delay:.5s}#who-section[data-v-b4f6f798] .heading-group .alt-subheading{-webkit-transition-delay:.8s;transition-delay:.8s}#who-section[data-v-b4f6f798] .heading-group.reveal .alt-subheading,#who-section[data-v-b4f6f798] .heading-group.reveal .heading,#who-section[data-v-b4f6f798] .heading-group.reveal .subheading{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}#who-section[data-v-b4f6f798] .bottom-image,#who-section[data-v-b4f6f798] .top-image{position:relative;-webkit-transition:opacity 1s ease-out .2s,-webkit-transform 1s ease-out .2s;transition:opacity 1s ease-out .2s,-webkit-transform 1s ease-out .2s;transition:opacity 1s ease-out .2s,transform 1s ease-out .2s;transition:opacity 1s ease-out .2s,transform 1s ease-out .2s,-webkit-transform 1s ease-out .2s;opacity:0}#who-section[data-v-b4f6f798] .bottom-image.reveal,#who-section[data-v-b4f6f798] .top-image.reveal{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}#who-section[data-v-b4f6f798] .top-image{-webkit-transform:translateX(100%);transform:translateX(100%)}#who-section[data-v-b4f6f798] .bottom-image{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#who-section[data-v-b4f6f798] .who-cards .card{position:relative;-webkit-transition:opacity .7s ease-out .2s,-webkit-transform .7s ease-out .2s;transition:opacity .7s ease-out .2s,-webkit-transform .7s ease-out .2s;transition:opacity .7s ease-out .2s,transform .7s ease-out .2s;transition:opacity .7s ease-out .2s,transform .7s ease-out .2s,-webkit-transform .7s ease-out .2s;opacity:0}#who-section[data-v-b4f6f798] .who-cards .card:nth-child(odd){-webkit-transform:translateX(100%);transform:translateX(100%)}#who-section[data-v-b4f6f798] .who-cards .card:nth-child(2n){-webkit-transform:translateX(-100%);transform:translateX(-100%)}#who-section[data-v-b4f6f798] .who-cards .card.reveal{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}#works-section[data-v-b4f6f798] h2{-webkit-transition:opacity .5s ease-out .2s,-webkit-transform .5s ease-out .2s;transition:opacity .5s ease-out .2s,-webkit-transform .5s ease-out .2s;transition:opacity .5s ease-out .2s,transform .5s ease-out .2s;transition:opacity .5s ease-out .2s,transform .5s ease-out .2s,-webkit-transform .5s ease-out .2s;opacity:0;-webkit-transform:translateY(1em);transform:translateY(1em)}#works-section[data-v-b4f6f798] h2.reveal{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}#contact-section[data-v-b4f6f798] .contact-section-interlude .subheading,#contact-section[data-v-b4f6f798] .contact-section-main .heading,#contact-section[data-v-b4f6f798] .contact-section-main button{-webkit-transition:opacity .5s ease-out .2s,-webkit-transform .5s ease-out .2s;transition:opacity .5s ease-out .2s,-webkit-transform .5s ease-out .2s;transition:transform .5s ease-out .2s,opacity .5s ease-out .2s;transition:transform .5s ease-out .2s,opacity .5s ease-out .2s,-webkit-transform .5s ease-out .2s;opacity:0;-webkit-transform:translateY(.5em);transform:translateY(.5em)}#contact-section[data-v-b4f6f798] .contact-section-interlude .subheading.reveal,#contact-section[data-v-b4f6f798] .contact-section-main .heading.reveal,#contact-section[data-v-b4f6f798] .contact-section-main button.reveal{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}#what-section{position:relative;padding-bottom:50px}#what-section #what-section-container{min-width:320px;width:80%;margin:0 auto}@media(min-width:768px){#what-section #what-section-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:90%;margin-top:10%}#what-section #what-section-container .group{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}#what-section #what-section-container .group:not(.what-cards){min-width:280px;max-width:380px;width:35%}}@media(min-width:768px)and (min-width:1600px)and (min-height:800px){#what-section #what-section-container .group:not(.what-cards){max-width:550px}}@media(min-width:768px){#what-section #what-section-container .group.what-cards{width:60%}}#what-section #what-section-container h1{padding-top:2.5em;margin-bottom:.4em}@media(min-width:768px){#what-section #what-section-container h1{padding-top:1.5em}}#what-section #what-section-container h2{line-height:1.1em}#what-section #what-section-container h1,#what-section #what-section-container h2{margin-left:5%}@media(min-width:576px){#what-section #what-section-container h1,#what-section #what-section-container h2{margin-left:0}}#what-section #what-section-container .what-cards .what-cards-container{width:75%;min-width:320px;max-width:950px;margin:1.5em auto 0;white-space:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media(min-width:768px){#what-section #what-section-container .what-cards .what-cards-container{width:85%}}#what-section #what-section-container .what-cards .what-cards-container .feature-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}#what-section #what-section-container .what-cards .what-cards-container .feature-card img{-ms-flex-item-align:start;align-self:flex-start;-o-object-fit:cover;object-fit:cover;border-radius:5px;-webkit-box-shadow:0 0 20px rgba(0,0,0,.1);box-shadow:0 0 20px rgba(0,0,0,.1);width:95%;min-height:220px;max-height:300px;height:40vh}@media(min-width:1600px)and (min-height:800px){#what-section #what-section-container .what-cards .what-cards-container .feature-card img{max-height:500px}}#what-section #what-section-container .what-cards .what-cards-container .feature-card .text-container{-ms-flex-item-align:end;align-self:flex-end;background-color:#fff;white-space:normal;-webkit-box-shadow:-10px 0 20px rgba(0,0,0,.1);box-shadow:-10px 0 20px rgba(0,0,0,.1);border-radius:5px;min-width:250px;width:95%;padding:2em 3em;margin-top:-2em}#what-section #what-section-container .what-cards .what-cards-container .feature-card .text-container .alt-subheading{line-height:1.2em}#what-section #what-section-container .what-cards .what-cards-container .feature-card .text-container .text{margin-top:2em;color:#4d6c6f;font-weight:700;font-size:.8em;line-height:1.2em}#what-section #what-section-container .what-cards .what-cards-container .feature-card .button{margin:2em 0 0}#process-section{position:relative;padding-top:50px;margin-bottom:50px}#process-section #process-section-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:90%;margin:0 auto}@media(min-width:768px){#process-section #process-section-container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}#process-section #process-section-container h2{margin-top:5%;margin-right:0;margin-bottom:5%;margin-left:5%;min-width:250px;width:100%}@media(min-width:768px){#process-section #process-section-container h2{margin-right:2.5%;width:15%}}@media(min-width:992px){#process-section #process-section-container h2{margin-right:15%}}#process-section .process-cards .process-cards-container{white-space:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#process-section .process-cards .process-cards-container .card{min-width:300px;width:55%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fefffe;border-radius:5px;-webkit-box-shadow:0 20px 30px rgba(0,0,0,.15);box-shadow:0 20px 30px rgba(0,0,0,.15)}#process-section .process-cards .process-cards-container .card .card-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:12%}#process-section .process-cards .process-cards-container .card .card-content .card-heading{font-size:2em;line-height:1.2em;font-weight:700;color:#00b7c9}#process-section .process-cards .process-cards-container .card .card-content .card-description{font-size:1em;line-height:1.6em;margin-top:2em;font-weight:400;color:#4d6c6f}@media(min-width:576px){#process-section .process-cards .process-cards-container .card .card-content .card-description{font-size:.9em}}@media(min-width:768px){#process-section .process-cards .process-cards-container .card .card-content .card-description{font-size:.8em}}#process-section .process-cards .process-cards-container .card:first-child{z-index:1}#process-section .process-cards .process-cards-container .card:nth-child(2){z-index:2;margin-top:-5%}#process-section .process-cards .process-cards-container .card:nth-child(3){z-index:3;margin-top:-5%}#process-section .process-cards .process-cards-container .card:nth-child(4){z-index:4;margin-top:-5%}#process-section .process-cards .process-cards-container .card:nth-child(5){z-index:5;margin-top:-5%}#process-section .process-cards .process-cards-container .card:nth-child(odd){-ms-flex-item-align:start;align-self:flex-start}#process-section .process-cards .process-cards-container .card:nth-child(2n){-ms-flex-item-align:end;align-self:flex-end}#works-section[data-v-3aee27cb] h2{-ms-flex-item-align:center;align-self:center;margin:50px 0 0 0}@media(min-width:768px){#works-section[data-v-3aee27cb] h2{margin:0 0 25px 0}}#what-section[data-v-3aee27cb] .group:not(.what-cards) .alt-subheading,#what-section[data-v-3aee27cb] .group:not(.what-cards) .heading,#what-section[data-v-3aee27cb] .group:not(.what-cards) .subheading{-webkit-transition:opacity .5s ease-out .2s,-webkit-transform .5s ease-out .2s;transition:opacity .5s ease-out .2s,-webkit-transform .5s ease-out .2s;transition:opacity .5s ease-out .2s,transform .5s ease-out .2s;transition:opacity .5s ease-out .2s,transform .5s ease-out .2s,-webkit-transform .5s ease-out .2s;opacity:0;-webkit-transform:translateY(.5em);transform:translateY(.5em)}#what-section[data-v-3aee27cb] .group:not(.what-cards) .subheading{-webkit-transition-delay:.5s;transition-delay:.5s}#what-section[data-v-3aee27cb] .group:not(.what-cards) .alt-subheading{-webkit-transition-delay:.8s;transition-delay:.8s}#what-section[data-v-3aee27cb] .group:not(.what-cards).reveal .alt-subheading,#what-section[data-v-3aee27cb] .group:not(.what-cards).reveal .heading,#what-section[data-v-3aee27cb] .group:not(.what-cards).reveal .subheading{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}#what-section[data-v-3aee27cb] .feature-card>.text-container,#what-section[data-v-3aee27cb] .feature-card>img{-webkit-transition:opacity .8s ease-out .2s,-webkit-transform .8s ease-out .2s;transition:opacity .8s ease-out .2s,-webkit-transform .8s ease-out .2s;transition:opacity .8s ease-out .2s,transform .8s ease-out .2s;transition:opacity .8s ease-out .2s,transform .8s ease-out .2s,-webkit-transform .8s ease-out .2s;opacity:0;-webkit-transform:translateY(20%);transform:translateY(20%)}#what-section[data-v-3aee27cb] .feature-card>.text-container{-webkit-transition-delay:.5s;transition-delay:.5s}#what-section[data-v-3aee27cb] .feature-card.reveal>.text-container,#what-section[data-v-3aee27cb] .feature-card.reveal>img{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}#process-section[data-v-3aee27cb] h2{-webkit-transition:opacity .5s ease-out .2s,-webkit-transform .5s ease-out .2s;transition:opacity .5s ease-out .2s,-webkit-transform .5s ease-out .2s;transition:opacity .5s ease-out .2s,transform .5s ease-out .2s;transition:opacity .5s ease-out .2s,transform .5s ease-out .2s,-webkit-transform .5s ease-out .2s;opacity:0;-webkit-transform:translateY(.5em);transform:translateY(.5em)}#process-section[data-v-3aee27cb] h2.reveal{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}#process-section[data-v-3aee27cb] .card{-webkit-transition:opacity .5s ease-out .2s,-webkit-transform .5s ease-out .2s;transition:opacity .5s ease-out .2s,-webkit-transform .5s ease-out .2s;transition:opacity .5s ease-out .2s,transform .5s ease-out .2s;transition:opacity .5s ease-out .2s,transform .5s ease-out .2s,-webkit-transform .5s ease-out .2s;opacity:0}#process-section[data-v-3aee27cb] .card:nth-child(odd){-webkit-transform:translate(30%,-30%);transform:translate(30%,-30%)}#process-section[data-v-3aee27cb] .card:nth-child(2n){-webkit-transform:translate(-30%,-30%);transform:translate(-30%,-30%)}#process-section[data-v-3aee27cb] .card.reveal{-webkit-transform:translate(0);transform:translate(0);opacity:1}#works-section[data-v-3aee27cb] h2{-webkit-transition:opacity .5s ease-out .2s,-webkit-transform .5s ease-out .2s;transition:opacity .5s ease-out .2s,-webkit-transform .5s ease-out .2s;transition:opacity .5s ease-out .2s,transform .5s ease-out .2s;transition:opacity .5s ease-out .2s,transform .5s ease-out .2s,-webkit-transform .5s ease-out .2s;opacity:0;-webkit-transform:translateY(1em);transform:translateY(1em)}#works-section[data-v-3aee27cb] h2.reveal{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}#contact-section[data-v-3aee27cb] .contact-section-interlude .subheading,#contact-section[data-v-3aee27cb] .contact-section-main .heading,#contact-section[data-v-3aee27cb] .contact-section-main button{-webkit-transition:opacity .5s ease-out .2s,-webkit-transform .5s ease-out .2s;transition:opacity .5s ease-out .2s,-webkit-transform .5s ease-out .2s;transition:transform .5s ease-out .2s,opacity .5s ease-out .2s;transition:transform .5s ease-out .2s,opacity .5s ease-out .2s,-webkit-transform .5s ease-out .2s;opacity:0;-webkit-transform:translateY(.5em);transform:translateY(.5em)}#contact-section[data-v-3aee27cb] .contact-section-interlude .subheading.reveal,#contact-section[data-v-3aee27cb] .contact-section-main .heading.reveal,#contact-section[data-v-3aee27cb] .contact-section-main button.reveal{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}#why-section{position:relative;padding-bottom:50px}#why-section #why-section-container{min-width:320px;width:90%;margin:0 auto}#why-section #why-section-container .group:not(.why-cards){margin-bottom:3em}@media(min-width:768px){#why-section #why-section-container{width:92%;margin-top:10%}#why-section #why-section-container .group:not(.why-cards){min-width:150px;max-width:500px;width:35%}#why-section #why-section-container .group.why-cards{margin-top:-18em}}@media(min-width:992px){#why-section #why-section-container{width:88%}#why-section #why-section-container .group.why-cards{margin-top:-20em}}@media(min-width:1600px)and (min-height:800px){#why-section #why-section-container{width:75%}#why-section #why-section-container .group.why-cards{margin-top:-20em}}#why-section #why-section-container h1{padding-top:2em;margin-bottom:.4em}@media(min-width:768px){#why-section #why-section-container h1{padding-top:1.5em}}#why-section #why-section-container h2{line-height:1.1em}#why-section #why-section-container h1,#why-section #why-section-container h2{margin-left:5%}@media(min-width:576px){#why-section #why-section-container h1,#why-section #why-section-container h2{margin-left:0}}#why-section #why-section-container .why-cards .why-cards-container{width:95%;margin:1.5em auto 0;white-space:normal;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}#why-section #why-section-container .why-cards .why-cards-container,#why-section #why-section-container .why-cards .why-cards-container .feature-card{min-width:320px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#why-section #why-section-container .why-cards .why-cards-container .feature-card{width:65%;z-index:0}#why-section #why-section-container .why-cards .why-cards-container .feature-card:not(:first-child){margin-top:-1.5em}#why-section #why-section-container .why-cards .why-cards-container .feature-card:nth-child(2n){-ms-flex-item-align:start;align-self:flex-start}#why-section #why-section-container .why-cards .why-cards-container .feature-card .feature-img{-ms-flex-item-align:start;align-self:flex-start;background-position:50% 50%;background-size:cover;border-radius:5px;-webkit-box-shadow:0 0 20px rgba(0,0,0,.1);box-shadow:0 0 20px rgba(0,0,0,.1);width:95%;min-height:220px;max-height:350px;height:30vw}@media(min-width:1600px)and (min-height:800px){#why-section #why-section-container .why-cards .why-cards-container .feature-card .feature-img{max-height:500px}}#why-section #why-section-container .why-cards .why-cards-container .feature-card .text-container{-ms-flex-item-align:end;align-self:flex-end;background-color:#fff;white-space:normal;-webkit-box-shadow:-10px 0 20px rgba(0,0,0,.1);box-shadow:-10px 0 20px rgba(0,0,0,.1);border-radius:5px;min-width:250px;width:95%;padding:1em 1.5em 3em;margin-top:-2em}#why-section #why-section-container .why-cards .why-cards-container .feature-card .text-container .card-title-group .subheading.small{text-transform:uppercase;font-size:.8em;font-weight:600;margin-bottom:.2em}#why-section #why-section-container .why-cards .why-cards-container .feature-card .text-container .card-title-group .alt-subheading{line-height:1.2em}#why-section #why-section-container .why-cards .why-cards-container .feature-card .text-container .feature-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media(min-width:992px){#why-section #why-section-container .why-cards .why-cards-container .feature-card .text-container .feature-content{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}#why-section #why-section-container .why-cards .why-cards-container .feature-card .text-container .feature-content .column{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;margin-top:1.5em;margin-right:.5em;color:#4d6c6f}#why-section #why-section-container .why-cards .why-cards-container .feature-card .text-container .feature-content .column .column-title{font-weight:700;font-size:1.4em;line-height:1.4em;margin-bottom:.5em}@media(min-width:576px){#why-section #why-section-container .why-cards .why-cards-container .feature-card .text-container .feature-content .column .column-title{font-size:1.2em;line-height:1.2em}}@media(min-width:768px){#why-section #why-section-container .why-cards .why-cards-container .feature-card .text-container .feature-content .column .column-title{font-size:1.1em}}@media(min-width:992px){#why-section #why-section-container .why-cards .why-cards-container .feature-card .text-container .feature-content .column .column-title{font-size:.9em}}#why-section #why-section-container .why-cards .why-cards-container .feature-card .text-container .feature-content .column .column-body{font-weight:400;font-size:1.1em;line-height:1.6em}@media(min-width:576px){#why-section #why-section-container .why-cards .why-cards-container .feature-card .text-container .feature-content .column .column-body{font-size:1em}}@media(min-width:768px){#why-section #why-section-container .why-cards .why-cards-container .feature-card .text-container .feature-content .column .column-body{font-size:.9em}}@media(min-width:992px){#why-section #why-section-container .why-cards .why-cards-container .feature-card .text-container .feature-content .column .column-body{font-size:.8em}}#why-section #why-section-container .why-cards .why-cards-container .feature-card .text-container .feature-content .column .button{width:100%;min-width:120px;max-width:170px}@media(min-width:1600px)and (min-height:800px){#why-section #why-section-container .why-cards .why-cards-container .feature-card .text-container .feature-content .column .button{max-width:240px}}#why-section #why-section-container .why-cards .why-cards-container .feature-card .button{margin:2em 0 0}#why-section[data-v-27927a2b] .group:not(.why-cards) .alt-subheading,#why-section[data-v-27927a2b] .group:not(.why-cards) .heading,#why-section[data-v-27927a2b] .group:not(.why-cards) .subheading{-webkit-transition:opacity .5s ease-out .2s,-webkit-transform .5s ease-out .2s;transition:opacity .5s ease-out .2s,-webkit-transform .5s ease-out .2s;transition:opacity .5s ease-out .2s,transform .5s ease-out .2s;transition:opacity .5s ease-out .2s,transform .5s ease-out .2s,-webkit-transform .5s ease-out .2s;opacity:0;-webkit-transform:translateY(.5em);transform:translateY(.5em)}#why-section[data-v-27927a2b] .group:not(.why-cards) .subheading{-webkit-transition-delay:.5s;transition-delay:.5s}#why-section[data-v-27927a2b] .group:not(.why-cards) .alt-subheading{-webkit-transition-delay:.8s;transition-delay:.8s}#why-section[data-v-27927a2b] .group:not(.why-cards).reveal .alt-subheading,#why-section[data-v-27927a2b] .group:not(.why-cards).reveal .heading,#why-section[data-v-27927a2b] .group:not(.why-cards).reveal .subheading{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}#why-section[data-v-27927a2b] .feature-card>.text-container,#why-section[data-v-27927a2b] .feature-card>img{-webkit-transition:opacity .8s ease-out .2s,-webkit-transform .8s ease-out .2s;transition:opacity .8s ease-out .2s,-webkit-transform .8s ease-out .2s;transition:opacity .8s ease-out .2s,transform .8s ease-out .2s;transition:opacity .8s ease-out .2s,transform .8s ease-out .2s,-webkit-transform .8s ease-out .2s;opacity:0;-webkit-transform:translateY(20%);transform:translateY(20%)}#why-section[data-v-27927a2b] .feature-card>.text-container{-webkit-transition-delay:.5s;transition-delay:.5s}#why-section[data-v-27927a2b] .feature-card.reveal>.text-container,#why-section[data-v-27927a2b] .feature-card.reveal>img{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}#contact-section[data-v-27927a2b] .contact-section-interlude .subheading,#contact-section[data-v-27927a2b] .contact-section-main .heading,#contact-section[data-v-27927a2b] .contact-section-main button{-webkit-transition:opacity .5s ease-out .2s,-webkit-transform .5s ease-out .2s;transition:opacity .5s ease-out .2s,-webkit-transform .5s ease-out .2s;transition:transform .5s ease-out .2s,opacity .5s ease-out .2s;transition:transform .5s ease-out .2s,opacity .5s ease-out .2s,-webkit-transform .5s ease-out .2s;opacity:0;-webkit-transform:translateY(.5em);transform:translateY(.5em)}#contact-section[data-v-27927a2b] .contact-section-interlude .subheading.reveal,#contact-section[data-v-27927a2b] .contact-section-main .heading.reveal,#contact-section[data-v-27927a2b] .contact-section-main button.reveal{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}