@import url(https://fonts.googleapis.com/css2?family=Montserrat&family=Titillium+Web:wght@400;700&display=swap);.button{padding:10px;border:0 solid #f20c1f;background-color:#f20c1f;color:#fff;transition:all .25s linear}.button:hover{background-color:#a61f2b}.button-outline{padding:10px;background-color:#f20c1f;color:#fff;transition:all .25s linear;background-color:transparent;color:#333;border:2px solid #f20c1f}.button-outline:hover{background-color:#a61f2b;color:#eee;background-color:#f20c1f}.active-nav{font-weight:bolder;border-bottom:1px solid #fff}.site-name{font-size:1.4rem}.header{background:transparent;position:relative;max-width:100vw;margin:auto;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between;padding:1rem 7rem;z-index:100}.content{padding-left:20%!important}.header a{text-decoration:none;color:#fff}.header ul{list-style:none}.logo{font-size:2rem}.menu-items{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.menu-items li{padding:.5rem 1rem;transition:background .3s ease-in-out}.menu-items li:hover{background-color:#a61f2b}.dropdown{position:relative}.dropdown-menu,.menu-right{position:absolute;background:#122331;width:100vw;top:50px;left:0;opacity:0;visibility:hidden;transition:all .3s ease}.menu-right{top:0;left:110%}.menu-item{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;width:100%}.dropdown:hover .dropdown-menu{top:34px;opacity:1;visibility:visible}.dropdown-right:hover .menu-right{left:100%;opacity:1;visibility:visible}.mega-menu{position:absolute;left:0;width:100vw;top:200px;opacity:0;visibility:hidden;transition:all .3s ease}.mega-menu .content{background:#122331;padding:1rem;display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[4];grid-template-columns:repeat(4,1fr);grid-gap:1rem;gap:1rem;width:100%;-webkit-justify-content:space-between;justify-content:space-between}.blog .content{-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr)}.content .col{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;line-height:5rem}.content .col .img-wrapper{display:block;position:relative;width:100%;height:20vw;overflow:hidden}.content .col .img{position:absolute;top:0;right:0;bottom:0;left:0}.content .col img{width:100%;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.content .col .img-wrapper:hover img{-webkit-transform:scale(1.1);transform:scale(1.1)}.content .col h2{color:#a61f2b;font-size:1.2rem;line-height:3rem;font-weight:700}.content .col p{line-height:1.2rem}.content .col .read-more{display:inline-block;padding-top:1rem;color:#427dad;transition:color .3s ease}.col .mega-links li,.col .mega-links li a{padding:0 1rem}.menu-items li:hover .mega-menu{top:70px;opacity:1;visibility:visible}.content .col .read-more:hover{color:#ff652f}.menu-btn{position:relative;display:none;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;width:1.5rem;height:1.5rem;cursor:pointer;z-index:2}.menu-btn__lines:after,.menu-btn__lines:before{content:"";position:absolute}.menu-btn__lines,.menu-btn__lines:after,.menu-btn__lines:before{width:1.5rem;height:.1rem;background:#fff;transition:all .5s ease-in-out}.menu-btn__lines:before{-webkit-transform:translateY(-.5rem);transform:translateY(-.5rem)}.menu-btn__lines:after{-webkit-transform:translateY(.5rem);transform:translateY(.5rem)}.menu-btn.open .menu-btn__lines{-webkit-transform:translateX(2rem);transform:translateX(2rem);background:transparent}.menu-btn.open .menu-btn__lines:before{-webkit-transform:rotate(45deg) translate(-1.5rem,1.5rem);transform:rotate(45deg) translate(-1.5rem,1.5rem);background:#fff}.menu-btn.open .menu-btn__lines:after{-webkit-transform:rotate(-45deg) translate(-1.5rem,-1.5rem);transform:rotate(-45deg) translate(-1.5rem,-1.5rem);background:#fff}@media screen and (max-width:970px){.site-name{font-size:1rem}.menu-btn{display:-webkit-flex;display:flex}.content{padding-left:0!important;margin:0}.header,.header .menu-items{width:100vw;padding:1rem}.header .menu-items{position:absolute;height:100vh;max-width:550px;top:0;left:0;background:#122331;display:block;line-height:3rem;overflow-y:auto;-webkit-transform:translateY(-100vh);transform:translateY(-100vh);transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out}.menu-items.open{-webkit-transform:translateY(0);transform:translateY(0)}.menu-items li{margin:15px 10px}.menu-items li a{padding:0 1rem;display:block;font-size:1.4rem}.menu-items li:hover{background-color:transparent}.menu-items .dropdown-menu,.menu-items .mega-menu,.menu-items .menu-right{position:static;opacity:1;top:4rem;visibility:visible;padding-left:1rem;width:100%;max-height:0;-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:top;transform-origin:top;overflow:hidden;transition:all .2s ease}.expand-btn.open+.expandable{max-height:100%;-webkit-transform:scaleY(1);transform:scaleY(1)}.expandable li{margin:0}.expandable li a{font-size:1rem}.mega-menu .content{-ms-grid-columns:auto;grid-template-columns:auto;padding:1rem 1rem 0}.mega-menu .content .col{width:100%;padding-top:1rem;margin-bottom:.5rem;border-top:1px solid #1a3246}.mega-menu .content .col:first-child{border-top:0}.content .col .mega-links{border-left:0;padding-left:0}.col .mega-links li{margin:0}}.team-card{width:200px;height:300px;background-color:#fff;overflow:hidden}.team-card-image{height:220px;margin-left:-10px}.team-card-details{bottom:15px;text-align:center;margin-top:18px}.team-card-details *{padding:0;margin:0}.team-card-details p{font-size:14px;color:grey}#pageHeaderTitle{margin:2rem 0;text-transform:uppercase;text-align:center;font-size:2.5rem}.postcard{-webkit-flex-wrap:wrap;flex-wrap:wrap;display:-webkit-flex;display:flex;box-shadow:0 4px 21px -12px rgba(0,0,0,.66);border-radius:10px;margin:0 0 2rem;overflow:hidden;position:relative;color:#fff}.postcard.dark{background-color:#18151f}.postcard.light{background-color:#e1e5ea}.postcard .t-dark{color:#18151f}.postcard a{color:inherit}.postcard .h1,.postcard h1{margin-bottom:.5rem;font-weight:500;line-height:1.2}.postcard .small{font-size:80%}.postcard .postcard__title{font-size:1.75rem}.postcard .postcard__img{max-height:180px;width:100%;object-fit:cover;position:relative}.postcard .postcard__img_link{display:contents}.postcard .postcard__bar{width:50px;height:10px;margin:10px 0;border-radius:5px;background-color:#424242;transition:width .2s ease}.postcard .postcard__text{padding:1.5rem;position:relative;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}.postcard .postcard__preview-txt{overflow:hidden;text-overflow:ellipsis;text-align:justify;height:100%}.postcard .postcard__tagbox{display:-webkit-flex;display:flex;-webkit-flex-flow:row wrap;flex-flow:row wrap;font-size:14px;margin:20px 0 0;padding:0;-webkit-justify-content:center;justify-content:center}.postcard .postcard__tagbox .tag__item{display:inline-block;background:rgba(83,83,83,.4);border-radius:3px;padding:2.5px 10px;margin:0 5px 5px 0;cursor:default;-webkit-user-select:none;-ms-user-select:none;user-select:none;transition:background-color .3s}.postcard .postcard__tagbox .tag__item:hover{background:rgba(83,83,83,.8)}.postcard:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(-70deg,#424242,transparent 50%);opacity:1;border-radius:10px}.postcard:hover .postcard__bar{width:100px}@media screen and (min-width:769px){.postcard{-webkit-flex-wrap:inherit;flex-wrap:inherit}.postcard .postcard__title{font-size:2rem}.postcard .postcard__tagbox{-webkit-justify-content:start;justify-content:start}.postcard .postcard__img{max-width:300px;max-height:100%;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.postcard .postcard__text{padding:3rem;width:100%}.postcard .media.postcard__text:before{content:"";position:absolute;display:block;background:#18151f;top:-20%;height:130%;width:55px}.postcard:hover .postcard__img{-webkit-transform:scale(1.1);transform:scale(1.1)}.postcard:nth-child(odd){-webkit-flex-direction:row;flex-direction:row}.postcard:nth-child(2n+0){-webkit-flex-direction:row-reverse;flex-direction:row-reverse}.postcard:nth-child(odd) .postcard__text:before{left:-12px!important;-webkit-transform:rotate(4deg);transform:rotate(4deg)}.postcard:nth-child(2n+0) .postcard__text:before{right:-12px!important;-webkit-transform:rotate(-4deg);transform:rotate(-4deg)}}@media screen and (min-width:1024px){.postcard__text{padding:2rem 3.5rem}.postcard__text:before{content:"";position:absolute;display:block;top:-20%;height:130%;width:55px}.postcard.dark .postcard__text:before{background:#18151f}.postcard.light .postcard__text:before{background:#e1e5ea}}.postcard .postcard__tagbox .green.play:hover{background:#79dd09;color:#000}.green .postcard__title:hover{color:#79dd09}.green .postcard__bar{background-color:#79dd09}.green:before{background-image:linear-gradient(-30deg,rgba(121,221,9,.1),transparent 50%)}.green:nth-child(2n):before{background-image:linear-gradient(30deg,rgba(121,221,9,.1),transparent 50%)}.postcard .postcard__tagbox .blue.play:hover{background:#0076bd}.blue .postcard__title:hover{color:#0076bd}.blue .postcard__bar{background-color:#0076bd}.blue:before{background-image:linear-gradient(-30deg,rgba(0,118,189,.1),transparent 50%)}.blue:nth-child(2n):before{background-image:linear-gradient(30deg,rgba(0,118,189,.1),transparent 50%)}.postcard .postcard__tagbox .red.play:hover{background:#bd150b}.red .postcard__title:hover{color:#bd150b}.red .postcard__bar{background-color:#bd150b}.red:before{background-image:linear-gradient(-30deg,rgba(189,21,11,.1),transparent 50%)}.red:nth-child(2n):before{background-image:linear-gradient(30deg,rgba(189,21,11,.1),transparent 50%)}.postcard .postcard__tagbox .yellow.play:hover{background:#bdbb49;color:#000}.yellow .postcard__title:hover{color:#bdbb49}.yellow .postcard__bar{background-color:#bdbb49}.yellow:before{background-image:linear-gradient(-30deg,rgba(189,187,73,.1),transparent 50%)}.yellow:nth-child(2n):before{background-image:linear-gradient(30deg,rgba(189,187,73,.1),transparent 50%)}@media screen and (min-width:769px){.green:before{background-image:linear-gradient(-80deg,rgba(121,221,9,.1),transparent 50%)}.green:nth-child(2n):before{background-image:linear-gradient(80deg,rgba(121,221,9,.1),transparent 50%)}.blue:before{background-image:linear-gradient(-80deg,rgba(0,118,189,.1),transparent 50%)}.blue:nth-child(2n):before{background-image:linear-gradient(80deg,rgba(0,118,189,.1),transparent 50%)}.red:before{background-image:linear-gradient(-80deg,rgba(189,21,11,.1),transparent 50%)}.red:nth-child(2n):before{background-image:linear-gradient(80deg,rgba(189,21,11,.1),transparent 50%)}.yellow:before{background-image:linear-gradient(-80deg,rgba(189,187,73,.1),transparent 50%)}.yellow:nth-child(2n):before{background-image:linear-gradient(80deg,rgba(189,187,73,.1),transparent 50%)}}.footer a,.footer span{text-decoration:none;color:#666!important;margin-bottom:50px;font-size:1rem}.bubble{width:50vw;height:25vh;border-radius:30px 0 30px 0;position:absolute;bottom:8%;left:26vw;z-index:50;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;overflow:hidden}@media screen and (max-width:600px){.bubble{width:90vw;height:26vh;left:6vw}.bubble a{font-size:12px}}.bubble-content{position:absolute;width:100%;height:100%}.bubble-service{color:#000}.bubble-service:hover{text-decoration:none;background-color:#d92534;color:#fff!important;transition:all .25s linear}.section img{max-height:300px}.about-why-sections{background-attachment:fixed;background-repeat:no-repeat;background-size:cover}.section-solutions{display:block;box-sizing:border-box;padding:100px 0;background-color:#333;color:#aaa;-webkit-clip-path:polygon(0 0,100% 0,100% calc(100% - 5vw),0 100%);clip-path:polygon(0 0,100% 0,100% calc(100% - 5vw),0 100%)}.section-solutions h4{font-weight:600}.solution img{max-height:150px;margin-bottom:20px}.mission-vision{padding-top:100px!important;background-image:url(/static/media/img-4.99c76294.jpg);background-size:contain;background-repeat:no-repeat;background-position:100%}.call-to-action{background-image:url(/static/media/bg-1.de2df319.jpg);background-size:cover}.hero-home{height:110vh;background-image:url(/static/media/img-7.a423109b.jpg);background-size:cover}@media screen and (max-width:600px){.mission-vision{background-image:none}.hero-home{background-position:50%}}.section-message{background-color:#a61f2b}.section-benefits{box-shadow:0 -15px 15px hsla(0,0%,80%,.2);background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(hsla(0,0%,100%,0)))}.benefit h2,.benefit h3,.benefit h4{text-transform:uppercase;font-weight:800}.about-img img{max-height:55vh;max-width:55vw}.hero-about{background-image:url(/static/media/img-5.c6091d2c.jpg);background-size:cover}@media screen and (max-width:600px){.about-img img{max-height:60vh;max-width:80vw}}.service-title{text-align:center}.service-title h3,.service-title h4,.service-title h5{font-size:2rem;font-weight:700;z-index:800}.service-title img{height:200px;z-index:10;position:absolute;top:-10%;left:20%;opacity:.7}.service-img{border-radius:50%;border:8px solid #999;height:200px;width:200px;display:-webkit-flex;display:flex;position:absolute;top:65vh;left:15vw;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;background-color:#fff;overflow:hidden;transition:all .25s linear}.service-img:hover{border:8px solid #dc3d4b;box-shadow:0 0 15px rgba(220,61,75,.5)}.service-img img{max-height:150px}.hero-service{background-image:url(/static/media/img-13.feb36971.jpg);background-size:cover}.hero-service .hero-text{left:25vw}@media screen and (max-width:600px){.service-img{left:20px}.hero-service{background-position:50%}.hero-service .hero-text{left:2vw;max-width:95vw}}.map{width:80vw;height:60vh}@media screen and (max-width:600px){.map{width:93vw;height:70vh}}.hero-contact{background-color:hsla(0,0%,93.3%,.5)!important;background-image:url(/static/media/img-11.b97f75ad.jpg);background-size:cover}article,div,p,section,span{font-family:"Open Sans",sans-serif;font-weight:300}*{margin:0;padding:0;box-sizing:border-box}.hero{position:relative;display:block;padding:100px!important;top:-100px;height:80vh;width:100%;background-color:#dc3d4b;-webkit-clip-path:ellipse(120% 100% at 40% 0);clip-path:ellipse(120% 100% at 40% 0)}.text-bold{font-weight:800!important}.hero-mini{background-color:purple;height:30vh;width:100%;background-size:cover;background-position:50%;background-repeat:no-repeat}.section-brief{font-size:1.4rem}.section-header{text-transform:uppercase;font-size:4em;font-family:"Open Sans","Helvetica Neue",sans-serif}.divider{width:100%;border-bottom:1.5px solid #ccc}.left-border{border-left:1px solid #aaa}.bottom-border{border-bottom:1px solid #aaa}.curve-up{z-index:10;width:100%;border-radius:200vh 200vh 0 0/20vh 20vh 0 0}.section-social a{color:#fff}.section-social a:hover{font-size:25px;transition:all .2s linear}.color-primary{color:#f20c1f}.color-primary-dark{color:#a61f2b}.hero-text{background-color:#eee;opacity:.7;-webkit-filter:blur(90%);filter:blur(90%);padding:10px 40px;position:absolute;margin:0;top:35vh;left:38vw;display:block}.hero-text h2,.hero-text h3,.hero-text h4{font-weight:900!important;color:#a61f2b;font-family:"Open Sans",sans-serif!important}@media screen and (max-width:600px){.section-brief{font-size:1rem}.section-header{font-size:3em}.hero-text{top:30vh;left:12vw}.hero-text h2,.hero-text h3,.hero-text h4{font-weight:900!important}}
/*# sourceMappingURL=main.4fecd8ec.chunk.css.map */