*{box-sizing:border-box}:focus-visible{outline:none}a{color:inherit;text-decoration:inherit}ul{list-style:none;margin:0;padding:0}img{display:block;object-fit:cover}html{scroll-behavior:smooth}body{background-color:#f3f3f3;color:#2f2f2f;font-family:Montserrat,sans-serif;font-weight:600;margin:0}section:not(:first-child){margin-top:100px}.wrapper-sides{padding:0 var(--padding_sides)}.slider{overflow:hidden}h1,h2,h3{color:rgba(0,32,96,.98);font-weight:800;margin:0}h1{font-size:2.8125rem}h2{font-size:2.25rem}h3{font-size:1.5625rem}p{font-size:1.125rem;margin:0}p.small{font-size:.9375rem}@media only screen and (max-width:550px){h1{font-size:2.25rem}h2{font-size:2rem}h3{font-size:1.125rem}}:root{--header_height:95px;--header_padding:40px}header{padding:25px var(--header_padding)}header nav{align-items:center;display:flex;justify-content:space-between}header nav>a{display:inline-block}header nav>ul{column-gap:30px;display:flex;flex-direction:row}header nav>ul li{color:rgba(0,32,96,.98)}@media only screen and (max-width:550px){:root{--header_height:119px;--header_padding:30px}header{padding:20px var(--header_padding)}header nav{flex-direction:column}header nav ul{column-gap:15px;margin-top:15px}}footer{background:#fff;padding:80px var(--padding_sides) 60px}footer h3{margin-bottom:60px}footer>div{display:flex}footer>div ul{margin-right:90px}footer>div ul li{margin-bottom:10px}footer>div ul li:first-child{color:rgba(0,32,96,.98);font-weight:800;margin-bottom:25px}footer .footmark{color:rgba(0,32,96,.98);margin-top:40px}footer .footmark a{font-weight:800}@media only screen and (max-width:550px){footer{padding:50px var(--padding_sides)}footer h3{margin-bottom:30px}footer>div{flex-direction:column}footer>div ul{display:flex;flex-direction:row;flex-wrap:wrap;margin:0}footer>div ul li{margin:0 10px 0 0}footer>div ul li:first-child{margin:15px 0 0;width:100%}}.pairing-main h1{color:rgba(0,32,96,.98);margin-bottom:20px}.pairing-main h1,.pairing-main p{font-family:Montserrat,sans-serif}.pairing-main p{color:rgba(47,47,47,.75);line-height:1.7}.pairing-contact h3{color:rgba(0,32,96,.98);font-family:Montserrat,sans-serif;margin-bottom:7px}.pairing-contact p{color:rgba(47,47,47,.75);font-family:Montserrat,sans-serif;line-height:1.7}.pairing-page-header h1{margin-bottom:5px}.pairing-double h2,.pairing-page-header h1,.pairing-page-header p{color:rgba(0,32,96,.98);font-family:Montserrat,sans-serif}.pairing-double h2{margin-bottom:10px}.pairing-double p,.pairing-double ul{color:rgba(47,47,47,.75);font-family:Montserrat,sans-serif;line-height:1.7}.pairing-double ul{list-style:disc;padding-left:23px}.pairing-service h3{color:rgba(0,32,96,.98);font-family:Montserrat,sans-serif;margin-bottom:10px}.pairing-service p{color:#707070;color:rgba(47,47,47,.75);font-family:Montserrat,sans-serif;line-height:1.7}.section_products{margin-top:0!important}.section_products>div{margin-top:35px}.section_products>div h3{margin-bottom:10px}.section_products>div ul{display:flex;flex-wrap:wrap;gap:20px}.section_products>div ul li{background-color:#fff;border-radius:3px;max-width:232px;padding:16px;text-align:center;width:100%}.section_products>div ul li img{margin:auto auto 10px}@media only screen and (max-width:550px){.section_products>div ul li{max-width:none;width:calc(50% - 10px)}}.section_services h2{margin-bottom:25px}.section_services>div{display:flex;flex-wrap:wrap;gap:20px}.section_services>div>a{background-color:#fff;border-radius:3px;display:flex;flex-direction:row;padding:25px 30px;width:calc(50% - 10px)}.section_services>div>a img{height:66px;margin-right:15px}@media only screen and (max-width:980px){.section_services>div>a{width:100%}}.section_clients h2{margin-bottom:35px}.section_clients .clients{display:flex;flex-wrap:wrap;gap:20px}.section_clients .clients img{border-radius:3px;height:100px;width:220px}@media only screen and (max-width:980px){.section_clients .clients img{width:calc(50% - 10px)}}.section_contact{margin-bottom:100px}.section_contact h2{margin-bottom:35px}.section_contact>div{align-items:center;display:flex;gap:30px}.section_contact>div>div{width:45%}.section_contact>div #contact_container{max-width:600px;position:relative}.section_contact>div #contact_container #contact_status{align-items:center;background:#fff;border-radius:4px;display:flex;flex-direction:column;gap:20px;height:100%;justify-content:center;opacity:0;pointer-events:none;position:absolute;transition:opacity .3s ease;width:100%}.section_contact>div #contact_container[status] #contact_status{opacity:1;pointer-events:auto;z-index:1}.section_contact>div #contact_form{background:#fff;border-radius:3px;color:rgba(0,32,96,.98);display:flex;flex-direction:column;font-size:.9375rem;padding:30px}.section_contact>div #contact_form>span{color:#e77819;font-size:.8125rem;margin-top:2px}.section_contact>div #contact_form label{margin-bottom:6px;margin-top:20px;text-transform:capitalize}.section_contact>div #contact_form label:first-child{margin-top:0}.section_contact>div #contact_form label span{color:red}.section_contact>div #contact_form input,.section_contact>div #contact_form textarea{border:1px solid #d5d5d5;border-radius:3px;color:rgba(47,47,47,.75);font-family:Montserrat,sans-serif;font-size:.9375rem;line-height:1.7;padding:5px 10px}.section_contact>div #contact_form input:focus,.section_contact>div #contact_form textarea:focus{border-color:rgba(0,32,96,.98)}.section_contact>div #contact_form textarea{resize:vertical}.section_contact>div #contact_form #contact_btn{background-color:rgba(0,32,96,.98);border-radius:3px;color:#fff;cursor:pointer;margin-top:20px;padding:10px;text-align:center;text-transform:capitalize;transition:background-color .3s ease-in-out;width:100%}.section_contact>div #contact_form #contact_btn:hover{background-color:rgba(0,25,76,.98)}.section_contact>div .pairing-contact:not(:last-child){margin-bottom:40px}@media only screen and (max-width:980px){.section_contact>div{flex-direction:column}.section_contact>div>div{width:100%}.section_contact>div #contact_container{max-width:none}}.overlay_image{height:100vh;left:0;max-width:100%;position:absolute;top:0;width:100vw;z-index:-1}.overlay_image:after{background-image:linear-gradient(180deg,hsla(0,0%,95%,.56),#f3f3f3 95%,#f3f3f3);content:"";left:0;position:absolute;top:0}.overlay_image img,.overlay_image:after{height:100%;width:100%}.section_header{display:flex;height:100vh;max-height:350px;position:relative;text-align:center}.section_header .overlay_image{height:calc(100% + var(--header_height));top:calc(var(--header_height)*-1)}.section_header .pairing-page-header{margin:auto;text-transform:capitalize}.hero_section{display:flex;flex-direction:column;min-height:calc(100vh - var(--header_height));padding-bottom:var(--header_height)}.hero_section .pairing-main{margin:auto;max-width:800px}.hero_section>p{align-items:center;color:rgba(0,32,96,.98);display:flex;margin:0 auto}.hero_section>p img{animation:mouse-scroll 1s ease-in-out infinite alternate;margin-right:20px}@keyframes mouse-scroll{0%{transform:translateY(0)}to{transform:translateY(5px)}}.section_about .pairing-double{margin:0 auto 60px;max-width:700px}:root{--padding_sides:95px}@media only screen and (max-width:980px){:root{--padding_sides:30px}}.section_service .pairing-double{margin:0 auto 60px;max-width:calc(700px + var(--padding_sides)*2)}.section_service .slider img{height:300px;margin-right:30px;width:450px}
/*# sourceMappingURL=master.css.map*/