@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700;800;900&family=Work+Sans:wght@400;600;700&display=swap");@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");body{background:#eff7fa;color:#000;font-family:Nunito;margin:0}a{color:#333;text-decoration:none}.content{max-width:1300px;margin:0 auto}header .container{padding:2rem 1rem;transition:.4s}.sticky{position:fixed;background:#eff7fa;max-width:inherit;width:100%;top:0;z-index:99;border-bottom:1px solid #ddd}nav{padding:10px 0;display:flex;justify-content:flex-end;align-items:center}nav a{margin-left:0;padding:.5rem 1.7rem;border:1.5px solid transparent;cursor:pointer}nav a:hover{transition:all .3s;border-bottom:1.5px solid #0f97b8}.nohover{border-bottom:none!important;padding:0}.last{background:#0f97b8;color:#fff;border-radius:99px;margin-left:25px}nav .logo{margin-right:auto}.mobile,.nav-info.mobile,.nav-social.mobile{display:none}@media (max-width:450px){.navbar-inner{display:flex;flex-direction:column}.nav-toggle{width:2rem;height:2rem;z-index:999;position:fixed;right:2rem;top:2rem;border-radius:99px}.mobile a{padding:0;margin-left:50px}.mobile{display:block}.nav-toggle:before{width:1.75rem;top:.375rem;right:.125rem;border-radius:50% 50% 0 0;position:absolute;content:"";height:.5rem;background:#000;transform:scaleY(.85);transition:all .2s}.nav-toggle.open:after{transform:translate(50%,-50%) rotate(-45deg)}.nav-toggle.open:before{transform:translate(50%,-50%) rotate(45deg)}.nav-toggle.open:after,.nav-toggle.open:before{top:50%;right:50%;width:1.5rem;height:.25rem;border-radius:99px;background:#7b8ba4}.nav-toggle:after{width:1.25rem;top:1.125rem;right:.125rem;border-radius:0 0 50% 50%;position:absolute;content:"";height:.5rem;background:#000;transform:scaleY(.85);transition:all .2s}.navbar.open{transform:translateY(0);pointer-events:auto;transition:transform .5s,opacity .1s;opacity:1}.navbar{display:flex;position:fixed;flex-flow:column nowrap;align-items:flex-start;width:100%;height:100%;top:0;left:0;background:#eff7fa;z-index:99;padding:5rem 2rem 3rem;transform:translateY(-100%);opacity:0;pointer-events:none;transition:transform .5s cubic-bezier(.96,.06,.09,.98),opacity .1s .5s}.navbar.open:before{transform:translateY(100%);transition-timing-function:cubic-bezier(.79,.06,.83,.67)}.navbar:before{z-index:99;background:#0f97b8;box-shadow:inset 0 2.5rem 1rem -1.5rem rgba(0,0,0,.2),0 .5rem 1rem rgba(0,0,0,.2);transition-timing-function:cubic-bezier(.05,.18,.14,.98)}.navbar:after,.navbar:before{position:absolute;left:0;top:0;width:100%;height:100%;transition:transform .5s}.mob-nav-link{color:#7b8ba4;margin:0;font-size:1.5rem;font-family:Montserrat,sans-serif;font-weight:700;padding:.5rem 1rem}.last{background:transparent;color:#7b8ba4;border-radius:0}.nav-info.mobile,.nav-social.mobile{display:flex}.navbar>.nav-info{margin-bottom:0;margin-top:17rem}}#about{background:#fff;box-shadow:0 -1rem 2rem -1.5rem rgba(0,0,0,.15),0 1rem 2rem -1.5rem rgba(0,0,0,.15)}.about__container{padding:8rem 5rem 5rem}.heading{font-weight:700;position:relative;margin-bottom:3rem;color:#0f97b8;font-size:1.75rem;text-transform:uppercase;z-index:2}.heading:before{position:absolute;content:"";height:3rem;width:3rem;border-radius:99px;background:#eff7fa;z-index:-1;left:-1.5rem;top:-.5rem;box-shadow:-2px 2px #fff,-4px 4px #0f97b8}.about-who{display:flex;justify-content:center;margin-bottom:10rem}.about-who .hero-image{width:35%;max-width:300px;margin-bottom:auto}.about-who .hero-content{margin:auto 0 1rem 3rem;width:-moz-fit-content;width:fit-content}.hero-content h4{font-size:1.5rem;color:#7b8ba4;opacity:.5;margin-bottom:0}.hero-content .title,.hero-content h4{font-weight:800;font-family:Work Sans,sans-serif}.hero-content .title{margin-bottom:.1rem;margin-left:-.15rem;line-height:1;margin-top:.2rem;font-size:2.5rem}.phonetics{display:flex;justify-content:flex-start;margin-bottom:.5rem;font-size:1rem}.lighter{color:#7b8ba4;cursor:pointer}.phonetics .speaker{margin-left:.4rem;height:1.25em;margin-bottom:.25rem;cursor:pointer;transform-origin:0 75%}.speaker.isPlaying{animation:speaker .6s linear infinite}.speaker.isPlaying .waves{animation:wave .3s ease infinite alternate}.waves:first-of-type{animation-delay:.15s}.waves:nth-of-type(2){animation-delay:.3s}@keyframes wave{0%{opacity:0}to{opacity:1}}@keyframes speaker{0%,33%,66%,to{transform:scale(1)}25%,50%{transform:scale(1.2) rotate(-5deg)}}.description{margin-bottom:3rem;max-width:520px;font-size:1rem}.description-link{color:#0f97b8;font-weight:700}.cta{background:#eff7fa;padding:.75rem 2rem .75rem 3.25rem;font-size:1.15rem;border-radius:5rem;position:relative;font-family:Montserrat,sans-serif;font-weight:500;display:inline-block;transition:all .3s;transform-style:preserve-3d;-webkit-backface-visibility:hidden;backface-visibility:hidden;color:#0f97b8;cursor:pointer;margin-left:2rem}.cta #hand{width:3.25rem;position:absolute;left:-1.25rem;top:-.5rem;animation:wavingHands 2s ease-in-out infinite;transform-origin:60% 100%;filter:drop-shadow(.25rem .25rem .5rem rgba(45,147,173,.2))}@keyframes wavingHands{0%,60%,to{transform:rotate(0deg)}10%,30%{transform:rotate(14deg)}20%{transform:rotate(-8deg)}40%{transform:rotate(-4deg)}50%{transform:rotate(10deg)}}.cta:hover{color:#0f97b8;box-shadow:0 .5rem 1rem rgba(0,0,0,.2)}.services{display:flex;margin-left:-1.5rem}.service{flex:1 1;background:transparent;margin:0 1.5rem;padding:1.25rem;position:relative;transition:all .2s;z-index:1;border-radius:.5rem}.service:hover{background:#eff7fa;box-shadow:0 .25rem 1rem -.25rem rgb(0 0 0/5%);transform:scale(1.025)}.service:hover:before{background:#fff;border-radius:50%;padding-bottom:40%;top:10%;transform:rotate(-45deg)}.service:first-of-type:before{border-radius:48% 52% 42% 58%/66% 70% 30% 34%;top:12%;padding-bottom:38%}.service:nth-of-type(2):before{border-radius:53% 47% 64% 36%/66% 55% 45% 34%}.service:before{position:absolute;content:"";width:40%;height:0;padding-bottom:35%;top:15%;background:#eff7fa;opacity:.75;z-index:-1;left:20%;transition:all .2s}.service svg{width:50%;padding-bottom:2rem;z-index:2}.service h4{white-space:nowrap;line-height:1.33;font-size:1.5rem}@media only screen and (max-width:768px){.about__container{padding:5rem 1rem}.hero-content>h4{margin:0}}@media (max-width:450px){.hero__inner{padding:5rem 0}.heading{margin-left:2rem}.about-who{margin-bottom:8rem;flex-flow:column nowrap}.about-who .hero-image{display:block;width:90%}.about-who .hero-content{margin:3rem 0 0;width:100%}.about__container h3:nth-of-type(2){margin-bottom:0}.service h4{margin:0;font-size:1.3rem}.services{flex-flow:column nowrap}.service,.services{margin:0;padding:0}}.not-found{display:flex;padding:1rem 3rem 5rem;justify-content:center;align-items:center}.not-found-small{font-size:1.4rem}.work__container{padding:8rem 5rem 5rem}.work-header{display:flex;justify-content:space-between}.work-heading{font-weight:700;position:relative;color:#0f97b8;font-size:1.75rem;text-transform:uppercase;z-index:2;margin-top:0}.work-heading:before{position:absolute;content:"";height:3rem;width:3rem;border-radius:99px;background:#eff7fa;z-index:-1;left:-1.5rem;top:-.5rem;box-shadow:-2px 2px #fff,-4px 4px #0f97b8}.work-radio{display:flex}.work-option input{display:none;cursor:pointer}.work-option label{padding:.5rem 1.5rem;border-radius:99px;transition:all .2s;display:flex;align-items:center;color:#0f97b8;cursor:pointer}.work-option input:checked+label{background:#0f97b8;color:#fff;box-shadow:0 .5rem 1rem rgba(45,147,173,.2)}.work-option+.work-option{margin-left:1rem}.work-option input:checked+label:hover{box-shadow:0 .5rem 1.5rem rgba(45,147,173,.5);background:#0f97b8}.work-option input+label:hover{filter:brightness(110%);background:rgba(45,147,173,.2)}.projects{display:flex;flex-flow:column nowrap}.project{display:flex;width:100%;padding:2rem 0;margin-bottom:10rem;align-items:center;flex-flow:row wrap}.project:nth-of-type(odd){flex-flow:row-reverse nowrap}.project-images{flex:0.6 1;width:60%;position:relative;height:0;padding-bottom:35.15625%}.project-images img{border-radius:1rem;overflow:hidden;border:.5rem solid #0f97b8;box-shadow:0 .5rem 1.5rem -.5rem rgba(45,147,173,.5);position:absolute;width:100%;height:100%;object-fit:cover}.mobile-project-images{flex:0.6 1;width:60%;position:relative;height:0;padding-bottom:35.15625%}.project:nth-of-type(odd) .project-images .small{right:15%;left:auto}.project-images .small{width:35%;height:auto;left:15%;top:20%;border:.25rem solid #000;box-shadow:0 .75rem 0 0 #000,0 -.75rem 0 0 #000,0 1rem 1.5rem -.5rem rgba(84,78,97,.5)}.remove-small{border:none!important;box-shadow:none!important}.project:nth-of-type(odd) .project-details{padding-left:0;padding-right:3rem}.project-details{flex:0.4 1;padding-left:3rem}.project-details h4{font-size:1.5rem}.project-details .stack{margin:2rem 0;padding:.5rem 1rem;background:#fff;border-radius:.5rem}.project-details .stack b{color:#7b8ba4;font-weight:600}.project-details .buttons{margin-top:2rem;display:flex;align-items:center}.buttons .button+.button{margin-left:.5rem}.buttonText{background:transparent;color:#0f97b8;padding:.5rem;box-shadow:none!important;margin-left:1rem}.buttonText,.buttons .button{text-transform:uppercase;white-space:nowrap}.buttons .button{border:none;color:#fff;padding:.6rem 1.5rem;border-radius:99px;transition:all .2s;background:#0f97b8;box-shadow:0 .5rem 1rem rgba(45,147,173,.2);cursor:pointer;outline:none}.button:hover{box-shadow:0 .5rem 1.5rem rgba(45,147,173,.5)}.view-more{display:flex;justify-content:center}.view-more .button{border:none;color:#fff;padding:.6rem 1.5rem;border-radius:99px;transition:all .2s;background:#000;text-transform:uppercase;white-space:nowrap;cursor:pointer;outline:none;display:flex}.button div{padding-right:.5rem}.view-more .button:hover{box-shadow:0 .5rem 1.5rem rgba(0,0,0,.25)}@media only screen and (max-width:768px){.work__container{padding:5rem 1rem}}@media (max-width:450px){.work-header{display:block}.work-heading{margin-left:2rem}.work-radio{justify-content:center;margin-bottom:3rem}.project{flex-flow:column nowrap!important;margin-bottom:2rem}.project-details,.project-images{width:100%;margin:0;padding:0}.project-images{padding-bottom:58.59375%}.project-images img{border:.25rem solid #0f97b8;border-radius:.5rem}.project-images .small{border:.15rem solid var(#000);box-shadow:0 .3rem 0 0 var(#000),0 -.3rem 0 0 var(#000),0 1rem 1.5rem -.5rem rgba(84,78,97,.5);right:15%!important;left:auto!important}.project-details{padding:0!important;margin-top:20%}.mobile-project-images{padding-bottom:0}}#contact{background:#fff;box-shadow:0 -1rem 2rem -1.5rem rgba(0,0,0,.15),0 1rem 2rem -1.5rem rgba(0,0,0,.15)}.contact__container{padding:8rem 5rem 5rem}.contact-inner{display:flex;align-items:flex-start}.contact-info{flex:1 1;padding:0 3rem 3rem}.contact-info-inner{margin-top:2rem}.contact-form h5{margin-bottom:1rem;font-size:1.25rem;font-weight:600}.contact-info-inner h5{margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.contact-info-inner h3{font-weight:300;font-size:1.8rem;font-family:Work Sans,sans-serif;margin:10px 0}h3>a{color:#7b8ba4}.contact-form{flex:1 1;padding:0 3rem 3rem}.form-input{position:relative;margin:1rem 0}.form-input .inputElem{box-shadow:0 0 0 1.5px #0f97b8;border:none;background:#fff;padding:1.15rem 1rem .85rem;width:90%;border-radius:.5rem;resize:none;font-family:Montserrat,sans-serif}.form-input label{display:inline-block;position:absolute;left:15px;top:16px;transition:all .15s ease-in;color:#676767;cursor:text}label.field-active{transform:translateY(-27px);font-size:.9em;color:#0f97b8;text-shadow:1px 0 0 #fff,-1px 0 0 #fff,2px 0 0 #fff,-2px 0 0 #fff,0 1px 0 #fff,0 -1px 0 #fff,0 2px 0 #fff,0 -2px 0 #fff}.form-input textarea.inputElem{height:8rem;padding:0;border:1rem solid transparent;line-height:1.5}.form-input .error{opacity:0;margin-top:3px;font-size:.85rem}.error-msg{color:#dc143c!important;opacity:1!important;margin-top:3px!important;font-size:.85rem}.form-input .inputElem:focus{outline:none;box-shadow:0 0 0 1.5px #0f97b8,0 .25rem .55rem rgba(45,147,173,.2)}.form-input .button{border:none;color:#fff;padding:.8rem 1.5rem;border-radius:99px;transition:all .2s;background:#0f97b8;box-shadow:0 .5rem 1rem rgba(45,147,173,.2);text-transform:uppercase;white-space:nowrap;cursor:pointer;outline:none;font-size:.95rem}.form-input .button:hover{box-shadow:0 .5rem 1.5rem rgba(45,147,173,.5)}.inputElemHidden{box-shadow:0 0 0 1.5px #0f97b8;border:none;background:#fff;padding:1.15rem 1rem .85rem;width:100%;border-radius:.5rem;resize:none;font-family:Montserrat,sans-serif}.botCheck{position:absolute;left:-999999999999999px;top:-999999999999999px}@media only screen and (max-width:768px){.contact__container{padding:5rem 1rem}.contact-form,.contact-info{padding:1.5rem}}@media (max-width:450px){.contact-inner{flex-flow:column nowrap}.contact-form,.contact-info{flex:100% 1;padding:0;width:100%}.contact-info-inner h3{font-size:1.4rem}}footer{color:#7b8ba4;position:relative;padding:8rem 5rem 5rem}footer .container{display:flex;flex-direction:row;justify-content:space-between}.backToTop{position:absolute;width:4rem;height:4rem;background:#eff7fa;border-radius:99px;font-size:1.5rem;display:grid;place-items:center;top:-2rem;left:calc(50% - 2rem);box-shadow:0 .5rem .5rem rgb(0 0 0/5%);transition:all .2s;transform:scale(.85);cursor:pointer}.backToTop svg{color:#7b8ba4;transition:color .2s;width:.875em}.backToTop:hover{background:#7b8ba4;box-shadow:0 .25rem .25rem rgba(0,0,0,.15);top:-1.75rem;color:#0f97b8}.backToTop svg:hover,.backToTop:hover>svg{color:#fff}.nav-info{display:flex;align-items:flex-end;align-self:center;color:#7b8ba4}.nav-info svg{height:3.25rem;width:auto;transform:scale(.85);fill:#7b8ba4}.nav-info span{margin-left:.5rem}.nav-info h3{text-transform:uppercase;margin:0;font-weight:800;font-family:Work Sans,sans-serif;font-size:1.75rem;white-space:nowrap}.nav-info p{margin:0;line-height:1.2}.nav-social{display:flex;align-self:center;margin-left:5px}.nav-social a{display:block;font-size:1.5rem;margin-top:1rem;position:relative;z-index:2}.nav-social a:before{position:absolute;content:"";width:1.5rem;height:1.5rem;background:#fff;border-radius:99px;top:50%;left:50%;transform:translate(-.5rem,-.5rem);z-index:-1}.nav-social a+a{margin-left:1.7rem}.copyright{text-align:right;margin-left:auto;margin-top:auto}.anchor-link{text-align:right;font-size:1rem;color:#0f97b8;font-weight:500;margin-bottom:.25rem;text-decoration:underline}.footer-right{display:flex;flex-direction:column}@media only screen and (max-width:768px){.copyright{margin-top:10px}}@media (max-width:768px){.footer-inner,footer .container{display:flex;flex-flow:column nowrap;align-items:center;justify-content:center}.backToTop{transform:scale(.75)}.copyright{margin:2rem 0 0}.anchor-link,.copyright{text-align:center}.nav-info{margin-bottom:2rem;margin-top:4rem}.nav-info,.nav-social{align-self:auto}.nav-info h3{font-size:1.45rem}}.react-3d-carousel .slider-container .slider-left div,.react-3d-carousel .slider-container .slider-right div{border:2px solid #ec615b!important;color:#000!important}.react-3d-carousel .slider-container .slider-content .slider-single .slider-single-content{box-shadow:none!important}.codeSection{background:#262626;color:#e5e5e5;padding:15px;font-size:17px}.blog-description{max-width:inherit;width:100%}.blog-description a{color:#2e75d4}pre{outline:1px solid #ccc;padding:5px;margin:5px;white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word}.pagination{display:flex;justify-content:space-between;list-style:none;cursor:pointer}.pagination a{padding:10px;border-radius:5px;border:1px solid #6c7ac9;color:#6c7ac9}.pagination__link{font-weight:700}.pagination__link--active a{color:#fff;background:#6c7ac9}.pagination__link--disabled a{color:#c6c5ca;border:1px solid #c6c5ca}