@import"https://fonts.bunny.net/css?family=barlow:100,200,300,400,500,600,700,800,900";*{box-sizing:border-box}html,body{background:#a5ecb5;font-family:Barlow,Arial,sans-serif;margin:0;padding:0;min-height:100vh;max-width:100vw;overflow-x:hidden}body.fixed{overflow:hidden}.page-404{height:100vh;width:100vw;overflow-x:hidden;overflow-y:hidden}ul,li{margin:0;padding:0}.container{max-width:calc(1440px + 12.5rem);padding:0 6.25rem;width:100%;margin:0 auto}@media screen and (max-width:768px){.container{padding:3.125rem}}@media screen and (max-width:512px){.container{max-width:100vw;padding:0 1rem}}html{font-size:16px}@media screen and (min-width:768px)and (max-width:1440px){html{font-size:1.19vw}}@media screen and (min-width:512px)and (max-width:768px){html{font-size:1.33vw}}@media screen and (max-width:512px){html{font-size:3.8vw}}h1,h2,h3,h4,h5,h6,p{font-family:Barlow,Arial,sans-serif;margin:0}h1{font-weight:700;font-size:4.375rem;line-height:1.4}@media screen and (max-width:512px){h1{font-size:4.375rem}}h2{font-weight:800;font-size:3rem;line-height:1}@media screen and (max-width:512px){h2{font-size:2rem}}h3{font-weight:800;font-size:2.25rem;line-height:1}@media screen and (max-width:512px){h3{font-size:1.625rem}}p{font-weight:400;font-size:1.375rem;line-height:1.4}@media screen and (max-width:512px){p{font-size:1.125rem}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}a,button{border:none;color:inherit;text-decoration:none}.btn{font-family:Barlow,Arial,sans-serif;cursor:pointer}.btn--primary{background:#fff;color:#233d12;padding:.5rem 1.25rem;width:fit-content;font-size:1.25rem;line-height:1.5;font-weight:600;border-radius:999rem;margin:0 auto;transition:ease-out;transition-duration:.3s}.btn--primary:hover{background:#ff4949;color:#fff}.btn--menu{width:fit-content;padding:.5rem 1rem;display:flex;flex-direction:row;gap:.625rem;background:#fff;color:#233d12;border-radius:999rem;font-weight:600;font-size:1.125rem;line-height:1;text-transform:lowercase;transition:ease-out;transition-duration:.3s;align-items:center;min-height:2.5rem}.btn--menu.shadow:hover{box-shadow:0 .25rem .5rem #0000004d}.btn--menu svg{fill:#233d12!important;transition:ease-out;transition-duration:.3s}.btn--menu--logo{display:flex;flex-direction:row;align-items:center;gap:3px;transition:ease-out;transition-duration:.3s}.btn--menu--logo svg:nth-child(1){width:.3125rem;height:.3125rem;aspect-ratio:1/1}@media screen and (max-width:512px){.btn--menu--logo svg:nth-child(1){width:5px;height:5px}}.btn--menu--logo svg:nth-child(2),.btn--menu--logo svg:nth-child(3){width:1.0625rem;height:1.0625rem;aspect-ratio:1/1}@media screen and (max-width:512px){.btn--menu--logo svg:nth-child(2),.btn--menu--logo svg:nth-child(3){width:17px;height:17px}}.btn--menu--text{margin-top:-3px}@media screen and (max-width:512px){.btn--menu--text{display:none}}@media screen and (min-width:512px){.btn--menu:hover{background:#233d12;color:#fff}.btn--menu:hover svg{fill:#fff!important;transition:ease-out;transition-duration:.3s}.btn--menu:hover svg:nth-child(1){width:.3125rem;height:.3125rem;aspect-ratio:1/1}.btn--menu:hover svg:nth-child(2),.btn--menu:hover svg:nth-child(3){width:1.0625rem;height:1.0625rem;aspect-ratio:1/1}.btn--menu:hover svg:nth-child(1){width:.25rem;height:.25rem}}@media screen and (min-width:512px)and (max-width:512px){.btn--menu:hover svg:nth-child(1){width:4px;height:4px}}@media screen and (min-width:512px){.btn--menu:hover svg:nth-child(2){rotate:-6deg}.btn--menu:hover svg:nth-child(2),.btn--menu:hover svg:nth-child(3){width:.875rem;height:.875rem}}@media screen and (min-width:512px)and (max-width:512px){.btn--menu:hover svg:nth-child(2),.btn--menu:hover svg:nth-child(3){width:14px;height:14px}}@media screen and (min-width:512px){.btn--menu:hover .btn--menu--logo{transform:rotate(90deg);gap:0;align-items:flex-start}}.btn--blue{background-color:#2c61a3;color:#fff;width:fit-content;border-radius:999rem;padding:.5rem 1.25rem;display:flex;flex-direction:row;gap:.625rem;align-items:center;font-size:1.25rem;line-height:1.5;font-weight:600;transition:ease-out;transition-duration:.3s}.btn--blue:hover{background-color:#ff4949}.btn--blue i{font-size:1.75rem}.notfound{position:relative;display:flex;align-items:center;justify-content:center}@media screen and (max-width:512px){.notfound{padding-top:155px;padding-bottom:100px}}.notfound .bg-cover{position:absolute;z-index:0;mix-blend-mode:multiply;opacity:.5}.notfound .bg-cover--circle{left:-26rem;top:-3.5rem;width:50.5rem;height:50.5rem;aspect-ratio:1/1;object-view-box:rect(0 0 50.5rem 50.5rem)}@media screen and (max-width:512px){.notfound .bg-cover--circle{width:318px;height:318px;left:-143px;top:-172px;object-view-box:rect(0 0 318px 318px)}}.notfound .bg-cover--logo{right:1rem;top:-4rem;width:37.3125rem;height:71.9375rem}@media screen and (max-width:512px){.notfound .bg-cover--logo{top:100px;width:270px;height:520px;right:-12px}}.notfound .container{position:relative;z-index:1}.notfound__inner{padding:3.15625rem 0;display:flex;flex-direction:column;gap:0;align-items:center;max-width:780px;margin:0 auto;text-align:center}@media screen and (max-width:512px){.notfound__inner{padding:0}}.notfound__heading{display:flex;flex-direction:column;gap:3.125rem;color:#233d12}@media screen and (max-width:512px){.notfound__heading{gap:.9375rem}.notfound__heading h1{font-size:2.875rem}}.header{position:fixed;padding:3.75rem 0;width:100%;color:#fff;height:fit-content;z-index:100;transition-delay:.3s;transition:ease-out;transition-duration:.3s}.header__pinned{padding:1.25rem 0}.header__pinned .header__logo{opacity:0}@media screen and (max-width:512px){.header{padding:1rem 0}}.header__inner{display:flex;flex-direction:row;justify-content:space-between}.header__logo{max-width:19.375rem;height:auto;transition:ease-out;transition-duration:.3s}.header__logo svg{width:19.375rem;height:5.8125rem;transition:ease-out;transition-duration:.3s}.header__logo svg *{transition:ease-out;transition-duration:.3s}@media screen and (max-width:512px){.header__logo{max-width:13.25rem}.header__logo svg{aspect-ratio:310/93;width:13.25rem}}.header__button{margin-top:1.5rem;pointer-events:auto}@media screen and (max-width:512px){.header__button{margin-top:1rem}}.menu{position:fixed;top:0;width:100%;background:#233d12;border-radius:0 0 3.75rem 3.75rem;transform:translateY(-100%);z-index:110;transition:ease-out;transition-duration:.4s}@media screen and (max-width:512px){.menu{border-radius:0 0 1.5rem 1.5rem}}.menu.active{transform:translateY(0);box-shadow:0 16px 24px #0000001a;border-bottom:1px solid rgba(0,0,0,.15)}.menu__container{max-width:1138px;padding:5rem 1.5rem;margin:0 auto}@media screen and (max-width:768px){.menu__container{padding:5rem}}@media screen and (max-width:512px){.menu__container{max-width:100vw;width:100%;padding:3.75rem 1.5rem}}.menu__inner{display:flex;flex-direction:row;justify-content:space-between}@media screen and (max-width:512px){.menu__inner{justify-content:normal;flex-direction:column;gap:2.5rem}}.menu__navigation{width:fit-content;display:flex;flex-direction:column;justify-content:space-between;gap:2.813rem}@media screen and (max-width:512px){.menu__navigation{gap:1.25rem}}.menu__item{display:flex;flex-direction:row;gap:1.5rem;width:fit-content;font-family:Barlow,Arial,sans-serif;font-size:3rem;line-height:1;font-weight:600;color:#fff}@media screen and (max-width:512px){.menu__item{gap:1.25rem;font-size:2rem}}.menu__item *{transition:ease-out;transition-duration:.3s}@media screen and (max-width:1024px){.menu__item:nth-child(1) svg{width:1.5rem;height:1.5rem}}@media screen and (max-width:512px){.menu__item:nth-child(1) svg{width:.75rem;height:.75rem}}.menu__item:nth-child(1):hover *{color:#a5ecb5;fill:#a5ecb5}.menu__item:nth-child(1):hover svg{left:calc(50% + .625rem)}@media screen and (min-width:512px)and (max-width:1024px){.menu__item:nth-child(2) svg{width:2.75rem;height:2.75rem}}.menu__item:nth-child(2):hover *{color:#ff4949;fill:#ff4949}.menu__item:nth-child(2):hover .menu__item--icon{rotate:10deg}@media screen and (min-width:512px)and (max-width:1024px){.menu__item:nth-child(3) svg{width:3.5rem;height:3.5rem}}.menu__item:nth-child(3):hover *{color:#f4d72f;fill:#f4d72f}.menu__item:nth-child(3):hover svg{width:4.125rem;height:4.125rem}@media screen and (max-width:512px){.menu__item:nth-child(3):hover svg{width:2.25rem;height:2.25rem}}@media screen and (min-width:512px)and (max-width:1024px){.menu__item:nth-child(4) svg{width:3rem;height:3rem}.menu__item:nth-child(4) .rect:last-child rect{transform:translate(calc(50% + .35rem),calc(50% - .925rem)) rotate(-45deg)}}.menu__item:nth-child(4):hover *{color:#e5daac;fill:#e5daac}.menu__item:nth-child(4):hover .rect:first-child rect{transform:translateY(calc(50% - .25rem)) rotate(-45deg)}.menu__item:nth-child(4):hover .rect:last-child rect{transform:translate(calc(50% + .25rem),calc(50% + .625rem)) rotate(-45deg)}@media screen and (min-width:512px)and (max-width:1024px){.menu__item:nth-child(4):hover .rect:last-child rect{transform:translate(calc(50% + .35rem),calc(50% + 1rem)) rotate(-45deg)}}.menu__item__inner{display:flex;flex-direction:row;gap:2.5rem;width:fit-content;white-space:nowrap;align-items:center}@media screen and (max-width:512px){.menu__item__inner{gap:1rem}}.menu__item--icon{position:relative;aspect-ratio:1/1;height:4.375rem}@media screen and (max-width:512px){.menu__item--icon{height:2.5rem}}.menu__item--icon svg{position:absolute;transform:translate(-50%,-50%);top:50%;left:50%;transform-origin:center center}@media screen and (max-width:512px){.menu__item--icon svg{height:1.875rem}}.menu__item--icon .rect:first-child rect{transform:translateY(calc(50% + .25rem)) rotate(-45deg)}.menu__item--icon .rect:last-child rect{transform:translate(calc(50% + .25rem),calc(50% - .625rem)) rotate(-45deg)}.menu__right{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end}@media screen and (max-width:512px){.menu__right{align-items:flex-start}}.menu__right__inner{display:flex;flex-direction:column;gap:3.75rem}@media screen and (max-width:512px){.menu__right__inner{gap:3.125rem}}.menu__right--links{display:flex;flex-direction:column;align-items:flex-end;gap:1.875rem}@media screen and (max-width:512px){.menu__right--links{gap:1.875rem;align-items:flex-start}}.menu__right--links a{color:#fff;font-size:1.5rem;line-height:1;font-weight:600;display:flex;flex-direction:row;gap:.5rem;align-items:center}.menu__right--links a:hover{color:#a5ecb5}.menu__right--links a:hover *{fill:#a5ecb5}.menu__right--links a:hover span:after{background-color:#a5ecb5}@media screen and (max-width:512px){.menu__right--links a{font-size:1.25rem}}.menu__right--links a *{transition:ease-out;transition-duration:.3s}.menu__right--links a span{position:relative}.menu__right--links a span:after{content:"";position:absolute;bottom:0;left:0;height:1px;width:100%;background-color:#fff;transition:ease-out;transition-duration:.3s}.menu__right--links a svg{width:1.25rem;height:1.25rem}.menu__right__bottom__link{margin-top:2rem}.menu__close{width:fit-content;background:none;border:none;cursor:pointer;padding:0;margin:0}.menu__close *{transition:ease-out;transition-duration:.3s}.menu__close:hover *{fill:#f4d72f}@media screen and (max-width:512px){.menu__close{position:absolute;top:1.875rem;right:1.5rem}}.menu__contact{display:flex;flex-direction:column;gap:1.25rem;align-items:flex-end}@media screen and (max-width:512px){.menu__contact{align-items:flex-start}}.menu__contact__item{font-size:1.5rem;line-height:1;font-weight:600;color:#fff;font-family:Barlow,Arial,sans-serif;display:flex;flex-direction:row;gap:.5rem}.menu__contact__item.tel .arrow{fill:transparent}.menu__contact__item.tel>svg{width:1.25rem;height:1.25rem}.menu__contact__item.mail{color:#f4d72f}.menu__contact__item.mail .menu__contact__item--icon{aspect-ratio:unset;width:1.75rem}.menu__contact__item.mail span{position:relative}.menu__contact__item.mail span:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background-color:#a5ecb5;opacity:0;transition:ease-out;transition-duration:.4s}.menu__contact__item.mail div.icon{position:absolute}.menu__contact__item.mail .standard{opacity:1}.menu__contact__item.mail .hovered{opacity:0}.menu__contact__item:hover.mail span:after{content:"";opacity:1}.menu__contact__item:hover.mail .standard{opacity:0}.menu__contact__item:hover.mail .hovered{opacity:1}.menu__contact__item:hover.tel * .arrow{fill:#a5ecb5!important}.menu__contact__item:hover *{color:#a5ecb5;fill:#a5ecb5}.menu__contact__item--icon{height:100%;aspect-ratio:1/1;min-height:1.375rem}.menu__contact__item *{transition:ease-out;transition-duration:.4s}.hero{padding-top:13.6rem;padding-bottom:8rem;position:relative}@media screen and (max-width:512px){.hero{padding-top:155px;padding-bottom:100px}}.hero .bg-cover{position:absolute;z-index:0;mix-blend-mode:multiply;opacity:.5}.hero .bg-cover--circle{left:-26rem;top:-3.5rem;width:50.5rem;height:50.5rem;aspect-ratio:1/1;object-view-box:rect(0 0 50.5rem 50.5rem)}@media screen and (max-width:512px){.hero .bg-cover--circle{width:318px;height:318px;left:-143px;top:-172px;object-view-box:rect(0 0 318px 318px)}}.hero .bg-cover--logo{right:1rem;top:-4rem;width:37.3125rem;height:71.9375rem}@media screen and (max-width:512px){.hero .bg-cover--logo{top:100px;width:270px;height:520px;right:-12px}}.hero .container{position:relative;z-index:1}.hero__inner{padding:3.15625rem 0;display:flex;flex-direction:column;gap:0;align-items:center}@media screen and (max-width:512px){.hero__inner{padding:0}}.hero__heading,.hero__text{color:#233d12}.hero__heading{padding-bottom:3.125rem;display:flex;flex-direction:column;gap:1.1875rem;width:100%;max-width:57rem}@media screen and (max-width:768px){.hero__heading{max-width:unset}}@media screen and (max-width:512px){.hero__heading{gap:.9375rem}}.hero__heading__line{display:flex;flex-direction:row;align-items:center;height:fit-content}@media screen and (max-width:512px){.hero__heading__line{flex-direction:column;height:fit-content}}.hero__heading__line h1{display:flex;flex-direction:row;align-items:center;gap:1.25rem;font-weight:700;font-size:4.375rem;line-height:1.14999;position:relative;white-space:nowrap;height:fit-content;margin:0}@media screen and (max-width:512px){.hero__heading__line h1{flex-direction:column;font-size:2.375rem;gap:.625rem;height:fit-content}}.hero__heading__line h1>span{background-color:#fff;padding:.5625rem 1.875rem;border-radius:3.75rem;margin-top:.25rem;line-height:1;font-weight:800;width:fit-content;transition:ease-out;transition-duration:.3s}@media screen and (max-width:512px){.hero__heading__line h1>span{margin-top:0;padding:.46875rem 1rem .25rem}}.hero__heading__line h1>span.red{color:#ff4949}.hero__heading__line h1>span.red svg{width:2.625rem;aspect-ratio:1/1;fill:#ff4949;object-view-box:rect(0 0 2.625rem 2.625rem)}@media screen and (max-width:512px){.hero__heading__line h1>span.red svg{width:1.75rem}}.hero__heading__line h1>span.blue{color:#2c61a3}.hero__heading__line h1>span.blue svg{width:2.375rem;aspect-ratio:1/1;fill:#2c61a3;object-view-box:rect(0 0 2.375rem 2.375rem)}@media screen and (max-width:512px){.hero__heading__line h1>span.blue svg{width:1.75rem;margin-top:.1rem}}.hero__heading__line h1>span>.words{display:inline-block;overflow:hidden;vertical-align:middle;height:4.8rem;position:relative}@media screen and (max-width:512px){.hero__heading__line h1>span>.words{height:2.75rem;vertical-align:top}}.hero__heading__line h1>span>.words>.words-inner{display:block;position:relative;z-index:10;width:fit-content;height:fit-content;margin-top:-.1rem}@media screen and (max-width:512px){.hero__heading__line h1>span>.words>.words-inner{height:2.25rem}}.hero__heading__line h1>span>.words>.words-inner>span{margin:-.4rem 0 0;height:4.375rem;position:absolute;display:inline-block;vertical-align:top}@media screen and (max-width:512px){.hero__heading__line h1>span>.words>.words-inner>span{height:2.25rem;margin:0}}.hero__text{max-width:560px;width:100%}@media screen and (max-width:512px){.hero__text{display:none}}.hero__text p{font-family:Barlow,Arial,sans-serif;font-weight:600;font-size:2rem;line-height:1.4;text-align:center}.about{position:relative;z-index:10;padding-bottom:8.75rem}@media screen and (max-width:512px){.about{padding-bottom:5.625rem}}.about__inner{display:grid;grid-template-columns:repeat(3,1fr);column-gap:1.5625rem;row-gap:2.6875rem}@media screen and (max-width:512px){.about__inner{display:flex;flex-direction:column;gap:1.25rem}}.about__text{padding:3.75rem 1.875rem 1.875rem;display:flex;flex-direction:column;gap:1.5625rem;color:#233d12}@media screen and (max-width:512px){.about__text{padding:0}}.about__video{border-radius:1.5rem;grid-column:span 2;overflow:hidden;aspect-ratio:868/433}@media screen and (max-width:512px){.about__video{border-radius:1.125rem}}.about__video iframe{width:100%;height:100%;border-radius:1.5rem}@media screen and (max-width:512px){.about__video iframe{border-radius:1.125rem}}.about__usp{background-color:#89e49c;border-radius:1.5rem;padding:1.875rem;display:flex;flex-direction:column;gap:.9375rem}@media screen and (max-width:512px){.about__usp{border-radius:1.125rem}}.about__usp.link{background-color:#fff;transition:ease-out;transition-duration:.3s}.about__usp.link h3{color:#ff4949;display:flex;flex-direction:row;gap:0;align-items:flex-end}.about__usp.link h3 span{display:inline-block;transition:ease-out;transition-duration:.3s}.about__usp.link h3 span:first-of-type{font-size:1.75rem;padding-right:.4625rem;padding-bottom:.125rem;margin-left:0}.about__usp.link h3 svg{width:1.625rem;height:1.625rem}.about__usp.link:hover h3 span:first-of-type{margin-left:.4625rem;padding-right:0}.about__usp h3{color:#233d12}.about__usp p{font-size:1.125rem;line-height:1.2;font-weight:500;color:#595655}@media screen and (min-width:512px)and (max-width:768px){.about__usp p{font-size:1.25rem}}.services{background-color:#ff4949;padding:3.75rem 0;position:relative;overflow:hidden;border-radius:2.75rem}@media screen and (max-width:512px){.services{padding:2rem 0 3.25rem;border-radius:1.5rem}}.services .bg-cover{position:absolute;width:fit-content;height:100%;top:-6.5625rem;right:3.5rem;left:auto;z-index:0}@media screen and (max-width:512px){.services .bg-cover{top:24.125rem;right:auto;left:3rem}}.services .bg-cover svg{width:51.0625rem;height:51.0625rem;fill:#ff6b74}@media screen and (max-width:512px){.services .bg-cover svg{width:46.75rem;height:46.75rem}}.services__inner{display:flex;flex-direction:column;gap:2.1875rem;position:relative;z-index:10}.services__title{padding:0 1.875rem}.services__title h2{color:#fff}.services__list{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;width:100%}@media screen and (max-width:768px){.services__list{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:512px){.services__list{display:flex;flex-direction:column}}.services__laravel{background-color:#fff;margin:.9375rem 6.625rem 0;height:fit-content;border-radius:2.75rem;padding:2.8125rem;display:flex;flex-direction:row;gap:3.5rem}@media screen and (max-width:768px){.services__laravel{margin:.9375rem 0 0}}@media screen and (max-width:512px){.services__laravel{margin:0;flex-direction:column;gap:1.75rem;padding:1.5rem;border-radius:1.25rem}}.services__laravel__image{max-width:28.125rem;position:relative;height:auto;overflow:hidden;border-radius:.75rem;flex-grow:1}@media screen and (max-width:512px){.services__laravel__image{min-height:14.3975rem}}.services__laravel__image img{position:absolute;top:0;left:0;width:100%;height:100%;object-position:center;object-fit:cover}.services__laravel__text{margin:.9375rem 0;color:#233d12}.services__laravel__text h2{margin-bottom:1.875rem;font-size:2.25rem;line-height:1.1;color:#ff4949}.services__laravel__text p{font-size:1rem;line-height:1.4;max-width:31.25rem}@media screen and (min-width:512px)and (max-width:768px){.services__laravel__text p{font-size:1.1rem}}.service{border:1px solid #ffffff;flex-grow:1;padding:1.5rem;border-radius:.75rem;display:flex;flex-direction:column;gap:.625rem;align-items:center;transition:ease-out;transition-duration:.3s}.service:hover,.service.is-active{background-color:#fff}.service:hover .service__icon svg,.service:hover .service__icon rect,.service.is-active .service__icon svg,.service.is-active .service__icon rect{fill:#a5ecb5}.service:hover .service__text,.service.is-active .service__text{color:#ff4949}.service *{transition:ease-out;transition-duration:.3s}.service__icon{position:relative}.service__icon--2 svg>.rect{transform:rotate(18deg)}.service__icon--3 svg>.rect{transform:rotate(45deg)}.service__icon--4 svg>.rect{transform:rotate(-18deg)}.service__icon svg{width:8.0625rem;height:8.0625rem}.service__icon svg .rect{transform-origin:center center}.service__icon--number{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#ff4949}.service__icon--number span{font-weight:800;line-height:1;font-size:3rem}.service__text{color:#fff;display:flex;flex-direction:column;gap:.9375rem;padding-bottom:1.1rem}.service__text h3{font-weight:700;font-size:1.625rem}@media screen and (min-width:512px)and (max-width:768px){.service__text h3{font-size:1.825rem}}@media screen and (max-width:512px){.service__text h3{font-size:1.25rem}}.service__text p{font-size:1.1rem;line-height:1.4;font-weight:400}@media screen and (min-width:512px)and (max-width:768px){.service__text p{font-size:1.25rem}}.usp{padding:6.25rem 0}@media screen and (max-width:512px){.usp{padding:3.125rem 0}}.usp__inner{display:flex;flex-direction:row;gap:3.125rem;color:#233d12}@media screen and (max-width:512px){.usp__inner{flex-direction:column;gap:.8725rem}}.usp__inner h2{width:fit-content;height:fit-content;align-items:center;padding-left:1.875rem}@media screen and (max-width:512px){.usp__inner h2{padding-left:0}}.usp__inner h2{transform-origin:center center;white-space:nowrap;font-size:4.375rem;line-height:1;font-weight:700}@media screen and (max-width:768px){.usp__inner h2{font-size:3.375rem}}@media screen and (max-width:512px){.usp__inner h2{white-space:normal;font-size:2.25rem;margin-bottom:1.25rem}}.usp__inner p{padding:1.46875rem 1.875rem 1.46875rem 0}@media screen and (max-width:512px){.usp__inner p{padding:0}}.projects{background-color:#233d12;border-radius:2.75rem 2.75rem 0 0}@media screen and (max-width:512px){.projects{border-radius:1.5rem 1.5rem 0 0}}.projects__outer{padding:6.25rem 4.375rem}@media screen and (max-width:512px){.projects__outer{padding:3.125rem 0}}.projects__inner{height:fit-content;display:flex;flex-direction:column;gap:7.5rem}@media screen and (max-width:512px){.projects__inner{gap:3.125rem}}.projects__inner.left .projects__project:nth-child(2n) .project__inner{grid-template-columns:52% 48%}.projects__inner.left .projects__project:nth-child(2n) .project__text{padding:0 1.9375rem 0 3.375rem}@media screen and (max-width:512px){.projects__inner.left .projects__project:nth-child(2n) .project__text{padding:0}}.projects__inner.left .projects__project:nth-child(odd) .project__inner{grid-template-columns:48% 52%}.projects__inner.left .projects__project:nth-child(odd) .project__image{order:2}@media screen and (max-width:512px){.projects__inner.left .projects__project:nth-child(odd) .project__image{order:unset}}.projects__inner.left .projects__project:nth-child(odd) .project__text{padding:0 3.375rem 0 0}@media screen and (max-width:512px){.projects__inner.left .projects__project:nth-child(odd) .project__text{padding:.9375rem 0}}.projects__inner.right .projects__project:nth-child(odd) .project__inner{grid-template-columns:52% 48%}.projects__inner.right .projects__project:nth-child(odd) .project__text{padding:3.1875rem 1.9375rem 3.1875rem 3.375rem}@media screen and (max-width:512px){.projects__inner.right .projects__project:nth-child(odd) .project__text{padding:0}}.projects__inner.right .projects__project:nth-child(2n) .project__inner{grid-template-columns:48% 52%}.projects__inner.right .projects__project:nth-child(2n) .project__image{order:2}@media screen and (max-width:512px){.projects__inner.right .projects__project:nth-child(2n) .project__image{order:unset}}.projects__inner.right .projects__project:nth-child(2n) .project__text{padding:3.1875rem 3.375rem 3.1875rem 0}@media screen and (max-width:512px){.projects__inner.right .projects__project:nth-child(2n) .project__text{padding:.9375rem 0}}.project{color:#fff}.project__inner{display:grid;align-items:center}@media screen and (max-width:512px){.project__inner{display:flex;flex-direction:column;gap:1.875rem}}.project__image{position:relative;width:100%;height:auto;border-radius:1.25rem;overflow:hidden;aspect-ratio:307/283}@media screen and (max-width:512px){.project__image{min-height:18rem}}.project__image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.project__text{display:flex;flex-direction:column;gap:1.25rem}.project__text--icon{max-height:61px}.project__text--icon img{width:auto;height:3.8125rem}.project__text--content{display:flex;flex-direction:column;gap:1.25rem}.project__text--content h2{color:#f4d72f;line-height:1.1;font-weight:700}.project__text--content p{color:#fff;font-size:1.125rem;line-height:1.5;font-weight:400;word-break:keep-all}.project__text--content a{text-decoration:underline;padding-right:1rem;position:relative;transition:ease-out;transition-duration:.3s}.project__text--content a:hover,.project__text--content a:hover *{color:#a5ecb5}.project__text--content a:after{content:"";font-family:"Font Awesome 5 Pro";font-weight:400;font-size:.85rem;line-height:1;position:absolute;right:.1rem;bottom:.375rem;transition:ease-out;transition-duration:.3s}.project__text--tags{padding-top:1.25rem;color:#a5ecb5;display:flex;flex-direction:row;flex-wrap:wrap;gap:.5rem}.project__text--tags .label{display:inline-block;padding:.25rem .625rem .375rem;border:1px solid #A5ECB5;border-radius:999rem}.footer{position:relative;z-index:1;background-color:#fff;border-radius:2.75rem 2.75rem 0 0;margin-top:-3rem}.footer__container{max-width:1034px;margin:0 auto}@media screen and (max-width:512px){.footer__container{padding:0 1.5rem;width:100%}}.footer__inner{padding:5rem 5.25rem 1.875rem}@media screen and (max-width:512px){.footer__inner{padding:2.5rem 0 0}}.footer__cta{display:flex;flex-direction:row;gap:3.125rem;border-bottom:1px solid #595655}@media screen and (max-width:512px){.footer__cta{flex-direction:column;gap:1.875rem}}.footer__cta--logo{flex-grow:1;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;max-width:116px}@media screen and (max-width:512px){.footer__cta--logo{justify-content:center;max-width:unset}}.footer__cta--logo .logo__dot,.footer__cta--logo .logo__circle,.footer__cta--logo .logo__square{fill:#ff4949}.footer__cta--logo .logo__dot{width:1.25rem;height:1.25rem;margin-left:1.1484375rem}@media screen and (max-width:512px){.footer__cta--logo .logo__dot{width:1rem;height:1rem;margin-left:0}}.footer__cta--logo .logo__dot.bounce{animation-name:bounce;transform-origin:center bottom;animation-duration:1.5s;animation-fill-mode:both;animation-iteration-count:infinite}@media screen and (max-width:512px){.footer__cta--logo .logo__dot.bounce{animation:none}}.footer__cta--logo .logo__circle,.footer__cta--logo .logo__square{width:5.25rem;height:5.25rem}@media screen and (max-width:512px){.footer__cta--logo .logo__circle,.footer__cta--logo .logo__square{width:4rem;height:4rem;margin-left:0}}.footer__cta--logo .logo__square{transform:rotate(-8deg)}.footer__cta--text{max-width:700px;font-family:Barlow,Arial,sans-serif;padding-bottom:2.5rem}.footer__cta--text h2{font-size:4.375rem;line-height:1;font-weight:800;color:#ff4949;margin-top:0;margin-bottom:1.5625rem}@media screen and (max-width:512px){.footer__cta--text h2{font-size:2.375rem}}.footer__cta--text p{margin:0;padding:0;font-weight:400;line-height:1.5;font-size:1.375rem}@media screen and (max-width:512px){.footer__cta--text p{font-size:1.125rem}}.footer__cta--text>p:last-of-type{margin-bottom:1.5625rem}.footer__info{padding:1.875rem 0 1.5625rem;display:grid;grid-template-columns:repeat(3,1fr);color:#595655;border-bottom:1px solid #595655}@media screen and (max-width:512px){.footer__info{display:flex;flex-direction:column;gap:1.5625rem}}.footer__info--address{display:flex;flex-direction:column;gap:.3125rem}.footer__info--address p{margin:0;font-weight:400;font-size:1.125rem;line-height:1.5}.footer__info--address p:first-child{font-weight:700;font-size:1.125rem;line-height:1}.footer__info--mail{display:inline-flex;height:fit-content;justify-content:flex-end}@media screen and (max-width:512px){.footer__info--mail{justify-content:flex-start}}.footer__info--item{font-size:1.5rem;line-height:1;font-weight:700;font-family:Barlow,Arial,sans-serif;display:flex;flex-direction:row;gap:.5rem;width:fit-content}.footer__info--item svg{width:1.25rem;height:1.375rem}.footer__info--item.tel{fill:#595655}.footer__info--item.tel.arrow{fill:transparent}.footer__info--item.mail{color:#595655}.footer__info--item.mail span{position:relative}.footer__info--item.mail div.icon{position:absolute}.footer__info--item.mail .standard{opacity:1}.footer__info--item.mail .hovered{opacity:0}.footer__info--item:hover.mail span:after{content:"";opacity:1}.footer__info--item:hover.mail .standard{opacity:0}.footer__info--item:hover.mail .hovered{opacity:1}.footer__info--item:hover.tel * .arrow{fill:#ff4949!important}.footer__info--item:hover *{color:#ff4949;fill:#ff4949}.footer__info--item--icon{height:100%;aspect-ratio:1/1;min-height:1.38rem;min-width:1.75rem;display:flex;justify-content:center;align-items:center}.footer__info--item *{transition:ease-out;transition-duration:.4s}.footer__logos{margin-top:1.25rem;display:grid;grid-template-columns:repeat(3,1fr);height:fit-content}@media screen and (max-width:512px){.footer__logos{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}}.footer__logo{display:flex}.footer__logo:nth-child(1){justify-content:flex-start}.footer__logo:nth-child(1) svg{width:8rem;height:3rem}.footer__logo:nth-child(3){justify-content:flex-end}@media screen and (max-width:512px){.footer__logo:nth-child(3){justify-content:flex-start}}.footer__logo:nth-child(3) svg{width:17.3125rem;height:3rem}.footer__bottom{display:flex;flex-direction:row;justify-content:space-between;padding:2.5rem 0 1.875rem}@media screen and (max-width:1024px){.footer__bottom{padding:2.5rem 3.5rem 1.875rem}}@media screen and (max-width:512px){.footer__bottom{flex-direction:column;gap:.75rem;padding:.625rem 0 1.875rem}}.footer__bottom a *{transition:ease-out;transition-duration:.3s}.footer__bottom a>span{position:relative}.footer__bottom a>span:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background-color:#595655;opacity:1;transition:ease-out;transition-duration:.3s}.footer__bottom a:hover{color:#ff4949}.footer__bottom a:hover *{fill:#ff4949}.footer__bottom a:hover span:after{background-color:#ff4949}.footer__bottom--item{margin:0;display:flex;flex-direction:row;align-items:center;gap:.125rem;font-size:.9375rem;line-height:1.5;font-weight:500;color:#595655}.footer__bottom--item svg{fill:#595655;width:.75rem;height:.75rem}.footer-image{width:100%;height:37.5vh;max-height:600px;min-height:300px;background-position:top center;background-repeat:no-repeat;background-size:cover;background-attachment:fixed}@media screen and (min-width:1440px){.footer-image{max-height:800px;height:42.5rem}}@media screen and (max-width:1024px){.footer-image{background-attachment:scroll;height:25rem}}.directions__image{height:28.125rem;width:100%;position:relative;z-index:1}.directions__image img{width:100%;height:100%;position:absolute;top:0;left:0;object-position:center;object-fit:cover}.directions__container{max-width:55rem;margin:0 auto;position:relative;z-index:2}.directions__inner{margin-top:-6.25rem;margin-bottom:10rem;border-radius:3.75rem;padding:2.5rem;color:#233d12;background:#a5ecb5}.directions__inner h1{margin-bottom:1.875rem;font-size:3rem;line-height:1.15;font-weight:700}.directions__inner p{font-size:1.25rem;line-height:1.4;font-weight:400}.directions__inner--list{margin-top:3.125rem;display:flex;flex-direction:column;gap:1.875rem}.direction{background:#fff;padding:1.875rem;border-radius:1.5rem;display:flex;flex-direction:row;gap:2.8125rem}.direction h2{color:#ff4949;font-size:2.25rem;line-height:1;min-width:12.5rem;height:100%}.direction__text{align-self:center;display:flex;flex-direction:column;gap:1.25rem}.direction__text p{color:#595655;font-size:1rem;line-height:1.4;font-weight:500}.direction__text a{color:#ff4949}
