body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root{--MaxWidth:1280px;--White:#fff;--Black:#000;--DarkNavy:#000023;--Grey:#757575;--Pink:#ff0d99;--Lime:#eeff41;--Smoke:#eceff1;--Orange:#ff330d;--Blue:#0000ba;--FontSuper:3.5rem;--FontBig:2rem;--FontMed:1.5rem;--FontSmall:1.1rem;--Border:10px}*{margin:0;padding:0;box-sizing:border-box;font-family:"Ubuntu",sans-serif}body{background-color:#fff;background-color:var(--White);width:100vw}.home__background{position:fixed;top:0;left:0;height:100vh;width:100vw;z-index:-100;overflow:hidden}.home__background video{width:100%;height:100%;object-fit:cover;object-position:center;pointer-events:none}.home__wrapper{height:100vh;width:100vw;border:10px solid var(--Smoke);background:linear-gradient(90deg,#000023 35%,hsla(0,0%,100%,.3));color:var(--DarkNavy)}.home__content,.home__wrapper{display:flex;align-items:center;justify-content:center}.home__content{width:var(--MaxWidth);margin:0 auto;padding:30px}.home__text{width:100%;height:60%;display:flex;flex-direction:column;justify-content:center;margin:0 auto;font-family:"Ubuntu",sans-serif}*{text-decoration:none}.home__text h1{font-size:4rem;font-weight:400;margin:40px 0;font-family:"Noto Sans",sans-serif}.home__text h1,.home__text h3{color:var(--White);letter-spacing:1px}.home__text h3{font-size:1.8rem;font-weight:100;text-transform:uppercase}.home__title1{opacity:0;-webkit-animation:textFadeIn 1s ease-in .1s forwards;animation:textFadeIn 1s ease-in .1s forwards}.home__title2{opacity:0;-webkit-animation:textFadeIn 1s ease-in .4s forwards;animation:textFadeIn 1s ease-in .4s forwards}.home__slide1{transform:translateX(-500px);-webkit-animation:SlideFromLeft 1s ease-in .1s forwards;animation:SlideFromLeft 1s ease-in .1s forwards}.home__slide2{transform:translateX(500px);-webkit-animation:SlideFromRight 1s ease-in .4s forwards;animation:SlideFromRight 1s ease-in .4s forwards}@-webkit-keyframes textFadeIn{0%{opacity:0}40%{opacity:0}to{opacity:1}}@keyframes textFadeIn{0%{opacity:0}40%{opacity:0}to{opacity:1}}@-webkit-keyframes SlideFromLeft{0%{transform:translateX(-500px)}to{transform:translateX(0)}}@keyframes SlideFromLeft{0%{transform:translateX(-500px)}to{transform:translateX(0)}}@-webkit-keyframes SlideFromRight{0%{transform:translateX(500px)}to{transform:translateX(0)}}@keyframes SlideFromRight{0%{transform:translateX(500px)}to{transform:translateX(0)}}.home__contactBtn{outline:none;height:50px;width:250px;display:flex;align-items:center;justify-content:center;text-transform:uppercase;text-decoration:none;background-color:var(--Lime);color:var(--DarkNavy);padding:25px;font-size:1.3rem;letter-spacing:1px;margin-top:20px;opacity:0;-webkit-animation:textFadeIn 1s ease-in 1s forwards;animation:textFadeIn 1s ease-in 1s forwards;border:none}@media (max-width:1480px){.home__content{width:80%}.home__text h1{font-size:3rem}.home__text h3{font-size:1.7rem}}@media (max-width:1024px){.home__text{width:90%;margin:0 auto}.home__text h1{font-size:2.3rem;margin:30px 0}.home__text h3{font-size:1.1rem}}@media screen and (max-width:768px){.home__text h1{font-size:1.8rem}.home__text h3{font-size:.9rem}.home__contactBtn{width:170px;height:30px;font-size:1rem;padding:20px}}.header__background{background:linear-gradient(180deg,#eceff1 70%,rgba(236,239,241,0));z-index:99}.header__background,.header__wrapper{position:fixed;top:0;left:0;width:100vw;height:110px}.header__wrapper{background:transparent;z-index:100;padding:0 50px;display:flex;align-items:center}.header__content{max-width:var(--MaxWidth);width:100%;margin:0 auto;justify-content:space-between}.header__content,.header__logo{display:flex;align-items:center}.header__logo{flex-basis:20%;background-color:transparent;height:50px;width:auto}.header__logo a{display:flex;align-items:center;height:100%;width:100%;text-decoration:none}.header__logo img{height:60%;margin-right:12px}.header__logo .brandName{font-weight:100;letter-spacing:1px}.header__navlist{flex-basis:80%;background:transparent;height:70%;width:70px;font-size:2.5rem;display:flex;align-items:center;flex-direction:row;justify-content:flex-end}.header__navlist .navbar{display:block}.header__navlist .login{margin-left:30px}.header__navlist .toggler{display:none;margin-left:30px}.header__navlist .quoteBtn{outline:none;width:120px;height:80%;background-color:var(--Lime);border:none;border-radius:var(--Border);font-size:1rem;padding:10px;margin-bottom:5px}.header__navlist .quoteBtn *{color:var(--DarkNavy)}.header__navlist ul{list-style:none;display:flex;font-size:1rem}.header__navlist li{margin-right:20px;display:flex;flex-direction:column}.header__navlist li,.header__navlist li a{text-decoration:none}.header__navlist .underline{margin-top:4px;height:3px;width:100%;transform:scaleX(0);transition:all .33s ease-in}.header__navlist li:hover .underline{transform:scaleX(1)}@media (max-width:1024px){.header__navlist .navbar{display:none}.header__navlist .toggler{display:block}}@media (max-width:768px){.quoteBtn{display:none}}.header__hidden{position:fixed;top:95px;right:0;opacity:.7;background-color:var(--Smoke);margin:0 10px 0 0;font-size:1.2rem;font-weight:100;z-index:50;width:30%;text-align:right;padding-right:50px}.header__hidden li{-webkit-writing-mode:horizontal-tb;-ms-writing-mode:lr-tb;writing-mode:horizontal-tb;margin:20px auto;list-style:none}.header__hidden li a{text-decoration:none;color:var(--DarkNavy)}@media (max-width:768px){.header__hidden{width:100%;opacity:.9}}.login__wrapper{position:fixed;top:0;left:0;height:100vh;width:100vw;background-color:rgba(0,0,0,.7);z-index:101}.login__box,.login__wrapper{display:flex;justify-content:center;align-items:center}.login__box{height:100%;width:100%}.login__content{margin:auto;min-width:400px;min-height:300px;height:45%;width:30%;background-color:var(--White);color:var(--DarkNavy);opacity:.9;font-family:"Lato",sans-serif;font-weight:400;padding:20px 10px;flex-direction:column;justify-content:center}.login__content,.login__title{font-size:var(--FontMed);display:flex;align-items:center}.login__title{width:80%;justify-content:space-between;font-weight:200;line-height:30px;height:50px;border-top:rgba(0,0,200,.5);margin-bottom:10px}.login__close{cursor:pointer}.login__bar{height:1px;width:80%;background-color:#00f;opacity:.5}.login__formBody{margin:70px auto 30px;width:100%;height:50%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:50px;font-size:1.4rem}.login__formBody .formInput{width:100%;display:flex;align-items:center;margin:10px auto}.login__formBody .label{flex-basis:40%}.login__formBody input{flex-basis:60%;outline:none;height:30px;margin-left:20px;border:0;border-bottom:1px solid var(--DarkNavy);background-color:var(--Smoke)}.login__formBody .formCheck{width:100%;display:flex;align-items:center;justify-content:center;margin:10px auto;font-size:1.1rem}.login__formBody .formCheck input{flex-basis:20%}.login__formBody .checkbox{height:15px!important;cursor:pointer}.login__formBody button{outline:none;width:120px;height:70%;background-color:var(--Blue);border:none;border-radius:var(--Border);font-size:1rem;padding:10px;color:var(--White);cursor:pointer}.services__wrapper{min-height:100vh;width:100vw;height:auto;background-color:var(--Smoke);padding-top:110px}.services__content{max-width:var(--MaxWidth);margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:30px}.services__content button{text-decoration:none;color:var(--Lime);font-size:var(--FontMed);background-color:transparent;border:none;outline:none}.services__quote__button{width:40%;outline:none;border:none;border-radius:var(--Border);margin-top:30px;height:55px;background-color:var(--Blue);display:flex;justify-content:center;align-items:center}.services__text{width:100%;text-align:center;margin-bottom:30px}.services__text h1{font-size:4rem;font-family:"Noto Sans",sans-serif;color:var(--DarkNavy)}.services__text h2{font-size:2rem;color:var(--DarkNavy);margin:20px auto;line-height:40px;font-weight:100}.services__cards{width:100%;display:flex;justify-content:space-between}.services__card__back,.services__card__front{flex-basis:25%;height:400px;width:350px;text-align:center;display:flex;flex-direction:column;align-items:center;padding:35px;margin-bottom:30px;box-shadow:10px 10px 20px rgba(0,0,0,.3);transition:all .33s ease-in}.services__card__back:hover,.services__card__front:hover{transform:scale(1.05);box-shadow:20px 20px 30px rgba(0,0,209,.6)}.services__card__front{background-color:var(--White);color:var(--DarkNavy);justify-content:space-between}.service__image{flex-basis:50%;margin-bottom:20px}.service__image img{max-height:140px;width:auto;object-fit:cover}.service__details{margin-top:15px;flex-basis:30%}.services__card__front h1{font-family:"Noto Sans",sans-serif;color:var(--DarkNavy);font-size:1.5rem;text-align:center}.service__details h3{margin:5px;color:grey;font-weight:100;font-size:1.2rem}.services__card__back{justify-content:center;background-color:var(--Blue);color:var(--White);line-height:35px}.services__card__back h3{font-weight:100;font-size:1.5rem}@media (max-width:1180px){.services__cards{display:flex;flex-direction:column;justify-content:center;align-items:center}}@media (max-width:1024px){.services__text h1{font-size:2.2rem}.services__text h2{font-size:1.2em;line-height:30px}.services__quote__button button{font-size:1.2rem}.services__card__back h3{font-size:1.3rem}}@media (max-width:425px){.services__text h1{font-size:2rem}.services__text h2{font-size:1.2rem;line-height:25px}.services__quote__button{width:60%}.services__quote__button button{font-size:1.2rem}}.team__wrapper{width:100vw;height:auto;padding:100px;display:flex;flex-direction:column;align-items:center;background-color:var(--Smoke)}.team__content{max-width:var(--MaxWidth);width:100%;margin:0 auto}.team__text{margin-top:50px;text-align:center;color:var(--DarkNavy)}.team__bigtitle{font-size:4rem;font-family:"Noto Sans",sans-serif}.team__description{margin:20px auto;font-weight:100;font-size:2rem}.staff__grid{width:100%;margin-top:50px;display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:4rem}.staff__card{width:350px;margin:auto;padding:0;background-color:var(--White);box-shadow:10px 5px 25px rgba(0,0,0,.3);transition:all .32s ease-in}.staff__card:hover{box-shadow:12px 12px 30px rgba(0,0,0,.2);transform:scale(1.04)}.staff__card img{height:auto;width:100%}.staff__details{width:100%;height:230px;padding:13px;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.staff__details h2{text-align:center;margin:8px auto;font-size:1.6rem}.staff__details h4{font-weight:100;font-size:1.1rem}.staff__email{border:1px solid var(--Orange);padding:5px 7px;text-decoration:none}.staff__email a{text-decoration:none;color:var(--Orange);text-transform:uppercase}@media (max-width:1024px){.team__text{padding:0 30px}.team__bigtitle{font-size:2.8rem}.team__description{font-size:1.4rem}.staff__grid{width:90%;margin:50px auto;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));grid-gap:2rem}.staff__card{width:300px}.staff__details{padding:18px}.staff__details h2{font-size:1.4rem}.staff__details h4{font-size:1rem}.staff__email{margin:10px}}@media (max-width:768px){.staff__grid{width:100%}.staff__card{width:280px}}@media (max-width:425px){.team__wrapper{position:absolute;width:100vw;height:auto;top:0;left:0;padding:80px 0}.team__content{max-width:425px;width:100%}.team__bigtitle{font-size:1.8rem}.team__description{font-size:1.2rem}}.about__wrapper{min-height:100vh;height:auto;width:100vw;background-color:var(--Smoke);padding-top:80px}.about__content{height:100%;width:100%;padding:50px;display:flex;flex-direction:column;align-items:center}.about__title{max-width:var(--MaxWidth);margin:50px auto;color:var(--DarkNavy);text-align:center;font-family:"Roboto",sans-serif}.aboutservices{width:100%;display:flex;justify-content:space-around;margin:50px auto 70px}.aboutservice{margin:0}.aboutservice,.aboutservice h3{flex-basis:30%;padding:0;height:100%;width:100%}.aboutservice h3{transition:all .38s ease;opacity:.8;min-height:120px;display:flex;justify-content:center;align-items:center;background-color:var(--Blue);color:var(--White);font-size:1.4rem}.aboutservice h3:hover{transform:scale(1.05);box-shadow:4px 4px 10px 2px rgba(0,0,0,.4);opacity:1}.about__bigtitle{font-size:4rem;font-family:"Noto Sans",sans-serif;color:var(--DarkNavy)}.about__title h2{font-size:2rem;margin:20px auto;line-height:50px;font-weight:100}.about__title h5{font-size:1.2rem;margin-top:5px;font-weight:100;color:var(--DarkNavy)}.about__cards{max-width:var(--MaxWidth);margin:10px auto 50px;padding:5px}.about__card,.about__cards{display:flex;align-items:center;justify-content:center}.about__card{height:200px;width:200px;padding:10px;margin:0 auto}.about__card>img{width:90%;height:auto;border:1px solid rgba(0,0,0,.3);border-radius:3px}@media (max-width:1024px){.about__title h1{font-size:2.4rem}.about__title h2{font-size:1.4rem;line-height:32px}.about__title h3{font-size:1.3rem}.aboutservices{flex-direction:column}.aboutservice{flex-basis:100%;margin:10px auto;width:60%}.aboutservice h3{font-size:1.3rem;font-weight:100}.about__cards{width:90vw}}@media (max-width:425px){.about__title{margin-bottom:0}.about__title h1{font-size:1.9rem}.about__title h2{font-size:1.2rem;line-height:26px}.aboutservices{display:flex;flex-direction:column;align-items:center;margin-bottom:0}.aboutservice{width:80%}.about__title h3{font-size:1rem;font-weight:100;min-height:80px}.about__cards{width:100%;height:180px}.about__card{width:160px}.about__card img{width:100%}}.contact__background{position:fixed;top:0;left:0;height:100vh;width:100vw;z-index:-100;overflow:hidden}.contact__background video{position:absolute;width:100%;height:100%;object-fit:cover;object-position:center;pointer-events:none}.contact__wrapper{min-height:100vh;width:100vw;height:auto;position:fixed;top:0;left:0;color:var(--White);border:10px solid var(--Smoke);background:linear-gradient(90deg,rgba(0,0,35,.5019607843137255) 0,rgba(0,0,35,.8156862745098039));display:flex;flex-direction:column;align-items:center;justify-content:center}.contact__content{max-width:var(--MaxWidth);width:80%;margin:30px auto 0;padding:40px;display:flex;flex-direction:column;align-items:cener;background-color:hsla(0,0%,100%,.3);border-radius:var(--Border)}.contact__title{width:100%;margin:0 auto 50px;text-align:center}.contact__title h1{font-family:"Noto Sans",sans-serif;font-size:3rem;font-weight:300;margin-bottom:30px}.contact__title h3{font-family:"Ubuntu",sans-serif;font-size:1.7rem;line-height:40px;font-weight:100}.contact__form{width:100%;height:100%;display:flex}.contact__form .left{flex-basis:40%;padding-right:100px;text-align:right;display:flex;flex-direction:column;align-items:flex-end}.contact__form .icon{margin-right:12px;font-size:1.2rem}.contact__form p{background-color:var(--Lime);font-weight:100;align-self:flex-end;margin:10px 0;padding:8px;width:42%;min-width:200px;display:flex;justify-content:center;align-items:center}.contact__form a{text-decoration:none;color:var(--DarkNavy);font-size:1.2rem}.contact__form h2{font-weight:100;font-size:2rem;margin-bottom:20px;letter-spacing:1px;color:var(--Blue)}.contact__form h3{font-weight:100;font-size:1.3rem;line-height:30px;margin-bottom:10px}.contact__form .right{flex-basis:60%;width:100%}.contact__form .form-group{width:80%}.contact__form .form__feedback,.contact__form .form__info,.contact__form .form__option{width:100%;border:none;outline:none;background:var(--Smoke);color:rgba(0,0,35,.4392156862745098);opacity:.8;margin-bottom:10px;font-size:1rem;padding:0 10px}.contact__form .form__checkbox,.contact__form .form__info,.contact__form .form__option{height:35px}.contact__form .form__check{display:flex;justify-content:space-between;align-items:center;width:100%;margin:10px 0 20px;height:100%}.contact__form .form__check__label{flex-basis:50%;display:flex;align-items:center;justify-content:flex-start;height:100%}.contact__form .check__label{font-size:1rem;text-align:left;flex-basis:70%;align-items:center}.contact__form .form__checkbox{flex-basis:30%;background:var(--Smoke)}.contact__form .form__option{flex-basis:50%;display:flex;flex-direction:row;align-items:center;margin:0}.contact__form .form__feedback{padding:10px;font-size:1rem}.contact__form button{width:100%;min-height:50px;border:none;outline:none;font-size:1.2rem;padding:12px;background-color:var(--Blue);color:var(--White);margin-bottom:10px}.text-danger{color:var(--Pink)}@media (max-width:1024px){.contact__content{max-width:900px}.contact__title h1{font-size:1.7rem;font-weight:600;margin:0}.contact__title h3{display:none}.contact__form{flex-direction:column}.contact__form .left{text-align:left;padding:0;align-items:flex-start;flex-direction:row;width:100%}.contact__form .address,.contact__form .contacts{flex-basis:50%}.contact__form h2{font-size:1.7rem;margin:5px}.contact__form h3{font-size:1.1rem;line-height:1.5rem}.contact__form .contacts{display:flex;flex-direction:column;align-items:flex-end}.contact__form p{height:35px}.contact__form a{font-size:1rem}.contact__form .right{margin-top:30px}.contact__form .form-group{width:100%}}@media (max-width:768px){.contact__title h1{font-size:1.4rem}.contact__form .address{display:none}.contact__form .contacts{margin:0 auto}.contact__form button{font-size:1rem}}.quote__frame{position:fixed;top:0;left:0;height:100vh;width:100vw;display:flex;justify-content:center;align-items:center;z-index:-10;overflow:hidden}.quote__frame video{position:absolute;width:100%;height:100%;object-fit:cover;object-position:center;pointer-events:none}.quote__container{height:100vh;width:100vw;background-color:rgba(0,0,0,.6)}.quote__content{margin:auto;background-color:var(--White);padding-top:120px 10px 10px 10px;min-width:400px;min-height:300px;height:80%;font-family:"Lato",sans-serif;font-size:var(--FontMed);font-weight:400;flex-direction:column}.quote__content,.quote__header{color:var(--DarkNavy);width:100%;display:flex;align-items:center;justify-content:center}.quote__header{max-width:var(--MaxWidth);margin:50px auto 10px;height:90px;font-size:var(--FontBig);font-weight:500}.quote__bar{width:70%;height:6px;margin:0 auto 20px;background-color:var(--Blue);-webkit-animation:bar 3s ease-in-out infinite;animation:bar 3s ease-in-out infinite}.quote__form{max-width:var(--MaxWidth);width:100%;margin:0 auto;display:flex;align-items:center}.quote__left{flex-basis:35%;display:flex;flex-direction:column;align-items:flex-end;justify-content:center}.quote__left h5{font-size:.9rem;font-weight:200;color:var(--DarkNavy)}.quote__left .staff{width:310px;margin-bottom:20px;border:1px solid var(--Blue);border-radius:var(--Border)}.quote__formBody{flex-basis:60%;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;padding:50px 80px 50px 50px;font-size:1.4rem;margin:0 auto}.quote__formInput{width:100%;display:flex;align-items:center;margin:10px auto}.quote__formInput input{outline:none;height:40px}.quote__formInput .textarea,.quote__formInput input{width:100%;border:0;border-bottom:1px solid var(--DarkNavy);background-color:var(--Smoke);font-size:1rem;padding:20px}.quote__buttons{display:flex}.quote__buttons button{outline:none;width:200px;height:50px;margin-right:10px;background-color:var(--Blue);border:none;border-radius:var(--Border);font-size:1rem;padding:10px;color:var(--White);margin-top:20px}@-webkit-keyframes bar{0%{transform:scaleX(.3)}50%{transform:scaleX(1)}to{transform:scaleX(.3)}}@keyframes bar{0%{transform:scaleX(.3)}50%{transform:scaleX(1)}to{transform:scaleX(.3)}}@media (max-width:1024px){.quote__header{font-size:var(--FontMed);text-align:center}.quote__form{width:90%}.quote__left{display:none}}@media (max-width:425px){.quote__formBody{padding:30px}.quote__buttons button{font-size:.9rem}}
/*# sourceMappingURL=main.9ebdafe8.chunk.css.map */