@keyframes loadingAni{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes fadeInBlur{0%{opacity:0;filter:blur(8px)}to{opacity:1;filter:blur(0)}}@keyframes copyFeedback{0%{transform:scale(1);background-color:rgba(0,226,144,.25)}50%{transform:scale(1.1);background-color:rgba(0,226,144,.5)}to{transform:scale(1);background-color:rgba(0,226,144,.25)}}@font-face{font-family:Montserrat;src:url(/fonts/montserrat/Montserrat-Regular.ttf);font-weight:400}@font-face{font-family:Montserrat;src:url(/fonts/montserrat/Montserrat-Medium.ttf);font-weight:500}@font-face{font-family:Montserrat;src:url(/fonts/montserrat/Montserrat-SemiBold.ttf);font-weight:600}@font-face{font-family:Montserrat;src:url(/fonts/montserrat/Montserrat-Bold.ttf);font-weight:700}@font-face{font-family:Montserrat;src:url(/fonts/montserrat/Montserrat-ExtraBold.ttf);font-weight:800}@font-face{font-family:Montserrat;src:url(/fonts/montserrat/Montserrat-Black.ttf);font-weight:900}@font-face{font-family:Tenor Sans;src:url(/fonts/tenor-sans/TenorSans-Regular.ttf);font-weight:400}@font-face{font-family:Roboto;src:url(/fonts/roboto/Roboto-Regular.ttf);font-weight:400}@font-face{font-family:Roboto;src:url(/fonts/roboto/Roboto-Medium.ttf);font-weight:500}@font-face{font-family:Roboto;src:url(/fonts/roboto/Roboto-Bold.ttf);font-weight:700}@font-face{font-family:Roboto;src:url(/fonts/roboto/Roboto-Black.ttf);font-weight:900}@font-face{font-family:Manrope;src:url(/fonts/manrope/Manrope-Light.ttf);font-weight:300}@font-face{font-family:Manrope;src:url(/fonts/manrope/Manrope-Regular.ttf);font-weight:400}@font-face{font-family:Manrope;src:url(/fonts/manrope/Manrope-Medium.ttf);font-weight:500}@font-face{font-family:Manrope;src:url(/fonts/manrope/Manrope-SemiBold.ttf);font-weight:600}@font-face{font-family:Manrope;src:url(/fonts/manrope/Manrope-Bold.ttf);font-weight:700}@font-face{font-family:Manrope;src:url(/fonts/manrope/Manrope-ExtraBold.ttf);font-weight:800}@media screen and (max-width:1600px){.grid.services-grid{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:1300px){.grid.services-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:700px){.grid.services-grid{grid-template-columns:1fr}}.services-item{padding-bottom:0;position:relative;z-index:2;height:100%}@media screen and (max-width:1300px){.services-item{padding-bottom:4.2vh}}.services-item .service{justify-content:flex-start;align-items:center;height:100%;position:relative;display:flex;flex-flow:column nowrap;transition:all .5s cubic-bezier(.18,.88,.55,1)}.services-item .service a{display:block;width:100%;text-decoration:none;position:relative;z-index:2}.services-item .service a .img{width:100%;padding-top:100%;position:relative}.services-item .service a .img .img-in{justify-content:center;align-items:center;width:100%;height:100%;position:absolute;top:0;display:flex;flex-flow:row nowrap}.services-item .service a .img .img-in img{width:65%;height:65%;object-fit:contain;opacity:.25;position:absolute;display:block;transition:all .5s cubic-bezier(.18,.88,.55,1)}.services-item .service a .title,.services-item .service a .title-desc{width:100%;text-align:center;box-sizing:border-box}.services-item .service a .title{color:#fff;font-weight:500;padding:0 6.3vh;transform:translateY(2.1vh);text-wrap:balance;transition:all .5s cubic-bezier(.18,.88,.55,1);font-size:3.15vh;line-height:4.4vh;font-family:Montserrat,sans-serif}@media screen and (max-width:1300px){.services-item .service a .title{transform:translateY(0)}}.services-item .service a .title-desc{padding:4.2vh;font-weight:400;color:#fff;transform:translateY(-1vh);opacity:0;text-wrap:balance;transition:all .5s cubic-bezier(.18,.88,.55,1);font-size:2.3vh;line-height:3.5vh;font-family:Montserrat,sans-serif}@media screen and (max-width:1300px){.services-item .service a .title-desc{transform:translateY(0);opacity:1}}.services-item .service:after{width:100%;height:100%;top:0;z-index:1;opacity:1;border-radius:1vh;position:absolute;content:"";display:block;transition:all .5s cubic-bezier(.7,0,.3,1) .1s}.services-item.go .service a .img .img-in img{width:70%;height:70%;opacity:.5}@media screen and (max-width:1300px){.services-item.go .service a .img .img-in img{width:80%;height:80%;opacity:1}}.services-item.go .service:after{background:#362eff}.services-item:hover .service a .img .img-in img{width:80%;height:80%;opacity:1}.services-item:hover .service a .title{transform:translateY(0);color:#fff}.services-item:hover .service a .title-desc{transform:translateY(0);opacity:1}.fadeInUpParent .fadeInUpChild{opacity:0;transform:translateY(4.2vh);transition:opacity .6s ease,transform .6s ease}.fadeInUpParent.go .fadeInUpChild{opacity:1;transform:translateY(0)}