body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}html{margin:0;padding:0;scroll-behavior:smooth}.App{width:100%}:root{--bluemenu:#222c2b;--bluemenualfa:#222c2bbd;--hovernav:#8fc1b5;--graybg:#3e3e3e;--textcolor:#fff;--texcoloralfa:#ffffff57;--maintitlemobile:400 2.2rem/normal Playfair Display;--maintitle:400 4rem/normal Playfair Display;--text:300 1.25rem/normal Fira Sans;--subtitle:400 2.5rem/normal Playfair Display;--formtext:400 1.25rem/normal Playfair Display;--strongtext:500 1.5rem/normal Fira Sans;--basictitle:400 2.25rem/normal Playfair Display}@media (min-width:769px){.navContainer{align-items:center;background-color:var(--bluemenualfa);-webkit-column-gap:2rem;column-gap:2rem;display:flex;flex-direction:row;justify-content:space-between;position:fixed;width:100%;z-index:20}.nav_header{padding:0 3rem;width:50%}.nav_dinamicMenu{align-items:center;-webkit-column-gap:2rem;column-gap:2rem;display:flex;flex-direction:row;justify-content:center;width:50%}}@media (max-width:768px){.navContainer{display:flex;flex-direction:column;left:0;overflow:hidden;position:fixed;top:0;width:100%;z-index:20}.nav_header{-webkit-column-gap:3rem;column-gap:3rem;flex-direction:row;height:20vh;z-index:10}.nav_dinamicMenu,.nav_header{align-items:center;display:flex;width:100%}.nav_dinamicMenu{background-color:var(--bluemenu);flex-direction:column;justify-content:center;row-gap:4rem}.--close{-webkit-animation:slide-out-top .5s cubic-bezier(.55,.085,.68,.53) both;animation:slide-out-top .5s cubic-bezier(.55,.085,.68,.53) both}@-webkit-keyframes slide-out-top{0%{height:80vh;opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}to{height:0;opacity:0;-webkit-transform:translateY(-1000px);transform:translateY(-1000px)}}@keyframes slide-out-top{0%{height:80vh;opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}to{height:0;opacity:0;-webkit-transform:translateY(-1000px);transform:translateY(-1000px)}}.--open{-webkit-animation:slide-in-top .5s cubic-bezier(.25,.46,.45,.94) both;animation:slide-in-top .5s cubic-bezier(.25,.46,.45,.94) both}@-webkit-keyframes slide-in-top{0%{height:0;opacity:0;-webkit-transform:translateY(-1000px);transform:translateY(-1000px)}to{height:80vh;opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slide-in-top{0%{height:0;opacity:0;-webkit-transform:translateY(-1000px);transform:translateY(-1000px)}to{height:80vh;opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.--disabled{-webkit-animation:opacity-out .5s cubic-bezier(.55,.085,.68,.53) both;animation:opacity-out .5s cubic-bezier(.55,.085,.68,.53) both}@-webkit-keyframes opacity-out{0%{background-color:var(--bluemenu)}to{background-color:var(--bluemenualfa)}}@keyframes opacity-out{0%{background-color:var(--bluemenu)}to{background-color:var(--bluemenualfa)}}.--enabled{-webkit-animation:opacity-in .5s cubic-bezier(.25,.46,.45,.94) both;animation:opacity-in .5s cubic-bezier(.25,.46,.45,.94) both}@-webkit-keyframes opacity-in{0%{background-color:var(--bluemenualfa)}to{background-color:var(--bluemenu)}}@keyframes opacity-in{0%{background-color:var(--bluemenualfa)}to{background-color:var(--bluemenu)}}}@media (min-width:769px){.nav_icon{display:none}}@media (max-width:768px){.nav_icon{align-items:center;border:.016rem solid var(--textcolor);color:var(--textcolor);display:flex;font-size:3rem;height:3rem;justify-content:center;width:3rem}.--up{-webkit-animation:rotate-180-cw .4s cubic-bezier(.25,.46,.45,.94) both;animation:rotate-180-cw .4s cubic-bezier(.25,.46,.45,.94) both}@-webkit-keyframes rotate-180-cw{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(180deg);transform:rotate(180deg)}}@keyframes rotate-180-cw{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(180deg);transform:rotate(180deg)}}@-webkit-keyframes rotate-0-cw{0%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}to{-webkit-transform:rotate(0);transform:rotate(0)}}.--down{-webkit-animation:rotate-0-cw .4s cubic-bezier(.25,.46,.45,.94) both;animation:rotate-0-cw .4s cubic-bezier(.25,.46,.45,.94) both}@keyframes rotate-0-cw{0%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}to{-webkit-transform:rotate(0);transform:rotate(0)}}.--checked{-webkit-animation:bg-color .4s cubic-bezier(.25,.46,.45,.94) both;animation:bg-color .4s cubic-bezier(.25,.46,.45,.94) both}@-webkit-keyframes bg-color{0%{background-color:hsla(0,0%,100%,0)}to{background-color:hsla(0,0%,100%,.301)}}@keyframes bg-color{0%{background-color:hsla(0,0%,100%,0)}to{background-color:hsla(0,0%,100%,.301)}}.--unchecked{-webkit-animation:bg-color-out .4s cubic-bezier(.25,.46,.45,.94) both;animation:bg-color-out .4s cubic-bezier(.25,.46,.45,.94) both}@-webkit-keyframes bg-color-out{0%{background-color:hsla(0,0%,100%,.301)}to{background-color:hsla(0,0%,100%,0)}}@keyframes bg-color-out{0%{background-color:hsla(0,0%,100%,.301)}to{background-color:hsla(0,0%,100%,0)}}}.nav_links{color:var(--textcolor);font:var(--formtext);transition:.5s}.nav_links:hover{color:var(--hovernav)}@media (min-width:769px){.bioContainer{align-items:flex-start;background-color:var(--bluemenu);display:flex;flex-direction:row;justify-content:flex-start;width:100%}.bio_textContainer{flex-direction:column;height:23rem;margin:3rem;width:74rem}.bio_imgContainer,.bio_textContainer{align-items:center;display:flex;justify-content:center}.bio_imgContainer{height:auto;overflow:hidden;width:32rem}.bio_img{height:auto;max-width:70%;object-fit:cover}.bio_h2{font:var(--subtitle)}.bio_h2,.bio_h3{color:var(--textcolor)}.bio_h3{font:var(--strongtext)}.bio_p{color:var(--textcolor);font:var(--text)}}@media (max-width:768px){.bioContainer{background-color:var(--graybg);height:100%;width:100%}.bioContainer,.bio_textContainer{align-items:center;display:flex;flex-direction:column;justify-content:center}.bio_textContainer{margin:3rem;width:85%}.bio_imgContainer{align-items:center;display:flex;height:50%;justify-content:center;overflow:hidden;width:100%}.bio_img{height:auto;max-width:100%;object-fit:cover}.bio_h2{font:var(--subtitle)}.bio_h2,.bio_h3{color:var(--textcolor)}.bio_h3{font:var(--strongtext)}.bio_p{color:var(--textcolor);font:var(--text)}}@media (min-width:769px){.casesCard{color:var(--textcolor);display:flex;height:64.063rem;position:relative;width:60%;z-index:1}.card_texBox{padding:3rem}.card_h3{font:var(--basictitle)}.card_h4{font:var(--strongtext)}.card_p{font:var(--text)}}@media (max-width:768px){.casesCard{color:var(--textcolor);display:flex;position:relative;width:100%;z-index:1}.card_texBox{padding:2rem}.card_h3{font:var(--basictitle)}.card_h4{font:var(--strongtext)}.card_p{font:var(--text)}}.--bg1{background-image:url(https://i.imgur.com/0ukrsRZ.png)}.--bg2{background-image:url(https://i.imgur.com/Qes9Btq.png)}.--bg3{background-image:url(https://i.imgur.com/HcK86kP.png)}.--bg4{background-image:url(https://i.imgur.com/TcN5uB5.png)}.--bg5{background-image:url(https://i.imgur.com/161TwIh.png)}.--bg6{background-image:url(https://i.imgur.com/vNtflVI.png)}@media (min-width:769px){.cases{background-color:var(--bluemenu);flex-direction:column}.cases,.cases_row{align-items:center;display:flex;justify-content:center}.cases_row{-webkit-column-gap:2rem;column-gap:2rem;flex-direction:row;padding:0 2rem}}@media (max-width:768px){.cases{background-color:var(--bluemenu)}.cases,.cases_row{align-items:center;display:flex;flex-direction:column;justify-content:center}}.bodyBtn{color:var(--textcolor);font:var(--text)}.--t1{align-items:center;background-color:var(--bluemenualfa);border:.016rem solid var(--textcolor);box-shadow:2px 2px 5px rgba(0,0,0,.6);display:flex;height:.5rem;justify-content:center;padding:1rem;transition:.5s ease-in-out;width:8.5rem}.--t1:hover{background-color:var(--texcoloralfa)}.--t2{align-items:center;border:.016rem solid var(--textcolor);box-shadow:2px 2px 5px rgba(0,0,0,.6);display:flex;height:.5rem;justify-content:center;padding:1rem;transition:.5s ease-in-out;width:8.5rem}.--t2,.--t2:hover{background-color:var(--bluemenualfa)}.--t2:hover{border-radius:1rem}.--t3{align-items:center;border:.016rem solid var(--textcolor);box-shadow:2px 2px 5px rgba(0,0,0,.6);display:flex;font-size:2rem;height:2.5rem;justify-content:center;transition:.5s ease-in-out;width:2.5rem}.--t3:hover{background-color:var(--texcoloralfa)}@media (min-width:769px){.ctaContainer{align-items:center;display:flex;flex-direction:column;height:50vh;justify-content:center;width:100%}.cta_title{color:var(--textcolor);font:var(--subtitle);text-align:center}.cta-Separator{background-color:var(--textcolor);height:.3rem;margin-bottom:3rem;width:30rem}.cta_btn{align-items:center;-webkit-column-gap:2rem;column-gap:2rem;display:flex;flex-direction:row;justify-content:center;width:100%}}@media (max-width:768px){.ctaContainer{align-items:center;display:flex;flex-direction:column;height:50vh;justify-content:center;width:100%}.cta_title{color:var(--textcolor);font:var(--subtitle);text-align:center}.cta-Separator{background-color:var(--textcolor);height:.3rem;margin-bottom:3rem;width:10rem}.cta_btn{align-items:center;-webkit-column-gap:2rem;column-gap:2rem;display:flex;flex-direction:row;justify-content:center;width:100%}}.--ctaParalax{background-attachment:fixed;background-image:url(https://i.imgur.com/8ItMmae.png);background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;z-index:0}@media (min-width:769px){.form_p{color:var(--textcolor);font:var(--maintitle)}.contactFrm{background-color:gray;background-image:url(https://i.imgur.com/Vwx9GJR.png);background-size:cover;flex-direction:column;justify-content:center}.contactFrm,.form_form{align-items:center;display:flex;flex-wrap:wrap;row-gap:2rem}.form_form{-webkit-column-gap:0;column-gap:0;flex-direction:row;height:80%;justify-content:space-between;padding-bottom:3rem;width:60%}.form_lt{color:var(--textcolor);font:var(--formtext);width:20%}.form_ltInput{background-color:initial;border:1px solid #fff;height:2rem;width:100%}.form_ltInput:focus{background-color:hsla(0,0%,100%,.6);outline:none}.form_lg{color:var(--textcolor);font:var(--formtext);width:100%}.form_lgInput{background-color:initial;border:1px solid #fff;height:5%;width:100%}.form_lgInput:focus{background-color:hsla(0,0%,100%,.6);outline:none}.form_btn{width:100%}.form_btnInput{background-color:initial;border:1px solid #fff;color:var(--textcolor);font:var(--formtext);height:3rem;transition:.5s ease-in-out;width:100%}.form_btnInput:hover{background-color:#ffffff56;box-shadow:inset 0 0 10px rgba(0,0,0,.2)}.form_btnInput:active{background-color:#ffffff8e;box-shadow:inset 0 0 10px rgba(0,0,0,.2)}}@media (max-width:768px){.form_p{color:var(--textcolor);font:var(--maintitlemobile)}.contactFrm{background-color:gray;background-image:url(https://i.imgur.com/Vwx9GJR.png);background-size:cover;width:100%}.contactFrm,.form_form{align-items:center;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center;row-gap:2rem}.form_form{-webkit-column-gap:0;column-gap:0;height:80%;padding-bottom:3rem;width:60%}.form_lt{color:var(--textcolor);font:var(--formtext);width:100%}.form_ltInput{background-color:initial;border:1px solid #fff;height:2rem;width:100%}.form_ltInput:focus{background-color:hsla(0,0%,100%,.6);outline:none}.form_lg{color:var(--textcolor);font:var(--formtext);width:100%}.form_lgInput{background-color:initial;border:1px solid #fff;height:5%;width:100%}.form_lgInput:focus{background-color:hsla(0,0%,100%,.6);outline:none}.form_btn{width:100%}.form_btnInput{background-color:initial;border:1px solid #fff;color:var(--textcolor);font:var(--formtext);height:3rem;transition:.5s ease-in-out;width:100%}.form_btnInput:hover{background-color:#ffffff56;box-shadow:inset 0 0 10px rgba(0,0,0,.2)}.form_btnInput:active{background-color:#ffffff8e;box-shadow:inset 0 0 10px rgba(0,0,0,.2)}}@media (min-width:769px){.heroContainer{align-items:center;display:flex;flex-direction:column;height:100vh;justify-content:center;width:100%}.hero_h1{font:var(--maintitle);padding:2rem}.hero-btnContainer{align-items:row;align-items:center;-webkit-column-gap:1rem;column-gap:1rem;display:flex;justify-content:center}}@media (max-width:768px){.heroContainer{align-items:center;display:flex;flex-direction:column;height:100vh;justify-content:center;width:100%}.hero_h1{font:var(--maintitlemobile)}.hero-btnContainer{align-items:row;align-items:center;-webkit-column-gap:1rem;column-gap:1rem;display:flex;justify-content:center}}.hero_h1{color:var(--textcolor);text-align:center}.--paralax{background-attachment:fixed;background-image:url(https://i.imgur.com/Q4ixtSc.png);background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;z-index:0}@media (min-width:769px){.home{height:auto;width:100%}}@media (max-width:768px){.home{height:auto;width:100%}}@media (min-width:769px){.footer{align-items:center;background-color:var(--bluemenu);-webkit-column-gap:4rem;column-gap:4rem;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;width:100%}.footer_brand{width:15%}.footer_img{width:100%}.footer_txtContainer{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:space-between;width:70%}.footer_quote{width:100%}.footer_contactDate{width:24%}.footer_copy{align-items:center;display:flex;justify-content:center;width:100%}.footer_contactTitle{color:var(--textcolor);font:var(--basictitle)}.footer_contactText{color:var(--textcolor);font:var(--text)}}@media (max-width:768px){.footer{align-items:center;background-color:var(--bluemenu);-webkit-column-gap:4rem;column-gap:4rem;display:flex;flex-direction:column;justify-content:center;padding-top:3rem;width:100%}.footer_brand{width:50%}.footer_img{width:100%}.footer_txtContainer{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;width:80%}.footer_contactDate,.footer_quote{width:100%}.footer_contactTitle{color:var(--textcolor);font:var(--basictitle)}.footer_contactText{color:var(--textcolor);font:var(--text)}.footer_copy{align-items:center;display:flex;justify-content:center;width:90%}}
/*# sourceMappingURL=main.16637781.css.map*/