@import url(https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800&display=swap);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}html{font-size:62.5%;scroll-behavior:smooth}@media only screen and (max-width:1000px){html{font-size:55%}}a,h1,h2,h3,h4,h5,h6,p{font-family:Montserrat}#root{min-height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{background-color:#f5f5f5}.App #about,.App .services{margin-top:200px}.App .services{background-color:#fff;padding:75px 3vw 100px}.App .services .services-header{display:grid;justify-content:center;margin-bottom:50px}.App .services .services-header h1{font-size:4.5rem;font-weight:400}.App .services .services-content{grid-gap:50px;display:grid;gap:50px;grid-template-columns:repeat(auto-fit,minmax(300px,auto));margin:150px auto;max-width:1200px}.App .info{margin-top:200px;padding:0 22px}.App #contact{background-color:#fff;margin-top:300px;padding:100px 100px 300px}.App #contact .contact-header{display:grid;justify-content:center;margin-bottom:150px}.App #contact .contact-header h1{font-size:4.5em;font-weight:400}.App #contact #contact-box{display:grid;grid-template-areas:"i . b";grid-template-columns:35% 10% 35%;justify-content:center;margin:48px auto 0;max-width:1200px}.App #contact #contact-box #contact-image{grid-area:b;width:100%}.App #contact #contact-box #contact-info{grid-gap:1em;display:grid;gap:1em;grid-area:i;grid-template-areas:". . ." ". . ." ". . ."}@media only screen and (max-width:1150px){.App #contact{padding:5rem}.App #contact .contact-header{margin-bottom:100px}.App #contact #contact-box{grid-template-areas:"i";grid-template-columns:none}.App #contact #contact-box #contact-image{display:none}.App #contact #contact-box #contact-info{gap:.7rem;grid-area:i;grid-template-areas:".";text-align:center}}nav{background-color:#fff;height:54px;position:fixed;width:100%;z-index:99}nav ul{display:grid;grid-template-areas:"logo . home services contact ";grid-template-columns:-webkit-max-content auto -webkit-min-content -webkit-min-content -webkit-min-content;grid-template-columns:max-content auto min-content min-content min-content;list-style-type:none;margin:0 auto;max-width:1200px;padding:0 1.4em}nav ul img{bottom:0;height:40px;margin:auto;position:absolute;top:0}nav ul li{height:54px}nav ul li a{color:#000;font-size:1.8rem;font-weight:600;line-height:5.4rem;padding:0 2vw;text-decoration:none}nav ul li:hover{cursor:pointer}nav ul li:hover a{color:#6e6e6e}nav .logo-mobile,nav .menuClosed{display:none}@media only screen and (max-width:800px){nav{background-color:#fff;grid-template-areas:". .";grid-template-columns:auto}nav .logo-mobile{display:inline;display:initial;height:40px;padding:.8em 1em;position:absolute;top:50%;transform:translateY(-50%)}nav ul{display:none}nav .menu{margin:0 0 0 auto;padding:.8em 1em;position:absolute;right:0}nav .menu .bar1,nav .menu .bar2,nav .menu .bar3{background-color:#428ee5;height:5px;margin:6px 0;transition:.4s;width:35px}nav .closed{cursor:pointer;display:inline-block}nav .open .bar1{transform:rotate(-45deg) translate(-9px,6px)}nav .open .bar2{opacity:0}nav .open .bar3{transform:rotate(45deg) translate(-8px,-8px)}nav .menuOpen{background-color:#fff;box-shadow:0 8px 16px 0 #0003;height:auto;left:0;overflow:scroll;padding:1em 0;position:absolute;text-align:center;top:6em;width:100%}nav .menuOpen a{color:#000;display:block;font-size:2.7rem;font-weight:500;padding:12px 16px;text-decoration:none}nav .menuOpen a:hover{background-color:#999}}.info-container{display:grid;grid-template-areas:"i . t" "i . d";grid-template-columns:40% auto 55%;margin:0 auto;max-width:1200px}.info-container img{grid-area:i;height:100%;min-height:400px;object-fit:contain;width:100%}.info-container h1{font-size:3.6rem;font-weight:500;grid-area:t}.info-container p{color:#4a4a4a;font-size:1.6rem;grid-area:d;line-height:36px;margin-top:50px}@media only screen and (max-width:800px){.info-container{grid-template-areas:"t" "d";grid-template-columns:auto}.info-container img{display:none}}.hero{background-attachment:fixed;background-position:50%;background-repeat:no-repeat;background-size:cover;color:#fff;height:90vh}.hero .hero-content{display:grid;grid-template-areas:"welcome" "header" "text" "cta";margin:0 auto;max-width:1200px;position:relative;top:50%;transform:translateY(-50%)}.hero .hero-content .hero-welcome{font-size:2.2rem;grid-area:welcome;text-transform:uppercase}.hero .hero-content .hero-header{font-size:5.4rem;grid-area:header;margin:0}.hero .hero-content .hero-cta{background-color:#428ee5;border:none;border-radius:8px;color:#fff;font-size:2rem;font-weight:600;grid-area:cta;margin-top:5%;padding:1.5vh 1vw;text-decoration:none;width:-webkit-max-content;width:max-content}.hero .hero-content button:focus{outline:0}@media only screen and (max-width:800px){.hero{background-position:0 0;background-size:auto;height:90vh}.hero .hero-content{grid-template-columns:auto;padding:12vh 5vw 0}.hero .hero-content .hero-welcome{font-size:1.8rem;text-align:center}.hero .hero-content .hero-header{font-size:4rem;text-align:center}.hero .hero-content .hero-text{font-size:1.8rem;text-align:center}.hero .hero-content .hero-cta{margin:50px auto 0}}.about{margin:0 auto;max-width:1200px}.about .about-content{display:grid;grid-template-areas:"l1 img1 t img2 l2"}.about .about-content .box1{background-color:#fff;border-radius:8px;grid-area:l1;height:100%;width:8px}.about .about-content .box2{grid-area:t;padding:2vh 2vw;position:relative}.about .about-content .box2 h1{font-size:3.6rem;font-weight:600;margin-top:5%}.about .about-content .box2 p{color:#575757;font-size:1.6rem;font-weight:400;line-height:32px;margin-top:45px}.about .about-content .box2 a{background-color:#428ee5;border:none;border-radius:8px;bottom:0;color:#fff;font-size:2rem;font-weight:600;padding:1vh 1.75vw;position:absolute;text-decoration:none}.about .about-content .box3{grid-area:img2;height:500px;object-fit:contain;width:600px}@media only screen and (max-width:1070px){.about .about-content{grid-template-areas:"." "t";margin:0 auto;max-width:800px}.about .about-content .box1{display:none}.about .about-content .box2{height:100%}.about .about-content .box3{grid-area:unset;margin:0 auto;max-height:300px;max-width:100%}}@media only screen and (max-width:500px){.about .about-content .box3{display:none}}.footer-container{background-color:#222;color:#999;display:flex;flex-direction:column;font-size:1.6rem;height:5vh;justify-content:center;text-align:center;width:100%}.footer-container a{color:#00add6;margin-left:5px;opacity:.8;text-decoration:none}#contact-icon{filter:invert(48%) sepia(84%) saturate(1500%) hue-rotate(191deg) brightness(80%) contrast(5%);margin:0 auto;max-height:50px;position:relative;top:50%;transform:translateY(-50%);width:40px}h1{font-size:2rem;font-weight:600;margin:0}a{font-size:1.6rem;margin-top:2px}.center-vertical{display:flex;flex-direction:column;justify-content:center}.service-card{color:#575757;display:grid;grid-template-rows:-webkit-min-content repeat(2,-webkit-max-content);grid-template-rows:min-content repeat(2,max-content);max-width:400px}.service-card img{filter:invert(48%) sepia(84%) saturate(1543%) hue-rotate(191deg) brightness(85%) contrast(90%);height:50px}.service-card h2{color:#3f3f3f;font-size:3rem;font-weight:500;margin:16px 0 0}.service-card p{font-size:1.4rem;line-height:1.4em}.service-card ul{font-size:1.4rem;list-style-position:outside;padding:0 0 0 20px}@media only screen and (max-width:800px){.service-card{grid-template-rows:auto;margin:0 auto}.service-card img{margin:0 auto}.service-card h2,.service-card p,.service-card ul{text-align:center}}
/*# sourceMappingURL=main.e37f8d34.css.map*/