@font-face{font-family:PP Mori;font-style:normal;font-weight:400;src:url(/static/media/PPMori-Regular.4d713186ee128a842a8a.woff)}@font-face{font-family:PP Mori-;font-style:italic;font-weight:600;src:url(/static/media/PPMori-SemiBoldItalic.a79052ca873241f62802.woff)}*{box-sizing:border-box;margin:0;padding:0}:root{--color-bg:#040303;--color-white:#fbfbfb;--color-orange:#fe4409;--font-family:"PP Mori",sans-serif,serif;--cursor-black:url(/static/media/black_circle.5742de560815e730818e.svg) 26 26,auto;--cursor-white:url(/static/media/white_circle.d9c812d69b3110344c67.svg) 26 26,auto;--cursor-orange:url(/static/media/orangeDot.c138b44eaf528984be24.svg) 26 26,auto;--max-width:1600px}body{background:#040303;background:var(--color-bg);width:100%}.app__bg{background:#040303}.p__ppmori{color:#fbfbfb;color:var(--color-white);font-family:PP Mori,sans-serif,serif,Helvetica,Arial;font-family:var(--font-family),Helvetica,Arial,sans-serif}.section__padding{padding:2rem}a{color:#040303;color:var(--color-bg);padding:5px 15px;text-decoration:none}.linkCursor,a:hover{cursor:url(/static/media/orangeDot.c138b44eaf528984be24.svg) 26 26,auto}.headerText{font-family:PP Mori,sans-serif,serif,Helvetica,Arial;font-family:var(--font-family),Helvetica,Arial,sans-serif;font-size:32px;line-height:38px}@media screen and (max-width:820px){.section__padding{padding:2rem}.headerText{font-size:24px;line-height:30px}}@media screen and (max-width:500px){.section__padding{padding:1rem}}.App{-webkit-overflow-scrolling:touch;cursor:var(--cursor-white);display:flex;flex-direction:column;font-family:var(--font-family);margin:0 auto;overflow:hidden;position:relative;scroll-snap-type:mandatory}@keyframes popIn{0%{transform:translateY(100%)}to{transform:translateY(0)}}.white_up{cursor:url(/static/media/whiteU.437daadba49d5c292102.svg) 26 0,auto}.white_center{cursor:url(/static/media/white_circle.d9c812d69b3110344c67.svg) 26 26,auto}.black_center{cursor:url(/static/media/black_circle.5742de560815e730818e.svg) 26 26,auto}.navbar{height:75px;inset:0 0 0 0;position:fixed;width:100vw;z-index:100}.navbar,.navbar__wrapper{background-color:var(--color-bg)}.navbar__wrapper{align-items:center;animation:showBar .5s linear forwards;animation-delay:.75s;display:flex;justify-content:space-between;margin:0 auto;max-width:var(--max-width);opacity:0;padding:16px 0 0}@keyframes showBar{0%{opacity:0}to{opacity:1}}.content__location{align-items:center;display:flex;flex:1 1;flex-direction:row;justify-content:flex-start;position:relative}.content__location--circle{background:var(--color-white);border-radius:50%;height:12px;margin-right:.5rem;width:12px}.content__location--hire{display:flex;flex-direction:row;flex-wrap:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.content__location--hire-p{color:var(--color-white);font-family:var(--font-family),Helvetica,Arial,sans-serif;font-size:12px;font-weight:400;line-height:16px;margin-right:8px;white-space:nowrap}.navbar__marquee{animation:blink .5s ease-in infinite;height:16px;width:300px}@keyframes blink{0%{border-right:.5px solid #fff}to{border:none}}.navbar__marquee__container{overflow:hidden}.navbar__marquee-inner span{float:left;width:50%}.navbar__marquee-block{--total-marquee-items:17;box-sizing:border-box;height:16px;overflow:hidden;position:relative;width:calc(85px*(var(--total-marquee-items)))}.navbar__marquee-inner{display:inline-flex;position:absolute;top:3px;width:200%}.navbar__marquee-inner span{align-items:center;display:flex;justify-content:space-evenly}.navbar__marquee-inner p{color:var(--color-white);font-family:var(--font-family);font-size:12px}.navbar__marquee-inner.to-left{animation:marqueeLeft 30s linear infinite}.navbar__marquee-item{height:16px;transition:all .2s ease-out;width:-webkit-max-content;width:max-content}@keyframes marqueeLeft{0%{left:0}to{left:-100%}}.navbar__logo{align-items:center;display:flex;flex:1 1;justify-content:center}.logo__svg{transition:1s}.logo__svg:hover .logo--letter{opacity:1}.logo__svg:hover{cursor:var(--cursor-orange)}.logo--letter{transition:1s}.navbar__links__container{color:var(--color-white);display:flex;flex:1 1;font-family:var(--font-family);justify-content:flex-end;z-index:10}.navbar__links{align-items:center;column-gap:10px;display:flex;font-size:12px}.navbar__links>li{list-style-type:none;padding:8px 10px;white-space:nowrap}.navbar__work p{color:var(--color-white);font-family:var(--font-family);font-size:12px;font-weight:400;padding:30px 0}.navbar__work--us{margin-right:1.5rem;position:absolute;right:0}.navbar__work--email{opacity:0;position:absolute;visibility:hidden}.navbar__work--copy{margin-right:1rem;text-align:right}.navbar__work--triangle{background:var(--color-white);height:12px;position:relative;width:12px}.navbar__work--triangle div{background:#000;height:12px;left:-4px;position:absolute;rotate:45deg;top:-1px;transform:translateY(50%);width:20px}.navbar__work--square{background:var(--color-white);height:12px;transition:1s ease;width:12px}.navbar__work.active:hover .navbar__work--us{animation:fadeOut .2s ease-in forwards;cursor:url(/static/media/orangeDot.c138b44eaf528984be24.svg) 10 10,auto}.navbar__work.active:hover .navbar__work--email{animation:rightIn .1s ease-in forwards;cursor:url(/static/media/orangeDot.c138b44eaf528984be24.svg) 10 10,auto}.navbar__work.active:hover .navbar__work--square{border-radius:50%;cursor:url(/static/media/orangeDot.c138b44eaf528984be24.svg) 10 10,auto}@keyframes rightIn{0%{opacity:.3;right:0;visibility:hidden}to{opacity:1;right:20px;visibility:visible}}@keyframes fadeOut{0%{opacity:1;right:0}to{opacity:0;right:70px;visibility:hidden}}.blackNavbar{background-color:var(--color-white);transition:.2s ease}.blackNavbar h1,.blackNavbar p{color:#000}.blackNavbar .content__location--circle,.blackNavbar .devise__navbar-circle,.blackNavbar .devise__navbar-square,.blackNavbar .navbar__work--square{background:#000;transition:1s ease}.blackNavbar .navbar__work--triangle{background:#000}.blackNavbar .navbar__work--triangle div{background:#fff}.blackNavbar .logo__svg:hover .logo--letter,.blackNavbar .logo__svg:hover .logo--slant{fill:#000;cursor:none}@media screen and (max-width:820px){.navbar{display:flex;height:100px;row-gap:1rem}.navbar__wrapper{grid-row-gap:1rem;display:grid;grid-template-areas:"marquee marquee" "logo contact";grid-template-columns:repeat(2,1fr);justify-content:space-between;padding:16px 16px 0;row-gap:1rem}.navbar__logo{grid-area:logo;justify-content:flex-start;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.content__location{grid-area:marquee;width:90%}.content__location--circle{aspect-ratio:1/1}.navbar__marquee,.navbar__marquee__container{width:100%}.navbar__links{column-gap:0}.navbar__marquee-block{width:calc(65px*(var(--total-marquee-items)))}.logo--slant.isTop{animation:moveSlant .5s linear forwards}@keyframes moveSlant{0%{transform:translate(0)}to{transform:translate(-50%)}}}@media screen and (max-width:480px){.navbar__wrapper{padding:16px 0 0}.navbar__links li{display:none}.content__location--circle{margin:0 4px 0 0}.content__location--hire{align-items:center;display:flex;justify-content:center}.navbar__links li:nth-last-child(2){display:flex}}.clientCarousel{background:var(--color-bg);display:flex;flex-direction:column;margin:5rem auto;max-width:var(--max-width);min-height:80vh;padding:5rem 0 0 32px;position:relative;scroll-snap-stop:normal;width:100%}.clientCarousel__container{display:flex;flex-direction:row;justify-content:space-between;overflow:hidden;width:100%}.clientCarousel__selector{align-items:flex-start;display:flex;flex:0.5 1;flex-direction:row;position:relative}.clientCarousel__selector--list{display:flex;flex:1 1;flex-direction:column}.selector__list--header{color:var(--color-white);font-size:20px;margin-bottom:16px}.selector__list{align-items:center;border-top:.5px solid #4b4b4b;column-gap:1rem;cursor:url(/static/media/white_circle.d9c812d69b3110344c67.svg) 10 10,auto;display:flex;flex-direction:row;justify-content:flex-start;padding:8px 0;position:relative;z-index:1}.selector__list p{color:#919191;height:100%;padding-top:.5rem;text-align:left;white-space:nowrap;width:100%}.selector__list div{background:var(--color-white);border-radius:50%;height:8px;opacity:0;width:8px}.selector__list.active{border:none}.selector__list.active div,.selector__list.active p{color:var(--color-white);opacity:1}.selector__list.active:before{animation:borderAnimate .5s linear forwards;background-color:var(--color-white);content:"";height:1px;position:absolute;top:0;transform-origin:left;width:100%;z-index:1}@keyframes borderAnimate{0%{transform:scaleX(0)}to{transform:scale(1)}}.clientCarousel__carousel{display:flex;flex-direction:column;height:70vh;width:70%}.clientCarousel__carousel--label{color:var(--color-white);font-family:var(--font-family),Helvetica,Arial,sans-serif;font-size:20px;font-style:normal;font-weight:400;height:28px;line-height:28px;margin-bottom:12px}.clientCarousel__carousel--box{-webkit-overflow-scrolling:touch;-ms-overflow-style:none;column-gap:2rem;display:flex;flex-direction:row;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;overflow-x:scroll;overflow-y:hidden;position:relative;scroll-behavior:smooth;scrollbar-width:none;width:100%}.clientCarousel__carousel--box::-webkit-scrollbar{display:none}.clientCarousel__carousel--box.mouseLeft:hover{cursor:url(/static/media/orangeLeft.95644b51bc5dc1a049af.svg),auto}.clientCarousel__carousel--box.mouseRight:hover{cursor:url(/static/media/orangeRight.3df261dd0f51e7741b96.svg),auto}.clientCarousel__carousel--box.mouseCenter:hover{cursor:url(/static/media/orangeDot.c138b44eaf528984be24.svg) 12 12,auto}.carouselCard{-webkit-overflow-scrolling:touch;display:flex;flex-direction:column;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:center;min-width:80%;overflow-y:visible;position:relative;row-gap:1rem}.carouselCard--img{object-fit:cover;transition:all .5s ease;width:100%}.carouselCard--text-liner{text-wrap:wrap;align-items:center;column-gap:3rem;display:flex;justify-content:space-between}.carouselCard--logo{height:100px;max-height:100px;max-width:30%;object-fit:contain;width:auto}.carouselCard--text-liner p{flex:1 1;font-family:var(--font-family),Helvetica,Arial,sans-serif;font-size:14px;line-height:18px;max-width:40%;overflow:visible}.clientCarousel__footer{align-items:center;background:var(--color-bg);border-top:.5px solid #fff;bottom:0;display:flex;flex-direction:row;height:68px;justify-content:space-between;left:0;margin:0 auto;max-width:var(--max-width);opacity:0;position:fixed;right:0;transition:opacity 1s ease;width:inherit;z-index:10}.clientCarousel__footer:hover{cursor:url(/static/media/white_circle.d9c812d69b3110344c67.svg) 15 15,auto}.clientCarousel__footer--square{column-gap:1rem;display:flex;flex:1 1;padding-left:32px}.clientCarousel__footer--square>div{background:var(--color-white);height:12px;width:12px}.clientCarousel__footer p{color:var(--color-white);flex:1 1;font-family:var(--font-family);font-size:16px;font-style:italic;font-weight:600;line-height:20px;text-align:left}.clientCarousel__footer--content{align-items:center;display:flex;flex:1 1;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:flex-end;margin:0;padding-right:32px}.clientCarousel__footer--content p{font-size:14px;font-style:normal;font-weight:400;line-height:18px;margin:0;text-align:right}.clientCarousel__footer--content p span{font-weight:800;margin-left:1rem}.clientCarousel__footer--content a{color:var(--color-white);font-family:var(--font-family);font-size:14px;margin:0;text-decoration:none}.clientCarousel__footer--content a:hover~img{animation:shakeArrow 1s ease infinite}@keyframes shakeArrow{0%,to{transform:translate(0)}50%{transform:translate(5px,-5px)}}@media screen and (max-width:1024px){.clientCarousel{padding:5rem 0 0 32px}.clientCarousel__container,.clientCarousel__selector{flex-direction:column;width:100%}.clientCarousel__selector{margin-bottom:2rem}.clientCarousel__carousel--label,.selector__list div,.selector__list--header{display:none}.clientCarousel__selector--list{-ms-overflow-style:none;align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;overflow-x:scroll;scrollbar-width:none;width:100%}.clientCarousel__selector--list::-webkit-scrollbar{display:none}.clientCarousel__selector--list .selector__list{margin:0 1rem 0 0}.selector__list p{text-align:center}.clientCarousel__carousel{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:100%}.carouselCard{height:400px;justify-content:flex-start;max-height:400px;min-width:80%}.carouselCard--text-liner{align-items:center}}@media screen and (max-width:480px){.clientCarousel{height:70vh;min-height:0;min-height:auto;padding-bottom:0}.clientCarousel__selector{display:none}.carouselCard--text-liner{align-items:flex-start;column-gap:1rem;flex-direction:column}.carouselCard--text-liner>img{height:80px}.carouselCard--text-liner>p{flex:1 1;max-width:none;z-index:10}.clientCarousel__footer{align-items:center;display:flex;flex-direction:row;height:65px;justify-content:center;padding-top:0}.clientCarousel__footer--square{padding:0 0 0 16px}.clientCarousel__footer--content{padding:0 16px 0 0}.clientCarousel__footer--content>p{display:none}}.contact{background:var(--color-orange);height:100vh;padding:0 32px 16px;width:100%}.contact__wrapper{color:var(--color-white);cursor:var(--cursor-white);display:flex;flex-direction:column;margin:0 auto;max-width:var(--max-width);padding-bottom:0;padding-top:4em;width:100%}.contact__main{display:flex;font-size:32px;font-weight:400;justify-content:space-around;line-height:44px;margin-bottom:92px}.contact__info{flex:1 1}.contact__info--headline{margin-bottom:12px;width:60%}.contact__info--email{font-size:20px;line-height:28px}.contact--info--email--text{column-gap:1rem;display:flex;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.contact--info--email--text>p{text-decoration:underline}#email--copied{text-decoration:none}.contact__form{display:flex;flex:1 1;justify-content:stretch}.contact__form form{width:100%}.contact__form input,.contact__form textarea{background-color:var(--color-orange);border:none;border-bottom:1px solid var(--color-white);color:var(--color-white);display:flex;font-size:20px;line-height:28px;margin-bottom:16px;padding:16px;width:100%}.contact__form textarea{font-family:inherit;min-height:80px;resize:vertical}.contact__form input::placeholder,.contact__form textarea::placeholder{color:var(--color-white)}.contact__form input:focus,.contact__form textarea:focus{outline:none}.contact__container--btn{margin-top:36px;width:100%}.contact__container--btn button{border:none;cursor:var(--cursor-orange);height:53px;width:100%}.contact__devise--logo{width:100%}.contact__devise--logo>svg{height:auto;object-fit:cover;width:100%}.contact__footer{align-items:center;border-top:1px solid var(--color-white);display:flex;justify-content:space-between;padding-bottom:.5rem;padding-top:1rem;z-index:20}.contact__footer a{color:var(--color-white);padding-left:0}@media screen and (max-width:820px){.contact{padding:4rem 16px 16px}.contact__container--formInput input,.contact__container--formInput textarea{font-size:16px;line-height:24px;width:100%}.contact__info--headline{width:100%}.contact__container--btn button{font-size:16px}}@media screen and (max-width:480px){.contact__main{flex-direction:column;row-gap:2rem}.contact__container--btn button,.contact__info--headline{width:100%}.contact__footer{margin-top:0}.contact-footer_email,.contact__footer{flex-direction:column}}.hero__container{align-items:center;animation:fadeIn .5s linear forwards;color:var(--color-white);display:flex;height:75vh;margin:110px auto 0;max-width:var(--max-width);opacity:0;overflow:hidden;position:relative;width:100vw}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.hero__headline__container{padding-left:32px;width:80%}.hero__headline{font-family:var(--font-family),Helvetica,Arial,sans-serif;font-size:64px;font-weight:400;line-height:70px;max-width:85%}.hero__logo__container{display:grid;grid-template-columns:repeat(24,1fr);grid-template-rows:repeat(12,1fr);height:90%;inset:0;mix-blend-mode:difference;position:absolute;width:100%}.hero__logo--image{animation:fadeIn 2s ease 1s forwards;object-fit:contain;opacity:0;transition:filter .3s ease,transform .2s ease-out,opacity 2s ease;width:100%}.hero__logo--image.is-blurred{filter:blur(2px)}#logo__0{grid-column:1/4;grid-row:3/5}#logo__2{grid-column:8/10;grid-row:3/5}#logo__4{grid-column:19/22;grid-row:3/5}#logo__5{grid-column:23/26;grid-row:4/6}#logo__3{grid-column:13/17;grid-row:5/7}#logo__7{grid-column:4/7;grid-row:10/12}#logo__8{grid-column:8/10;grid-row:9/11}#logo__9{grid-column:9/12;grid-row:11/13}#logo__1{grid-column:5/7;grid-row:5/7;padding:0 50px;transform:translate(10%,-5%)}#logo__6{grid-column:18/22;grid-row:6/9;height:90%;transform:translateX(10%)}#logo__10{grid-column:11/14;grid-row:9/11;transform:translate(20%,30%)}#logo__11{grid-column:17/20;grid-row:8/10;transform:translate(5%,25%)}#logo__12{grid-column:22/25;grid-row:10/13;height:80%;width:80%}#logo__13{grid-column:17/21;grid-row:11/13;height:90%;transform:translateY(20%)}.hero__footer__container{bottom:0;color:var(--color-white);column-gap:2em;display:flex;font-family:var(--font-family);position:absolute;right:137px}.hero__footer__container p{font-size:12px;line-height:18px}@media screen and (max-width:820px){.hero__headline{font-size:48px}}@media screen and (max-width:480px){.hero__container{flex-direction:column;justify-content:center;margin:5vh auto 0}.hero__headline__container{position:absolute;width:100%}.hero__headline{font-size:32px;line-height:40px}.hero__logo__container{bottom:auto;height:60%;left:auto;position:relative;right:auto;top:auto}.hero__footer__container{bottom:5%;column-gap:.5rem;right:20px}}:root{--total-marquee-items:56}.logoMarquee__container{animation:fadeIn .5s linear forwards;color:var(--color-white);justify-content:center;margin:8rem auto 0;max-width:var(--max-width);overflow:hidden;width:100%}.logoMarquee__content{animation:scrolling linear infinite;column-gap:5rem;display:flex;width:-webkit-max-content;width:max-content}.logoMarquee__content:hover{animation-play-state:paused}.marquee-item{align-items:center;column-gap:3rem;display:flex;flex:0 0 auto;height:50px;justify-content:center}.marquee-item img{height:75px;object-fit:contain;width:100px}@keyframes scrolling{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media screen and (max-width:820px){.logoMarquee__container{margin:4rem 0 8rem}}@media screen and (max-width:480px){.logoMarquee__content{column-gap:1.5rem}}.aboutUs__container{color:var(--color-white);column-gap:10%;display:flex;flex-wrap:wrap;font-family:var(--font-family);margin:0 auto;max-width:var(--max-width);padding:200px 20% 122px 32px;position:relative;width:100%}.aboutUs__headline{display:flex;flex-direction:row;margin-bottom:40px;position:relative}.aboutUs__text__container{margin-bottom:28px;width:45%}.headline--about{color:#fe4409;font-size:12px;line-height:16px;position:absolute;white-space:nowrap}.aboutUs__headline--p{font-size:44px;line-height:52px;text-indent:4em}.aboutUs__text--p{font-size:20px;font-weight:400;line-height:28px}.aboutUs__grids{height:100%;inset:0;position:absolute;width:100%}.aboutUs__grids--canvas{height:100%;width:100%;z-index:-1}@media screen and (max-width:820px){.aboutUs__container{column-gap:0;flex-direction:column;padding:120px 16px 80px;row-gap:16px}.aboutUs__headline--p{text-indent:3em}.aboutUs__text__container{width:100%}}@media screen and (max-width:480px){.aboutUs__headline{font-size:32px;line-height:40px}.aboutUs__headline--p{font-size:38px;line-height:42px}.aboutUs__text--p{font-size:18px;line-height:26px}.first_para{font-size:24px;line-height:32px}}.loading__container{align-items:flex-start;display:flex;height:100vh;justify-content:center;margin:0 auto;max-width:var(--max-width);overflow:hidden;width:100%}.loading__svg{color:var(--color-white);height:auto;width:100%}.loading__logo--letter{animation:letterFadeIn 2s ease-in-out forwards}@keyframes letterFadeIn{0%{transform:translateY(-100%)}50%{transform:translateY(0)}to{transform:translateY(-100%)}}.subHero{color:#fff;height:224px}.container{display:flex;flex-direction:row;gap:50px;justify-content:space-evenly;margin:120px 149px 48px}.container p{font-size:20px;font-weight:400;line-height:28px;text-align:center;width:20%}@media screen and (max-width:1024px){.container{gap:10px;margin:50px 25px}}@media screen and (max-width:480px){.container{flex-direction:column;gap:10px;margin:50px 25px}.container p{font-weight:400;width:100%}}.stages{color:#fff;height:80vh;margin-top:50px;padding:32px 0;width:100%}.stages_heroText{font-size:44px;line-height:52px;margin:0 32px 32px;padding:0 64px;text-align:center}.stages_heroText p{padding:0 32px}.stages_stageContainer{display:flex;gap:24px;margin:0 32px}.customBtnContainer{background-color:#fe4409;border-radius:8px;color:#fff;margin-bottom:20px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.customBtnContainer p{font-size:14px;line-height:18px;padding:10px}.stageContainer{border:1px solid #474747;border-radius:16px;color:#fff;display:flex;flex-direction:column;font-family:var(--font-family);font-style:normal;justify-content:space-evenly;padding:32px 16px;position:relative;width:100%}.hover-box{background-clip:padding-box,border-box;background-image:linear-gradient(#000,#000),linear-gradient(180deg,#212020,#474747);background-origin:border-box;border:1px solid #0000;border-radius:16px;transition:background-color .3s ease,border-color .3s ease,-webkit-backdrop-filter .3s ease;transition:background-color .3s ease,backdrop-filter .3s ease,border-color .3s ease;transition:background-color .3s ease,backdrop-filter .3s ease,border-color .3s ease,-webkit-backdrop-filter .3s ease}.hover-box:hover{background-image:linear-gradient(#21202080,#21202080),linear-gradient(180deg,#212020,#474747)}.stageTitleContainer{display:flex;flex-direction:column;gap:8px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-bottom:54px;width:100%}.stageTitle{color:#fff;font-size:26px;font-weight:400;line-height:36px}.stageList,.stageSubliner{font-size:16px;line-height:20px}.stageList{display:flex;flex-direction:column;gap:8px;height:84px;list-style:none}.listSlant{color:#fe4409;font-weight:bolder;margin-right:8px}.listItem{align-items:flex-start;display:flex;justify-content:flex-start}.stageFooter{display:flex;font-size:12px;justify-content:space-between;line-height:16px;margin-top:54px}.footerR{color:#fe4409}@media screen and (max-width:480px){.stages{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.stages_heroText{font-size:38px;line-height:44px;margin:0 0 32px;padding:0}.stages_heroText p{padding:0 16px}.stages_stageContainer{flex-direction:column}}@media screen and (max-width:768px){.stageBtn{font-size:2px}.stageTitle{font-size:20px;line-height:24px}.stageSubliner{font-size:14px;line-height:18px;min-height:-webkit-fit-content;min-height:-moz-fit-content;min-height:fit-content}.stageList{font-size:12px;line-height:16px}.stageFooter{flex-direction:column;gap:8px}}
/*# sourceMappingURL=main.943c06fb.css.map*/