@import"https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap";*{margin:0;box-sizing:border-box}html{font-size:10px;scroll-behavior:smooth}img{max-width:100%;height:auto}.se-pre-con{position:fixed;left:0px;top:0px;width:100%;height:100%;z-index:999999;background:url(../img/loader.gif) center no-repeat #fff;background-size:auto;background-size:150px auto;text-align:center}main{padding-top:72.5px}@media(min-width: 992px){main{padding-top:62.5px}}figure{margin-bottom:0}.container{width:100%;padding:0 1rem;margin-inline:auto}@media(min-width: 576px){.container{width:100%}}@media(min-width: 768px){.container{width:740}}@media(min-width: 992px){.container{width:970px}}@media(min-width: 1200px){.container{width:1140px}}body{font-size:1.6rem;line-height:1.2;font-weight:400;font-family:"Open Sans",sans-serif;color:#000}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6,b,strong{font-weight:700}h1,.h1{font-size:3.2rem}h2,.h2{font-size:2.8rem}h3,.h3{font-size:2.4rem}h4,.h4{font-size:2rem}h5,.h5{font-size:1.8rem}h6,.h6{font-size:1.6rem}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6,p,ul,ol{margin-bottom:2rem}.list-unstyled{list-style:none;padding:0}a{text-decoration:underline;color:#000;font-weight:500}p{line-height:2.4rem}.default-btn{background-color:#333;color:#fff;border:none;display:inline-block;padding:10px 30px;text-decoration:none;position:relative}.default-btn:before{position:absolute;inset:0;border:1px solid #fff;display:block;transition:.3s linear;content:"";z-index:0}.default-btn:hover{background-color:#000}.default-btn:hover:before{inset:3px}@media(min-width: 992px){.section-title{font-size:4rem}}.img-placeholder{position:relative;display:block}.img-placeholder:after{content:"";display:block;padding-top:100%}.img-placeholder img,.img-placeholder video,.img-placeholder iframe{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.text-center{text-align:center}.d-flex{display:flex}.action-wrapper a.btn-mob{display:inline-flex;align-items:center;justify-content:center}@media(min-width: 992px){.action-wrapper a.btn-mob{display:none}}.action-wrapper a.btn-mob span{margin-left:15px;border-radius:50%;background-color:#fff;width:30px;height:30px;display:flex;justify-content:center;align-items:center}.action-wrapper a.btn-mob span svg{color:#000}.action-wrapper a.btn-desc{display:none}@media(min-width: 992px){.action-wrapper a.btn-desc{display:inline-block;padding:20px 40px;font-size:2rem}}.animation{opacity:0;position:relative;animation-fill-mode:forwards}.animation-wrapper{overflow:hidden}.to-up-item{transform:translate(0, 100%);display:block}@keyframes slideLeft{0%{opacity:0;transform:translateX(50%)}100%{opacity:1;transform:translateX(0)}}.slideLeft{animation-name:slideLeft;animation-duration:1s}@keyframes slideRight{0%{opacity:0;transform:translateX(-50px)}100%{opacity:1;transform:translateX(0)}}.slideRight{animation-name:slideRight;animation-duration:1s}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)}100%{opacity:1;transform:translateY(0)}}.slideUp{animation-name:slideUp;animation-duration:1s}@keyframes slideDown{0%{opacity:0;transform:translateY(-50%)}100%{opacity:1;transform:translateX(0)}}.slideDown{animation-name:slideDown;animation-duration:1s}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{animation-name:fadeIn;animation-duration:.8s}@keyframes toUp{0%{transform:translate(0, 100%);opacity:1}100%{transform:translate(0);opacity:1}}.toUp{animation:toUp .6s linear;animation-fill-mode:forwards}@keyframes toDown{0%{transform:translate(0, -100%);opacity:1}50%{transform:translate(0, 5%);opacity:1}75%{transform:translate(0, 3%);opacity:1}100%{transform:translate(0);opacity:1}}.toDown{animation:toDown 1.5s ease-in;animation-fill-mode:forwards}@keyframes toRight{0%{width:0%;opacity:1}100%{width:100%;opacity:1}}.toRight{animation:toRight 1s ease-out;animation-fill-mode:forwards}@keyframes hidePreloader{0%{opacity:1}100%{opacity:0;height:0}}@keyframes bounce{0%{transform:translateY(0)}25%{transform:translateY(-5px)}50%{transform:translateY(0)}75%{transform:translateY(5px)}100%{transform:translateY(0)}}.bounce{animation:bounce 1s linear;animation-iteration-count:infinite}header{padding:5px 0;background-color:#000;position:fixed;top:0;left:0;width:100%;z-index:10}@media(min-width: 992px){header{padding:0}}header .header-nav{display:flex;flex-wrap:wrap;align-items:center}@media(min-width: 992px){header .header-nav{flex-wrap:nowrap;justify-content:space-between}}header .logo,header .custom-logo-link{color:#fff;text-decoration:none;max-width:180px;font-size:3rem;font-weight:500}header .logo img,header .custom-logo-link img{display:block}header .call-button-mobile{background-color:#fff;width:3rem;height:3rem;display:flex;justify-content:center;align-items:center;border-radius:50%;margin-left:auto}@media(min-width: 992px){header .call-button-mobile{display:none}}header .call-button-desctop{display:none;color:#fff}@media(min-width: 992px){header .call-button-desctop{display:block}}header .navbar-toggler{border:none;background-color:rgba(0,0,0,0);width:3rem;height:3rem;display:flex;justify-content:center;align-items:center;margin-left:1.5rem;cursor:pointer;transition:.3s linear}header .navbar-toggler.open{transform:rotate(90deg)}@media(min-width: 992px){header .navbar-toggler{display:none !important}}header .navbar-toggler svg{color:#fff;font-size:3rem}header .main-menu{padding-top:2rem;flex:0 0 100%;margin-bottom:0;display:none}@media(min-width: 992px){header .main-menu{display:flex !important;align-items:center;flex:0 0 auto;padding-top:0}}header .main-menu .menu-item{position:relative}@media(min-width: 992px){header .main-menu .menu-item:hover .submenu{top:100%;opacity:1}}header .main-menu .menu-item .menu-link{position:relative;display:block;padding:8px 3rem 8px 1rem;color:#fff;text-transform:uppercase;transition:.3s linear;text-decoration:none;font-weight:500;font-size:1.8rem}header .main-menu .menu-item .menu-link:after{content:"";display:block;position:absolute;left:0;bottom:0;width:0;height:5px;background-color:#fff;transition:.3s linear}@media(min-width: 992px){header .main-menu .menu-item .menu-link{padding:2rem}}header .main-menu .menu-item .menu-link.active,header .main-menu .menu-item .menu-link:hover{background-color:#fff;color:#000}@media(min-width: 992px){header .main-menu .menu-item .menu-link.active,header .main-menu .menu-item .menu-link:hover{background-color:#000;color:#fff}header .main-menu .menu-item .menu-link.active:after,header .main-menu .menu-item .menu-link:hover:after{width:100%}}header .main-menu .menu-item .menu-link.active .toggle-submenu svg,header .main-menu .menu-item .menu-link:hover .toggle-submenu svg{color:#000}header .main-menu .menu-item .menu-link .toggle-submenu{position:absolute;top:0;right:0;height:100%;width:2.5rem;display:flex;justify-content:center;align-items:center}@media(min-width: 992px){header .main-menu .menu-item .menu-link .toggle-submenu{display:none !important}}header .main-menu .menu-item .menu-link .toggle-submenu svg{color:#fff}header .main-menu .menu-item .submenu{margin-bottom:0;padding-left:1rem;display:none;background-color:#000}@media(min-width: 992px){header .main-menu .menu-item .submenu{transition:.3s linear;position:absolute;top:calc(100% + 5px);min-width:150px;left:0;opacity:0;display:block !important;padding-left:0}header .main-menu .menu-item .submenu .menu-link{padding:1.5rem 1rem}header .main-menu .menu-item .submenu .menu-link:after{height:2px !important}}.breadcrumbs{padding:4rem 0 2rem;border:none}.breadcrumbs .breadcrumb-item.active span{color:#000 !important}.breadcrumbs .breadcrumb-item::after{color:#000}.breadcrumbs .breadcrumb-item a{text-decoration:none;font-weight:600}.breadcrumbs .breadcrumb-item a:hover{text-decoration:underline}.breadcrumbs .breadcrumb-item a span{color:#000}.about{padding:20px 0 50px}.about .section-title{margin-bottom:5rem}.about .about-data{max-width:800px;margin-inline:auto;margin-bottom:3rem}@media(min-width: 768px){.about .about-wrapper{display:grid;grid-template-columns:repeat(2, 1fr);column-gap:20px;align-items:center}}.about .about-wrapper .about-content{margin-bottom:3rem}.about .about-wrapper .about-content h2,.about .about-wrapper .about-content h3{margin-bottom:1rem}@media(min-width: 768px){.about .about-wrapper .about-content{margin-bottom:0rem;padding:30px}}@media(min-width: 992px){.about .about-wrapper .about-content{padding:30px}}@media(min-width: 1200px){.about .about-wrapper .about-content{padding:60px}}.about .about-wrapper .about-content .benefits{align-items:center;transition:.3s linear;cursor:pointer}.about .about-wrapper .about-content .benefits:hover{padding-left:10px}.about .about-wrapper .about-content .benefits .icon{flex:0 0 40px;width:40px;height:40px;border:2px solid #000;border-radius:50%;display:flex;justify-content:center;align-items:center;margin-right:10px}.about .about-wrapper .about-content .benefits .text{font-size:2rem;font-weight:600;letter-spacing:-0.5px}.about .about-wrapper .about-image{position:relative;overflow:hidden}.about .about-wrapper .about-image:after{content:"";padding-top:75%;display:block}.about .about-wrapper .about-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center center}.info{background-color:#ccc}.info{padding:50px 0;text-align:center}.info .info-data{max-width:700px;margin-inline:auto}.services{padding:4rem 0;background-color:#eee}@media(min-width: 576px){.services{padding:4rem 0 5rem}}.services .section-title{display:flex;padding:0 40px;justify-content:space-between;align-items:center}.services .section-title a{font-size:1.8rem;font-weight:500}.services .services-wrapper{margin-bottom:2rem}@media(min-width: 576px){.services .services-wrapper{margin-bottom:3.3rem}}@media(min-width: 768px){.services .services-wrapper{display:grid;grid-template-columns:repeat(2, 1fr);gap:1.5rem}}.services .services-wrapper .services-item-item{display:block}.services .services-wrapper .services-item-item:not(:last-of-type){margin-bottom:2rem}@media(min-width: 768px){.services .services-wrapper .services-item-item:not(:last-of-type){margin-bottom:0}}.services .service-item-img{overflow:hidden}.services .service-item-img:hover img{transform:scale(1.05) perspective(1000px)}.services .service-item-img:hover .service-item-overlay::after{margin:1rem;border-color:#fff}.services .service-item-img img{transition:.4s linear}.services .service-item-img .service-item-info{position:absolute;z-index:4;bottom:5rem;left:5rem;text-align:left}.services .service-item-img .service-item-info .service-item-title{font-size:2.8rem;font-weight:400;line-height:152%;color:#fff;white-space:nowrap;margin-bottom:0;text-transform:uppercase;font-weight:700}@media(min-width: 768px){.services .service-item-img .service-item-info .service-item-title{font-size:3.2rem}}.services .service-item-img .service-item-info .service-item-desc{font-size:1.8rem;font-weight:400;letter-spacing:1.4px;color:#fff;white-space:nowrap;margin-bottom:2.3rem}.services .service-item-img .service-item-info .service-item-link{font-weight:700;line-height:152.5%;letter-spacing:1.4px;text-transform:uppercase;color:#fff;margin-bottom:0;display:inline-block}.services .service-item-img .service-item-info .service-item-link::after{content:"";display:block;height:1px;width:100%;background-color:#fff;transition:.3s linear}@media(min-width: 768px){.services .service-item-img .service-item-info .service-item-link::after{width:0}}@media(min-width: 768px){.services .service-item-img .service-item-info .service-item-link:hover:after{width:100%}}.services .service-item-img .service-item-overlay{position:absolute;z-index:2;inset:0;background-color:rgba(0,0,0,.4)}.services .service-item-img .service-item-overlay::after{content:"";display:block;position:absolute;z-index:3;inset:0;border:1px solid rgba(0,0,0,0);transition:.4s linear}.services .service-item-box{background-color:rgba(0,0,0,.031372549);text-align:center;padding:2rem}@media(min-width: 768px){.services .service-item-box{display:flex;justify-content:space-evenly;padding:3rem 0}}.services .service-item-box .service-item-item{padding-inline:1rem}.services .service-item-box .service-item-item:not(:last-of-type){margin-bottom:2rem}@media(min-width: 768px){.services .service-item-box .service-item-item:not(:last-of-type){margin-bottom:0}}@media(min-width: 768px){.services .service-item-box .service-item-item:nth-of-type(2){padding-inline:2.5rem;border-left:1px solid rgba(0,0,0,.2);border-right:1px solid rgba(0,0,0,.2)}}@media(min-width: 992px){.services .service-item-box .service-item-item:nth-of-type(2){padding-inline:6rem}}@media(min-width: 1265px){.services .service-item-box .service-item-item:nth-of-type(2){padding-inline:12.4rem}}.services .service-item-box .service-item-item .service-item-img{max-width:30px;margin-inline:auto;margin-bottom:1.1rem}@media(min-width: 1265px){.services .service-item-box .service-item-item .service-item-img{max-width:39px}}.services .service-item-box .service-item-item .service-item-img img{object-fit:contain}.services .service-item-box .service-item-item .service-item-title{font-size:2rem;font-weight:500;line-height:152.5%;letter-spacing:1px;color:#000;text-transform:uppercase;margin-bottom:4px}@media(min-width: 768px){.services .service-item-box .service-item-item .service-item-title{font-size:1.6rem}}@media(min-width: 992px){.services .service-item-box .service-item-item .service-item-title{font-size:2rem}}.services .service-item-box .service-item-item .service-item-desc{font-size:1.6rem;font-weight:400;line-height:152.5%;color:#fff;margin-bottom:0;max-width:25rem;margin-inline:auto}@media(min-width: 768px){.services .service-item-box .service-item-item .service-item-desc{font-size:1.4rem}}@media(min-width: 992px){.services .service-item-box .service-item-item .service-item-desc{font-size:1.6rem}}.small-gallery{display:grid;grid-template-columns:repeat(2, 1fr);padding:20px 0 0}@media(min-width: 992px){.small-gallery{grid-template-columns:repeat(5, 1fr);grid-gap:8px;padding-inline:8px}}.small-gallery .gallery-item:after{padding-top:75%}.small-gallery .gallery-item:nth-of-type(1){grid-row:1/3;grid-column:1/3}.small-gallery .gallery-item:nth-of-type(1):after{padding-top:75%}.small-gallery .gallery-item:nth-of-type(2){grid-row:3/5;grid-column:1}@media(min-width: 992px){.small-gallery .gallery-item:nth-of-type(2){grid-row:1/3;grid-column:3}}.small-gallery .gallery-item:nth-of-type(2):after{padding-top:150%}@media(min-width: 992px){.small-gallery .gallery-item:nth-of-type(2):after{padding-top:calc(150% + 8px)}}.small-gallery .gallery-item:nth-of-type(5){grid-row:4/6;grid-column:2}@media(min-width: 992px){.small-gallery .gallery-item:nth-of-type(5){grid-row:2/4;grid-column:4}}.small-gallery .gallery-item:nth-of-type(5):after{padding-top:150%}@media(min-width: 992px){.small-gallery .gallery-item:nth-of-type(5):after{padding-top:calc(150% + 8px)}}.small-gallery .gallery-item:nth-of-type(6){grid-row:6/8;grid-column:1}@media(min-width: 992px){.small-gallery .gallery-item:nth-of-type(6){grid-row:2/3;grid-column:5}}.small-gallery .gallery-item:nth-of-type(6):after{padding-top:150%}@media(min-width: 1024px){.small-gallery .gallery-item:nth-of-type(6):after{padding-top:75%}}.small-gallery .gallery-item:nth-of-type(8){grid-row:8/9;grid-column:1}@media(min-width: 992px){.small-gallery .gallery-item:nth-of-type(8){grid-row:3;grid-column:2}}.small-gallery .gallery-item:nth-of-type(8):after{padding-top:75%}.small-gallery .gallery-item:nth-of-type(9){grid-row:7/9;grid-column:2}@media(min-width: 992px){.small-gallery .gallery-item:nth-of-type(9){grid-row:3;grid-column:3}}.small-gallery .gallery-item:nth-of-type(9):after{padding-top:150%}@media(min-width: 1024px){.small-gallery .gallery-item:nth-of-type(9):after{padding-top:75%}}.small-gallery .gallery-item:nth-of-type(10){grid-row:9/11;grid-column:1/3}@media(min-width: 992px){.small-gallery .gallery-item:nth-of-type(10){grid-row:3/4;grid-column:5}}.small-gallery .gallery-item:nth-of-type(10):after{padding-top:75%}footer{padding:5px 0;background-color:#000}@media(min-width: 768px){footer .footer-top .container{display:flex;justify-content:space-between;align-items:center}}footer .footer-top .logo,footer .footer-top .custom-logo-link{color:#fff;text-decoration:none;max-width:180px;font-size:3rem;font-weight:500;display:block;margin-inline:auto;text-align:center}@media(min-width: 768px){footer .footer-top .logo,footer .footer-top .custom-logo-link{margin-inline:0;text-align:left}}footer .footer-top .logo img,footer .footer-top .custom-logo-link img{display:block}footer .footer-top .footer-menu{padding-top:2rem;flex:0 0 100%;margin-bottom:0}@media(min-width: 768px){footer .footer-top .footer-menu{display:flex !important;align-items:center;flex:0 0 auto;padding-top:0}}footer .footer-top .footer-menu .menu-item{position:relative}@media(min-width: 768px){footer .footer-top .footer-menu .menu-item:hover .submenu{top:100%;opacity:1}}footer .footer-top .footer-menu .menu-item .menu-link{position:relative;display:block;padding:8px 3rem 8px 1rem;color:#fff;text-transform:uppercase;transition:.3s linear;text-decoration:none;font-weight:500;font-size:1.8rem;text-align:center}footer .footer-top .footer-menu .menu-item .menu-link:after{content:"";display:block;position:absolute;left:0;bottom:0;width:0;height:5px;background-color:#fff;transition:.3s linear}@media(min-width: 768px){footer .footer-top .footer-menu .menu-item .menu-link{padding:2rem}}footer .footer-top .footer-menu .menu-item .menu-link.active,footer .footer-top .footer-menu .menu-item .menu-link:hover{background-color:#fff;color:#000}@media(min-width: 768px){footer .footer-top .footer-menu .menu-item .menu-link.active,footer .footer-top .footer-menu .menu-item .menu-link:hover{background-color:#000;color:#fff}footer .footer-top .footer-menu .menu-item .menu-link.active:after,footer .footer-top .footer-menu .menu-item .menu-link:hover:after{width:100%}}footer .footer-top .footer-menu .menu-item .menu-link.active .toggle-submenu svg,footer .footer-top .footer-menu .menu-item .menu-link:hover .toggle-submenu svg{color:#000}footer .footer-top .footer-menu .menu-item .menu-link .toggle-submenu{position:absolute;top:0;right:0;height:100%;width:2.5rem;display:flex;justify-content:center;align-items:center}@media(min-width: 768px){footer .footer-top .footer-menu .menu-item .menu-link .toggle-submenu{display:none !important}}footer .footer-top .footer-menu .menu-item .menu-link .toggle-submenu svg{color:#fff}footer .footer-top .footer-menu .menu-item .submenu{margin-bottom:0;padding-left:1rem;display:none;background-color:#000}@media(min-width: 768px){footer .footer-top .footer-menu .menu-item .submenu{transition:.3s linear;position:absolute;top:calc(100% + 5px);min-width:150px;left:0;opacity:0;display:block !important;padding-left:0}footer .footer-top .footer-menu .menu-item .submenu .menu-link{padding:1.5rem 1rem}footer .footer-top .footer-menu .menu-item .submenu .menu-link:after{height:2px !important}}footer .footer-bottom{background-color:#fff;padding:20px 0}@media(min-width: 768px){footer .footer-bottom .container{display:flex;justify-content:space-between;align-items:center}}footer .footer-bottom .container .static-menu{display:flex;justify-content:center;margin-bottom:20px}@media(min-width: 768px){footer .footer-bottom .container .static-menu{margin-bottom:0}}footer .footer-bottom .container .static-menu a{color:#000;text-decoration:none;padding:0 5px;font-size:1.5rem}@media(min-width: 576px){footer .footer-bottom .container .static-menu a{padding:0 10px;font-size:1.6rem}}footer .footer-bottom .container .static-menu a:hover,footer .footer-bottom .container .static-menu a.active{text-decoration:underline}footer .footer-bottom .container .copyright{text-align:center;margin-bottom:0}/*# sourceMappingURL=about.css.map */
