@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap);body,html{font-family:Poppins,sans-serif;margin:0;background-color:#f4f6f8}a{text-decoration:none;cursor:pointer;-webkit-transition:.3s;transition:.3s}h1,h2{cursor:default}h2{color:#3c4d6b}.btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-shadow:0 5px 0 #006394;box-shadow:0 5px 0 #006394;padding:16px 24px;color:#fff;font-size:16px;background-color:#1e73be;position:relative;-webkit-transition:.3s;transition:.3s;border-radius:5px;border:1px solid transparent}.btn:hover{-webkit-box-shadow:0 2px 0 #006394;box-shadow:0 2px 0 #006394;top:3px}.container{padding:16px 24px;max-width:1200px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-sizing:border-box;box-sizing:border-box}.spacer{width:100%;margin:40px 0}section h2{font-size:32px;font-weight:700;line-height:44px;margin:0 auto 16px;color:#3c4d6b;max-width:650px}section h3{margin:0 auto 16px;color:#3c4d6b;max-width:650px;font-size:28px;line-height:32px;font-weight:500}section p.text{margin:0 0 26px;line-height:1.6;font-weight:400;font-size:15px;color:#778191;max-width:650px;text-align:left}section.hero{min-height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}section.hero .content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}section.hero .content .container{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;z-index:2}section.hero .content .background{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/src/imgs/hero-background.png);background-position:center;background-size:cover;z-index:1}section.hero .content .background::after{content:'';background:-webkit-gradient(linear,left top,right top,from(RGBA(10,100,181,.8)),to(RGBA(6,65,119,.8)));background:linear-gradient(to right,RGBA(10,100,181,.8) 0,RGBA(6,65,119,.8) 100%);position:absolute;top:0;left:0;width:100%;height:100%}section.hero .content h1{color:#fff;font-size:48px;line-height:56px;margin:0 0 32px;text-align:center;max-width:900px}section.hero .content a{border-radius:35px;border:2px solid #fff;color:#fff;padding:8px 32px;font-weight:500;font-size:18px}section.hero .content a:hover{background-color:#fff;color:#1e73be}header{-webkit-box-shadow:0 5px 9px 1px rgba(144,161,180,.2);box-shadow:0 5px 9px 1px rgba(144,161,180,.2);background-color:#fff}header .container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}header .logo{width:200px}header .logo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}header .menu ul{margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}header .menu ul li{list-style-type:none;margin-left:24px}header .menu ul li a{color:#66707f;text-transform:uppercase;font-weight:600}header .menu ul li a:hover{color:#1e73be}section.home{padding:64px 0}section.home .container{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}section.home .about-us{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-right:-16px;margin-left:-16px}section.home .about-us .item{-ms-flex-preferred-size:calc(50% - 32px);flex-basis:calc(50% - 32px);margin-right:16px;margin-left:16px}section.home .about-us .item h3{text-align:left}section.home .about-us p.text{margin-bottom:40px}section.home .items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:40px -16px 24px}section.home .items .item{-ms-flex-preferred-size:calc(33.33% - 32px);flex-basis:calc(33.33% - 32px);-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:32px;-webkit-box-sizing:border-box;box-sizing:border-box}section.home .items .item p{color:#3c4d6b;font-weight:500;font-size:20px;line-height:22px}section.home .items .item .icon{width:70px;height:70px}section.home .items .item .icon img{height:100%;width:100%;-o-object-fit:contain;object-fit:contain}section.services{padding-bottom:64px}section.services .accordeon{max-width:650px;margin:0 auto;border:1px solid #e0e0e0}section.services .accordeon .item{padding:16px 16px 0;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;border-bottom:1px solid #e0e0e0}section.services .accordeon .item:last-child{border-bottom:0 solid transparent}section.services .accordeon .item p{margin-bottom:0}section.services .accordeon .item .content{padding-bottom:16px}section.services .accordeon .item .title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:16px}section.services .accordeon .item .title img{width:40px;height:40px;margin-right:12px}section.services .accordeon .item .title h3{margin:0;text-align:left;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}section.contact-us #contact-us{width:100%;max-width:400px}section.contact-us #contact-us .group input,section.contact-us #contact-us .group textarea{padding:8px;font-size:16px;line-height:18px;-webkit-box-sizing:border-box;box-sizing:border-box;resize:vertical}footer{background-color:#1e2127;color:#fff;text-align:center}footer .copyright{font-size:12px;color:#e0e0e0}footer .copyright p{margin-bottom:0}@media (max-width:768px){.container{padding:16px}header .menu{display:none}section.hero .content h1{font-size:40px;line-height:44px}section.home .about-us{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}section.home .items{margin-right:-8px;margin-left:-8px}section.home .items .item{-ms-flex-preferred-size:calc(50% - 16px);flex-basis:calc(50% - 16px);padding:8px}section.home .items .item p{font-size:16px;line-height:18px}section.services .accordeon .item{padding:16px 8px 0}section.services .accordeon .item .title{padding-bottom:16px}section.services .accordeon .item .title h3{font-size:18px;line-height:20px}section.services .accordeon .item .title p.text{font-size:16px;line-height:16px}section.services .accordeon .item .content{padding-bottom:16px}}section.contact-us form{width:280px;margin:0 auto}section.contact-us form .group{margin:16px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}section.contact-us form .group input,section.contact-us form .group textarea{width:100%}
/*# sourceMappingURL=style.css.map */
