﻿@keyframes fadeInLeft{from{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes fadeInRight{from{transform:translateX(-100%);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes fadeInTop{from{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeInBottom{from{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes zoomIn{from{transform:scale(0.5);opacity:0}to{transform:scale(1);opacity:1}}@keyframes fadeup{0%{opacity:0;transform:translateY(80px)}100%{opacity:1;transform:translateY(0)}}@keyframes flipIn{0%{transform:rotate3d(-1, 1, 0, -80deg);opacity:0}100%{transform:rotate3d(1, 1, 0, 0deg);opacity:1}}@keyframes loopScale{0%{transform:scale(1)}100%{transform:scale(1.1)}}.fadeInLeft.show-animate{animation:fadeInLeft 1s ease-out forwards}.fadeInRight.show-animate{animation:fadeInRight 1s ease-out forwards}.fadeInTop.show-animate{animation:fadeInTop 1s ease-out forwards}.fadeInBottom.show-animate{animation:fadeInBottom 1s ease-out forwards}.zoomIn.show-animate{animation:zoomIn 1s ease-out forwards}.fade-left,.fade-right,.fade-top,.fade-bottom,.zoomIn{opacity:0}.show-animate{opacity:1}.bg-green{background:linear-gradient(60deg, #1a1a3e, #0f09d0, #1a1a3e)}.swiper{width:100%;margin-left:auto;margin-right:auto}.swiper-slide{background-size:cover;background-position:center}.swiper-slide img{display:block;width:100%;height:100%;object-fit:cover}*{margin:0px;padding:0px;box-sizing:border-box;font-family:"Inter",sans-serif}img{width:100%;height:auto}body{overflow-x:hidden !important}section{overflow-x:hidden}.bg-cinza{background:#f5f5f5}.section-padding{padding:70px 0}.obj-contain{object-fit:contain !important}.overflow-unset{overflow:unset !important}.sticky-div{position:sticky;top:130px;z-index:4}.moreText{display:none}.go-top-btn{background:#1a1a3e;height:55px;width:55px;right:15px;bottom:10px;position:fixed;z-index:10;font-size:20px;text-align:center;border-radius:50%;border:2px solid rgba(0,0,0,0);box-shadow:0 0 10px 3px rgba(108,98,98,.2);color:#1f1f1f;text-decoration:none;transition:all .4s;display:none;cursor:pointer}.go-top-btn i{display:block;line-height:52px;color:#fff}.sticky-div{position:sticky !important;top:130px;z-index:4}*{scrollbar-width:auto;scrollbar-color:#0f09d0 #fff}*::-webkit-scrollbar{width:11px}*::-webkit-scrollbar-track{background:#f5f5f5;border-radius:10px}*::-webkit-scrollbar-thumb{background-color:#0f09d0;border-radius:10px;border:3px solid #fff}*::-webkit-scrollbar-thumb:hover{background-color:#faf115}h1,h2,h3,h4,h5{margin-bottom:1rem;margin:0;padding:0;font-weight:600}ul,ol{padding:0;margin:0}li{list-style:none;color:#171717}a{color:#171717;text-decoration:none;transition:.4s ease}p{color:#171717;margin-bottom:15px;font-size:1em;line-height:22px}.section-title h1,.section-title h2{font-size:3em;font-weight:700;font-family:"Inter",sans-serif}.section-title span{text-transform:uppercase;font-size:.9em;display:block}.int-typography h2,.int-typography h3,.int-typography h4{margin-bottom:10px}.int-typography ul{margin-bottom:10px}.int-typography ul li{list-style-type:disc;list-style-position:inside;margin-bottom:5px;font-size:1em}.divider{background:#0f09d0;-webkit-mask-image:url(../img/logo/divider.svg);-webkit-mask-position:center center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;mask-image:url(../img/logo/divider.svg);mask-position:center center;mask-size:contain;mask-repeat:no-repeat;width:55px;height:25px}.title-area2{position:relative;margin-top:15px;margin-bottom:20px;overflow:visible}.title-area2.white h2,.title-area2.white h3,.title-area2.white .title{color:#fff}.title-area2.white p{color:#fff}.title-area2.white span,.title-area2.white .subtitle{color:#fff}.title-area2.white span .subtitle-tagline,.title-area2.white .subtitle .subtitle-tagline{border:2px solid #fff}.title-area2.white span .subtitle-tagline::before,.title-area2.white .subtitle .subtitle-tagline::before{background:#fff}.title-area2.white span .subtitle-tagline::after,.title-area2.white .subtitle .subtitle-tagline::after{border-color:#fff}.title-area2.text-center .subtitle{justify-content:center;margin-left:auto;margin-right:auto}.title-area2 span,.title-area2 .subtitle{position:relative;display:inline-flex;align-items:center;justify-content:center;max-width:100%;text-transform:uppercase;color:#000;font-weight:400;font-size:1rem;letter-spacing:.18em;padding:8px 0px;margin-bottom:15px;border-radius:2px;overflow:visible}.title-area2 span .subtitle-tagline,.title-area2 .subtitle .subtitle-tagline{width:24px;height:24px;display:inline-block;border:2px solid #0f09d0;border-radius:6px;position:relative;top:0;margin-right:10px;overflow:hidden;background:rgba(0,0,0,0);animation:rotateTagline 3s ease-in-out infinite;contain:layout style paint}.title-area2 span .subtitle-tagline::before,.title-area2 .subtitle .subtitle-tagline::before{content:"";position:absolute;width:7px;height:7px;background-color:#faf115;border-radius:2px;top:50%;left:50%;transform:translate(-50%, -50%);animation:pulseTagline 1.5s ease-in-out infinite}.title-area2 span .subtitle-tagline::after,.title-area2 .subtitle .subtitle-tagline::after{content:"";position:absolute;width:100%;height:100%;top:0;left:0;border:2px solid #faf115;border-radius:6px;opacity:0;animation:expandTagline 2s ease-in-out infinite}@keyframes rotateTagline{0%,100%{transform:rotate(0deg)}25%{transform:rotate(90deg)}50%{transform:rotate(180deg)}75%{transform:rotate(270deg)}}@keyframes pulseTagline{0%,100%{transform:translate(-50%, -50%) scale(1);opacity:1}50%{transform:translate(-50%, -50%) scale(1.3);opacity:.7}}@keyframes expandTagline{0%{transform:scale(1);opacity:.8}50%{transform:scale(1.15);opacity:0}100%{transform:scale(1);opacity:0}}.title-area2 h2,.title-area2 h3,.title-area2 .title{color:#171717;font-size:2.6rem;line-height:2.8rem;font-weight:500;text-transform:uppercase;margin-top:-0.25em}.title-area2 h2 b,.title-area2 h3 b,.title-area2 .title b{font-weight:300}.title-area2 h2 b.tam2,.title-area2 h3 b.tam2,.title-area2 .title b.tam2{font-size:1.8rem}@media only screen and (min-width: 992px)and (max-width: 1199px){.title-area2 h2,.title-area2 h3,.title-area2 .title{font-size:2.4rem;line-height:2.6rem}}@media only screen and (min-width: 576px)and (max-width: 767px),(max-width: 575px){.title-area2 h2,.title-area2 h3,.title-area2 .title{font-size:1.8rem;line-height:2.2rem}}.title-area2 p{margin-top:20px;color:#171717}.title-area2 .shape{height:30px;width:200px;position:relative;margin-top:10px !important}@media only screen and (min-width: 992px)and (max-width: 1199px){.title-area2 .shape{width:200px}}.title-area2 .shape::before{position:absolute;content:"";width:100%;height:100%;top:0px;left:0;background-image:url(../img/banners/divider-shape2.webp);background-size:100%;background-repeat:no-repeat;background-position:center}.title-area2.text-center{text-align:center}.title-area2.text-center span,.title-area2.text-center .subtitle{left:50%;transform:translateX(-50%)}.title-area2.text-center .shape{margin:0 auto}.title-area2.dark h2,.title-area2.dark h3,.title-area2.dark .title{color:#fff}header .top_menu{display:flex;align-items:center;background-color:#fff;padding:5px 0;min-height:100px}@media only screen and (min-width: 768px)and (max-width: 991px){header .top_menu{display:none}}@media only screen and (min-width: 576px)and (max-width: 767px){header .top_menu{display:none}}@media(max-width: 575px){header .top_menu{display:none}}header .top_menu .top-logo{background-color:#fff;display:flex;align-items:center;justify-content:center;width:160px;height:100%}@media only screen and (min-width: 992px)and (max-width: 1199px){header .top_menu .top-logo{width:140px}}@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),(max-width: 575px){header .top_menu .top-logo{display:none}}header .top_menu .top-logo .image-logo{height:100%}header .top_menu .top-logo .image-logo img{width:100%;height:100%;object-fit:contain}header .top_menu .dn_btn{display:inline-block;font-size:14px;margin-right:15px;font-weight:normal;color:#fff;transition:all 300ms linear 0s}@media only screen and (min-width: 992px)and (max-width: 1199px){header .top_menu .dn_btn{margin-right:10px}}header .top_menu .dn_btn:hover{color:#faf115}header .top_menu .header-social a{color:#fff;transition:all 300ms linear 0s}header .top_menu .header-social a:hover{color:#faf115}header .top_menu .header-social a i{margin-right:10px}@media only screen and (min-width: 992px)and (max-width: 1199px){header .top_menu .header-social a i{margin-right:6px}}header .top_menu .contact-menu{display:flex;flex-wrap:wrap;align-items:center;justify-content:end;width:100%;padding:10px}header .top_menu .contact-menu .item{display:flex;align-items:start;padding:10px;height:auto}@media only screen and (min-width: 992px)and (max-width: 1199px){header .top_menu .contact-menu .item{padding:0px;padding-right:5px}}header .top_menu .contact-menu .item span{font-size:18px;font-weight:600;margin-bottom:2px;color:#0f09d0}@media only screen and (min-width: 992px)and (max-width: 1199px){header .top_menu .contact-menu .item span{font-size:16px}}header .top_menu .contact-menu .item .icon{display:flex}header .top_menu .contact-menu .item .icon i{display:flex;justify-content:center;align-items:center;font-size:22px;width:50px;height:50px;border-radius:0;margin-right:5px;background:#faf115;color:#0f09d0}@media only screen and (min-width: 992px)and (max-width: 1199px){header .top_menu .contact-menu .item .icon i{width:40px;height:40px;font-size:18px}}header .top_menu .contact-menu .item .info{display:flex;flex-direction:column}header .top_menu .contact-menu .item .info a,header .top_menu .contact-menu .item .info .dn_btn{font-size:16px;word-break:break-word;color:#000;transition:.2s ease}header .top_menu .contact-menu .item .info a:hover,header .top_menu .contact-menu .item .info .dn_btn:hover{color:#1a1a3e}@media only screen and (min-width: 992px)and (max-width: 1199px){header .top_menu .contact-menu .item .info a,header .top_menu .contact-menu .item .info .dn_btn{font-size:14px}}header .header-area{background:rgba(0,0,0,0);box-shadow:rgba(99,99,99,.2) 0px 2px 8px 0px;position:fixed;top:0;left:0;width:100%;z-index:5}@media only screen and (min-width: 1441px),only screen and (min-width: 1200px)and (max-width: 1440px),only screen and (min-width: 992px)and (max-width: 1199px){header .header-area{box-shadow:none}}@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),(max-width: 575px){header .header-area{background-color:#fff}}header .header-area.sticky{background:rgba(0,0,0,0);animation:remove-top .8s ease-in-out}@keyframes remove-top{0%{transform:translateY(-100%)}100%{transform:translateY(0)}}@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),(max-width: 575px){header .header-area.sticky{background-color:#fff}}header .header-area.sticky .header-main{width:100%}header .header-area.sticky .nav-branding{color:#000}header .header-area.sticky .nav-menu .menu li a{color:#fff}header .header-area.sticky .top_menu{display:none}header .header-area .header-main{display:flex;justify-content:center;padding:0px 50px;height:60px;align-items:center;position:relative}@media only screen and (min-width: 1441px),only screen and (min-width: 1200px)and (max-width: 1440px),only screen and (min-width: 992px)and (max-width: 1199px){header .header-area .header-main{box-shadow:rgba(99,99,99,.2) 0px 5px 15px 0px;justify-content:end;align-items:center;width:100%;height:60px;background:#1a1a3e;margin:0 auto;padding-right:0}}@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),(max-width: 575px){header .header-area .header-main{padding:0px 30px;justify-content:space-between;height:100px}}header .header-area .header-main .logo{display:none;width:250px;padding:0 15px}@media only screen and (min-width: 992px)and (max-width: 1199px){header .header-area .header-main .logo{width:200px}}@media only screen and (min-width: 768px)and (max-width: 991px){header .header-area .header-main .logo{display:flex;width:180px}}@media only screen and (min-width: 576px)and (max-width: 767px),(max-width: 575px){header .header-area .header-main .logo{display:flex;width:170px}}header .header-area .header-main .logo img{width:100%;height:auto}header .header-area .header-main .logo-scroll{display:block;position:absolute;left:50px;top:50%;transform:translateY(-50%) translateX(-20px);width:200px;padding:0 15px;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease,transform .3s ease;z-index:10}@media only screen and (min-width: 992px)and (max-width: 1199px){header .header-area .header-main .logo-scroll{width:180px;left:30px}}@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),(max-width: 575px){header .header-area .header-main .logo-scroll{display:none !important}}header .header-area .header-main .logo-scroll.show{opacity:1;visibility:visible;transform:translateY(-50%) translateX(0)}header .header-area .header-main .logo-scroll .logo-scroll-inner{display:flex;align-items:center;justify-content:center}header .header-area .header-main .logo-scroll .logo-scroll-inner img{width:100%;height:auto}header .header-area .header-main .nav-menu{padding:0 15px}header .header-area .header-main .nav-menu .menu .menu-item{display:inline-block;margin-left:20px;position:relative}@media only screen and (min-width: 992px)and (max-width: 1199px){header .header-area .header-main .nav-menu .menu .menu-item{margin-left:10px}}header .header-area .header-main .nav-menu .menu .menu-item:first-child{margin-left:0}header .header-area .header-main .nav-menu .menu .menu-item>a{display:block;padding:12px 0;font-size:16px;text-transform:uppercase;color:#fff;font-weight:500;transition:all .3s ease}@media only screen and (min-width: 992px)and (max-width: 1199px){header .header-area .header-main .nav-menu .menu .menu-item>a{font-size:15px}}header .header-area .header-main .nav-menu .menu .menu-item>a .plus{display:inline-block;height:12px;width:12px;position:relative;margin-left:6px;pointer-events:none}header .header-area .header-main .nav-menu .menu .menu-item>a .plus::before,header .header-area .header-main .nav-menu .menu .menu-item>a .plus::after{content:"";position:absolute;box-sizing:border-box;left:50%;top:50%;background:#fff;height:2px;width:100%;transform:translate(-50%, -50%);transition:all .3s ease}header .header-area .header-main .nav-menu .menu .menu-item>a .plus::after{transform:translate(-50%, -50%) rotate(-90deg)}header .header-area .header-main .nav-menu .menu .menu-item>a::after{content:"";display:block;margin:auto;height:3px;width:0;position:relative;top:1px;background:rgba(0,0,0,0);transition:all .3s}header .header-area .header-main .nav-menu .menu .menu-item>a:hover{color:#faf115}header .header-area .header-main .nav-menu .menu .menu-item>a:hover .plus::before,header .header-area .header-main .nav-menu .menu .menu-item>a:hover .plus:after{background-color:#1a1a3e}header .header-area .header-main .nav-menu .menu .menu-item>a:hover::after,header .header-area .header-main .nav-menu .menu .menu-item>a.active-nav::after{width:100%;background:#faf115}header .header-area .header-main .nav-menu .menu .menu-item .sub-menu{box-shadow:0 0 10px rgba(0,0,0,.2);width:260px;position:absolute;right:0;top:110%;background-color:#fff;padding:6px 0 8px;border-top:3px solid #1a1a3e;transform:translateY(10px);transition:all .3s ease;opacity:0;visibility:hidden}@media only screen and (min-width: 1441px),only screen and (min-width: 1200px)and (max-width: 1440px),only screen and (min-width: 992px)and (max-width: 1199px){header .header-area .header-main .nav-menu .menu .menu-item .sub-menu{height:220px;overflow-y:auto}}header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .menu-item{display:block;margin:0 14px}header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .menu-item a{display:block;font-size:14px;font-weight:600;text-transform:capitalize;color:#000;padding:4px 0;transition:all .3s ease}header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .menu-item a:hover{color:#faf115;padding-left:4px}header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .menu-item a::after{display:none}@media(min-width: 992px){header .header-area .header-main .nav-menu .menu .has-children:hover .sub-menu{transform:translateY(0);opacity:1;visibility:visible}header .header-area .header-main .nav-menu .menu .has-children:hover>a .plus::after{transform:translate(-50%, -50%) rotate(0deg)}}@media(max-width: 991px){header .header-area .header-main .nav-menu{position:fixed;right:-280px;visibility:hidden;width:280px;height:100%;top:0;overflow-y:auto;background-color:#222;z-index:1000;padding:15px 0;transition:all .5s ease}header .header-area .header-main .nav-menu .menu .menu-item{display:block;margin:0}header .header-area .header-main .nav-menu .menu .menu-item>a{color:#fff;padding:12px 15px;border-bottom:1px solid #333}header .header-area .header-main .nav-menu .menu .menu-item>a .plus::before,header .header-area .header-main .nav-menu .menu .menu-item>a .plus::after{background-color:#fff}header .header-area .header-main .nav-menu .menu .menu-item>a::after{display:none}header .header-area .header-main .nav-menu .menu .menu-item:first-child a{border-top:1px solid #333}header .header-area .header-main .nav-menu .menu .menu-item .sub-menu{width:100%;position:relative;opacity:1;visibility:visible;border:none;background-color:rgba(0,0,0,0);box-shadow:none;transform:translateY(0px);padding:0px;left:auto;top:auto;max-height:0;overflow:hidden}}@media only screen and (max-width: 991px)and (min-width: 1200px)and (max-width: 1440px),only screen and (max-width: 991px)and (min-width: 992px)and (max-width: 1199px){header .header-area .header-main .nav-menu .menu .menu-item .sub-menu{height:auto}}@media(max-width: 991px){header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .menu-item{margin-left:0}header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .menu-item a{padding:12px 25px;color:#fff;border-bottom:1px solid #333}header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .menu-item a:hover{padding-left:25px}header .header-area .header-main .nav-menu .menu .has-children a{display:flex;justify-content:space-between;align-items:center}header .header-area .header-main .nav-menu .menu .has-children.active>a .plus::after{transform:translate(-50%, -50%) rotate(0deg)}}header .header-area .header-main .open-nav-menu{height:34px;width:40px;margin-right:15px;display:none;align-items:center;justify-content:center;cursor:pointer}header .header-area .header-main .open-nav-menu span{display:block;height:4px;width:40px;background-color:#0f09d0;position:relative}header .header-area .header-main .open-nav-menu span::after,header .header-area .header-main .open-nav-menu span::before{content:"";position:absolute;left:0;width:100%;height:100%;background-color:#0f09d0;box-sizing:border-box}header .header-area .header-main .open-nav-menu span::before{top:-9px}header .header-area .header-main .open-nav-menu span::after{top:9px}@media(max-width: 991px){header .header-area .header-main .open-nav-menu{display:flex}}header .header-area .header-main .close-nav-menu{font-size:27px;background-color:rgba(0,0,0,0);color:#0f09d0;margin:0 0 15px 15px;cursor:pointer;display:none;align-items:center}header .header-area .header-main .close-nav-menu img{width:16px}@media(max-width: 991px){header .header-area .header-main .close-nav-menu{display:flex}}header .header-area .header-main .menu-overlay{position:fixed;z-index:999;background-color:rgba(0,0,0,.5);left:0;top:0;height:100%;width:100%;visibility:hidden;opacity:0;transition:all .3s ease}@media(max-width: 991px){header .header-area .header-main .menu-overlay.active{visibility:visible;opacity:1}header .header-area .header-main .nav-menu.open{visibility:visible;right:0px}}header .header-area .contact-btn{height:100%}header .header-area .contact-btn .btn{padding:18px 30px}header .header-area .contact-btn .btn-one{padding:20px 30px;height:100%;background:#0f09d0;color:#fff;font-weight:600;z-index:1;border-radius:0px;text-transform:uppercase !important}header .header-area .contact-btn .btn-one::after{background:#faf115;z-index:-1}header .header-area .contact-btn .btn-one:hover{color:#0f09d0 !important}header .header-area .contact-btn .btn-one:hover span{color:#0f09d0 !important}.padding-banner{padding-top:136px}@media(max-width: 991px){.padding-banner{padding-top:106px}}@media(min-width: 992px){header .header-area .header-main .nav-menu .menu .menu-item .sub-menu.sub-menu-2{top:8px;left:calc(100% + 21px);opacity:0;visibility:hidden;width:250px}header .header-area .header-main .nav-menu .menu .menu-item.has-children-2:hover .sub-menu-2{top:0;opacity:1;visibility:visible}}@media(max-width: 992px){header .header-area .header-main .nav-menu .menu .menu-item .sub-menu.sub-menu-2 .menu-item a{padding:12px 45px}header .header-area .header-main .nav-menu .menu .menu-item .sub-menu.sub-menu-2 .menu-item a:hover{padding-left:45px}}@media(min-width: 992px){header .header-area .header-main .nav-menu .menu .mega-menu-item{position:static}header .header-area .header-main .nav-menu .menu .mega-menu-item .mega-menu{position:absolute;left:50%;top:110%;width:100%;background-color:#fff;box-shadow:0 5px 20px rgba(0,0,0,.15);border-top:3px solid #1a1a3e;padding:30px 20px;opacity:0;visibility:hidden;transform:translateY(10px) translateX(-50%);transition:all .3s ease;max-height:500px;overflow-y:auto}}@media only screen and (min-width: 992px)and (min-width: 1441px),only screen and (min-width: 992px)and (min-width: 1200px)and (max-width: 1440px),only screen and (min-width: 992px)and (min-width: 992px)and (max-width: 1199px){header .header-area .header-main .nav-menu .menu .mega-menu-item .mega-menu{width:90%;max-width:1250px;overflow-y:auto}}@media(min-width: 992px){header .header-area .header-main .nav-menu .menu .mega-menu-item .mega-menu .container-fluid{max-width:1200px;margin:0 auto}header .header-area .header-main .nav-menu .menu .mega-menu-item .mega-menu .mega-menu-column{padding:0 15px}header .header-area .header-main .nav-menu .menu .mega-menu-item .mega-menu .mega-menu-column .mega-menu-list{list-style:none;padding:0;margin:0}header .header-area .header-main .nav-menu .menu .mega-menu-item .mega-menu .mega-menu-column .mega-menu-list li{margin-bottom:10px}header .header-area .header-main .nav-menu .menu .mega-menu-item .mega-menu .mega-menu-column .mega-menu-list li a{display:block;padding:8px 15px;font-size:14px;font-weight:600;text-transform:capitalize;color:#000;transition:all .3s ease;border-radius:5px;position:relative}header .header-area .header-main .nav-menu .menu .mega-menu-item .mega-menu .mega-menu-column .mega-menu-list li a::before{content:"";font-family:"Font Awesome 6 Free";font-weight:900;margin-right:8px;color:#0f09d0;transition:all .3s ease}header .header-area .header-main .nav-menu .menu .mega-menu-item .mega-menu .mega-menu-column .mega-menu-list li a:hover{background-color:#1a1a3e;color:#0f09d0;padding-left:20px}header .header-area .header-main .nav-menu .menu .mega-menu-item .mega-menu .mega-menu-column .mega-menu-list li a:hover::before{margin-right:12px}header .header-area .header-main .nav-menu .menu .mega-menu-item:hover .mega-menu{opacity:1;visibility:visible;transform:translateY(0) translateX(-50%)}}@media(max-width: 991px){header .header-area .header-main .nav-menu .menu .mega-menu-item .mega-menu{position:relative;opacity:1;visibility:visible;border:none;background-color:rgba(0,0,0,0);box-shadow:none;transform:translateY(0px);padding:0;max-height:0;overflow:hidden;transition:max-height .3s ease}header .header-area .header-main .nav-menu .menu .mega-menu-item .mega-menu .row{flex-direction:column}header .header-area .header-main .nav-menu .menu .mega-menu-item .mega-menu .mega-menu-column{padding:0;width:100%}header .header-area .header-main .nav-menu .menu .mega-menu-item .mega-menu .mega-menu-column .mega-menu-list{list-style:none;padding:0;margin:0}header .header-area .header-main .nav-menu .menu .mega-menu-item .mega-menu .mega-menu-column .mega-menu-list li a{display:block;padding:12px 25px;color:#fff;font-size:14px;font-weight:600;border-bottom:1px solid #333;transition:all .3s ease}header .header-area .header-main .nav-menu .menu .mega-menu-item .mega-menu .mega-menu-column .mega-menu-list li a::before{content:"";font-family:"Font Awesome 6 Free";font-weight:900;margin-right:8px;color:#0f09d0}header .header-area .header-main .nav-menu .menu .mega-menu-item .mega-menu .mega-menu-column .mega-menu-list li a:hover{padding-left:30px;color:#faf115}header .header-area .header-main .nav-menu .menu .mega-menu-item.active .mega-menu{max-height:1000px}}.footer-area{background:#1a1a3e;padding:65px 0 0}.footer-area .footer-top{border-bottom:1px solid #ccc}@media(max-width: 991px){.footer-area .footer-top .single-footer-caption{margin-bottom:70px}}.footer-area .footer-top .single-footer-caption .footer-logo{position:relative;margin-bottom:20px;display:flex;justify-content:start;border-radius:10px}@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),(max-width: 575px){.footer-area .footer-top .single-footer-caption .footer-logo{justify-content:center}}.footer-area .footer-top .single-footer-caption .footer-logo img{object-fit:contain;width:220px;padding:10px;border-radius:10px}.footer-area .footer-top .single-footer-caption .footer-pera .info1{font-size:1rem;line-height:1.4rem;margin-bottom:30px;font-weight:400;color:#fff}@media only screen and (min-width: 992px)and (max-width: 1199px){.footer-area .footer-top .single-footer-caption .footer-pera .info1{padding-right:0px}}@media only screen and (min-width: 768px)and (max-width: 991px){.footer-area .footer-top .single-footer-caption .footer-pera .info1{padding-right:0px}}@media only screen and (min-width: 576px)and (max-width: 767px){.footer-area .footer-top .single-footer-caption .footer-pera .info1{padding-right:0px}}@media only screen and (min-width: 576px)and (max-width: 767px){.footer-area .footer-top .single-footer-caption .footer-pera .info1{padding-right:0px}}.footer-area .footer-top .single-footer-caption .footer-tittle span{color:#fff;font-family:"Inter",sans-serif;font-size:22px;margin-bottom:35px;font-weight:600;text-transform:uppercase}.footer-area .footer-top .single-footer-caption .footer-tittle ul li{color:#fff;margin-bottom:15px;text-transform:capitalize}.footer-area .footer-top .single-footer-caption .footer-tittle ul li a{color:#fff;font-weight:300;transition:.4s ease}.footer-area .footer-top .single-footer-caption .footer-tittle ul li a:hover{color:#faf115;padding-left:5px}.footer-area .footer-top .single-footer-caption .footer-cap{margin-bottom:30px}.footer-area .footer-top .single-footer-caption .footer-cap span{color:#faf115;font-size:16px;font-weight:300;margin-bottom:10px;display:block}.footer-area .footer-top .single-footer-caption .footer-cap p{color:#fff;font-size:16px}.footer-area .footer-top .single-footer-caption .footer-cap a{color:#fff;font-size:16px;font-weight:400;margin-bottom:10px;display:block;transition:.4s ease}.footer-area .footer-top .single-footer-caption .footer-cap a:hover{color:#faf115;padding-left:5px}.footer-area .footer-top .single-footer-caption .footer-cap a i{margin-right:2px}.footer-area .footer-bottom{padding-bottom:20px;padding-top:30px}.footer-area .footer-bottom img{filter:brightness(10);width:125px;height:52px}.footer-area .footer-bottom .footer-copy-right p{color:#fff;font-weight:300;font-size:16px;line-height:2;margin-bottom:12px}.social_links{margin:25px 0}@media(max-width: 991px){.social_links{margin:30px 0 40px}}.social_links ul li{display:inline-block}.social_links ul li a{font-size:18px;color:#c3b2f0;width:40px;height:40px;display:inline-block;text-align:center;background:#0f09d0;border-radius:50%;line-height:40px !important;margin-right:7px;color:#fff;line-height:41px !important;transition:.4s ease}.social_links ul li a:hover{background:#faf115}@media only screen and (min-width: 768px)and (max-width: 991px){.mob-center{text-align:center}}@media only screen and (min-width: 576px)and (max-width: 767px){.mob-center{text-align:center}}@media(max-width: 575px){.mob-center{text-align:center}}.slider-area{background-image:url(../img/banners/hero-bg.webp);background-position:center bottom;background-repeat:no-repeat;background-size:cover;margin-top:120px}@media only screen and (min-width: 992px)and (max-width: 1199px){.slider-area{margin-top:110px}}@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),(max-width: 575px){.slider-area{margin-top:90px}}.slider-area .slider-height{height:350px;background-size:cover}.slider-area .slider-height .hero-cap h1{color:#fff;font-size:45px;font-weight:700;text-transform:capitalize;line-height:1}@media only screen and (min-width: 576px)and (max-width: 767px){.slider-area .slider-height .hero-cap h1{font-size:40px}}@media(max-width: 575px){.slider-area .slider-height .hero-cap h1{font-size:35px}}.slider-area .slider-height .hero-cap .ajust-link{color:#fff;font-weight:500}.slider-area .slider-height .hero-cap .ajust-link:hover{color:#faf115}.slider-area .slider-height .hero-cap .color-w{color:#0f09d0;margin:0}.slider-area .hero-overly{position:relative;z-index:1}.slider-area .hero-overly::before{position:absolute;content:"";background:rgba(12,12,12,.7);width:100%;height:100%;left:0;top:0;bottom:0;right:0;z-index:-1;background-repeat:no-repeat}.section-about{overflow:visible;position:relative;background-color:#fff;z-index:1}.section-about.bg-dark1 .text-content .desc p,.section-about.bg-dark2 .text-content .desc p{color:#fff !important}.section-about.bg-dark1 .about-thumbnail .thumbnail::before,.section-about.bg-dark2 .about-thumbnail .thumbnail::before{border:2px solid #242427}.section-about.bg-dark1 .about-thumbnail .thumbnail::after,.section-about.bg-dark2 .about-thumbnail .thumbnail::after{background:#242427}.section-about .about-content{padding:0 10px}.section-about .about-content p{text-align:justify;font-weight:400;font-size:14px;line-height:27px;color:#000;margin:5px 0}.section-about .about-content .text-content .desc{width:100%}@media only screen and (min-width: 768px)and (max-width: 991px){.section-about .about-content .text-content .desc{width:100%}}@media only screen and (min-width: 576px)and (max-width: 767px){.section-about .about-content .text-content .desc{width:100%}}@media(max-width: 575px){.section-about .about-content .text-content .desc{width:100%}}.section-about .about-content .text-content .desc p{text-align:justify;font-weight:300;font-size:16px;line-height:27px;color:#000;margin:8px 0}.section-about .about-content .about-list{margin:10px 0}.section-about .about-content .about-list .item-list{display:flex;align-items:center;margin:8px 0}.section-about .about-content .about-list .item-list .icon{width:35px;height:35px;border-radius:50%;background:rgba(233,233,233,.7);display:flex;align-items:center;justify-content:center}.section-about .about-content .about-list .item-list .icon i{font-weight:600;color:#0f09d0}.section-about .about-content .about-list .item-list .text-p{font-weight:500;font-size:18px;line-height:26px;color:#1a1a1a;margin-left:10px;margin-bottom:0}.section-about .about-img{padding-left:20px;top:0px;position:relative;width:100%;float:right;height:auto;z-index:1}@media(max-width: 575px){.section-about .about-img{height:auto}}.section-about .about-img::before{content:"";position:absolute;height:40%;width:80%;bottom:-20px;right:60px;background-image:repeating-linear-gradient(45deg, #1a1a3e 0, #1a1a3e 7px, transparent 0, transparent 50%);background-size:25px 25px;background-color:rgba(71,212,255,0);opacity:.5;z-index:-2}.section-about .about-img .box-image1,.section-about .about-img .box-image2{width:100%;height:450px}@media only screen and (min-width: 992px)and (max-width: 1199px){.section-about .about-img .box-image1,.section-about .about-img .box-image2{height:400px}}.section-about .about-img .box-image2{margin-bottom:10px;height:290px}@media only screen and (min-width: 992px)and (max-width: 1199px){.section-about .about-img .box-image2{height:265px}}@media only screen and (min-width: 576px)and (max-width: 767px),(max-width: 575px){.section-about .about-img .box-image2{display:none}}.section-about .about-img .box-image1{margin-top:15px}.section-about .about-img .box-image1 .quality-watermark{position:absolute;right:18px;bottom:18px;width:120px;height:auto;opacity:.9;filter:drop-shadow(0 4px 10px rgba(0, 0, 0, 0.25))}@media only screen and (min-width: 576px)and (max-width: 767px),(max-width: 575px){.section-about .about-img .box-image1 .quality-watermark{width:90px;right:12px;bottom:12px}}.section-about .about-img .tables-grid{display:grid;grid-template-columns:2fr 1.4fr;grid-template-rows:repeat(2, 1fr);gap:12px;height:450px}@media only screen and (min-width: 992px)and (max-width: 1199px){.section-about .about-img .tables-grid{height:400px}}@media only screen and (min-width: 576px)and (max-width: 767px),(max-width: 575px){.section-about .about-img .tables-grid{grid-template-columns:1fr;grid-template-rows:auto;height:auto}}.section-about .about-img .tables-grid__item{position:relative;border-radius:8px;overflow:hidden;box-shadow:-3px -3px 25px -5px rgba(0,0,0,.2)}.section-about .about-img .tables-grid__item img{width:100%;height:100%;object-fit:cover;display:block}.section-about .about-img .tables-grid__item--large{grid-row:1/span 2}.section-about .about-img img{width:100%;height:100%;object-fit:cover;border-radius:5px;box-shadow:-3px -3px 25px -5px rgba(0,0,0,.2)}.section-about .about-img .experience-box{position:relative;display:flex;align-items:center;background:#faf115;border-radius:5px;padding:20px 15px;gap:15px}.section-about .about-img .experience-box .year-box{position:relative;display:flex;align-items:center;justify-content:center;min-width:90px;width:90px;height:90px;border-radius:4px;text-align:center;background:#1a1a3e}.section-about .about-img .experience-box .year-box .ano .number{display:flex;gap:1px;font-size:44px;font-weight:500;line-height:1;padding:0 5px;color:#fff;overflow:hidden;justify-content:center;transition:all .6s ease-in-out}.section-about .about-img .experience-box .year-box .ano .plus{font-size:30px;color:#fff;font-weight:500}.section-about .about-img .experience-box .year-box .ano .digit-wrapper{height:1em;overflow:hidden;position:relative;width:.6em}.section-about .about-img .experience-box .year-box .ano .digit-roller{position:absolute;top:0;left:0;transition:transform 1s ease-out}.section-about .about-img .experience-box .year-box .ano .digit-roller div{height:1em}.section-about .about-img .experience-box .year-box .ano span{display:block;font-size:17px;line-height:20px;color:#fff}.section-about .about-img .experience-box .desc{font-size:18px;text-transform:uppercase;color:#fff;margin:0}.box-cards-mission{margin-top:90px}.box-cards-mission .card-mission{display:flex;align-items:center;justify-content:center;position:relative;z-index:1;height:100%;background-color:#f1f1f1;border-radius:5px;box-shadow:0px 4px 25px -5px rgba(23,37,57,.2);transition:.3s ease-in-out}@media only screen and (min-width: 768px)and (max-width: 991px){.box-cards-mission .card-mission{height:auto;margin:40px 0}}@media only screen and (min-width: 576px)and (max-width: 767px){.box-cards-mission .card-mission{height:auto;margin:40px 0}}@media(max-width: 575px){.box-cards-mission .card-mission{height:auto;margin:40px 0}}.box-cards-mission .card-mission:hover{transform:scale(1.02)}.box-cards-mission .card-mission::after{position:absolute;left:50%;top:4px;transform:translate(-50%, -50%);content:"";height:115px;width:115px;background:#fff;border-radius:50%;z-index:-1}.box-cards-mission .card-mission .icon{height:88px;width:88px;border-radius:50px;background:#1a1a3e;display:flex;align-items:center;justify-content:center;position:absolute;top:-40px;left:50%;transform:translateX(-50%);transition:.2s ease-in-out}.box-cards-mission .card-mission .icon i{font-size:40px;color:#fff}.box-cards-mission .card-mission .content{text-align:center;margin-top:40px;padding:45px 15px}.box-cards-mission .card-mission .content .title{margin-bottom:10px;font-size:25px;font-weight:700;color:#1a1a1a}.box-cards-mission .card-mission .content .desc{font-size:14px;font-weight:400;line-height:24px;margin:0;color:#1a1a1a}.features-slider1 .box-controls,.features-slider2 .box-controls{position:relative;width:200px;height:60px;margin:0 auto;margin-top:25px}.features-slider1 .swiper-scrollbar,.features-slider2 .swiper-scrollbar{position:relative;left:50%;top:50%;transform:translateY(-50%) translateX(-50%);margin-top:5px;height:5px;width:70%;background:rgba(239,239,239,.8)}.features-slider1 .swiper-scrollbar .swiper-scrollbar-drag,.features-slider2 .swiper-scrollbar .swiper-scrollbar-drag{background:#faf115}.features-slider1 .swiper-pagination-fraction,.features-slider2 .swiper-pagination-fraction{width:100%;font-size:1rem;top:50%;transform:translateY(-50%);margin:0;z-index:1;color:#ccc}.features-slider1 .swiper-pagination-fraction .swiper-pagination-current,.features-slider1 .swiper-pagination-fraction .swiper-pagination-total,.features-slider2 .swiper-pagination-fraction .swiper-pagination-current,.features-slider2 .swiper-pagination-fraction .swiper-pagination-total{font-size:1.2rem;font-weight:600;margin:0px;color:#ccc}.features-slider1 .swiper-pagination-fraction .swiper-pagination-current,.features-slider2 .swiper-pagination-fraction .swiper-pagination-current{font-size:1.3rem;color:#faf115}.features-slider1 .navs,.features-slider2 .navs{position:relative;width:100%;height:100%}@media only screen and (min-width: 1441px),only screen and (min-width: 992px)and (max-width: 1199px){.features-slider1 .navs,.features-slider2 .navs{width:100%}}@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),(max-width: 575px){.features-slider1 .navs,.features-slider2 .navs{width:100%}}.features-slider1 .navs .swiper-button-next,.features-slider1 .navs .swiper-button-prev,.features-slider2 .navs .swiper-button-next,.features-slider2 .navs .swiper-button-prev{position:absolute;width:45px;height:45px;top:50%;bottom:auto;margin:0;border:1px solid #0f09d0;border-radius:50%;transform:translateY(-50%)}.features-slider1 .navs .swiper-button-next::after,.features-slider1 .navs .swiper-button-prev::after,.features-slider2 .navs .swiper-button-next::after,.features-slider2 .navs .swiper-button-prev::after{font-size:20px;color:#0f09d0;font-weight:600}.features-slider1{padding:10px}.features-slider1 .swiper-slide-shadow-cube{display:none}.features-slider2{padding:10px}.features-slider2 .swiper-slide-shadow-cube{display:none}.features-slider2 .progress-card{display:flex;align-items:center;justify-content:center;flex-direction:column;min-height:350px;margin:10px 0}.features-slider2 .progress-card .progress-circle{width:150px;height:150px}.features-slider2 .progress-card .progress-title h2,.features-slider2 .progress-card .progress-title h3,.features-slider2 .progress-card .progress-title h4{font-size:26px;font-weight:600}.features-top-wrapper{overflow:visible;position:relative;z-index:1;width:100%;margin:0px auto !important;backdrop-filter:blur(30px)}@media only screen and (min-width: 1441px),only screen and (min-width: 992px)and (max-width: 1199px){.features-top-wrapper.move-top{bottom:-130px;width:90%}}.features-top-wrapper .features-top{display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:2;text-align:center;padding:50px 20px;margin:10px 5px;position:relative;background:rgba(250,241,21,.9);backdrop-filter:blur(15px);border:2px solid rgba(15,9,208,.7);border-radius:20px;height:100%;min-height:350px;transition:.3s ease}@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),(max-width: 575px){.features-top-wrapper .features-top{margin:0}}.features-top-wrapper .features-top::before{content:"";width:100%;height:100%;left:0;top:0;background:#1a1a3e;z-index:-1;position:absolute;border-radius:20px;opacity:0;transition:.3s ease}.features-top-wrapper .features-top::after{content:"";width:80%;height:50%;position:absolute;left:50%;transform:translateX(-50%);background:#1a1a3e;bottom:0;border-radius:0;filter:blur(10px);z-index:-5;opacity:0;transition:.3s ease}.features-top-wrapper .features-top .icon{margin-bottom:22px;transition:.5s ease;color:#0f09d0}.features-top-wrapper .features-top .icon i{font-size:55px;transition:.2s ease;color:#0f09d0;display:block}.features-top-wrapper .features-top .icon svg{font-size:60px;stroke-width:1;color:#0f09d0;width:60px;height:60px}.features-top-wrapper .features-top .icon img{width:90px;height:90px;filter:invert(1);object-fit:contain;transition:.3s ease}.features-top-wrapper .features-top .content{transition:.3s ease}.features-top-wrapper .features-top .content .title{color:#0f09d0;font-size:28px;line-height:30px;font-weight:600}@media only screen and (min-width: 992px)and (max-width: 1199px){.features-top-wrapper .features-top .content .title{font-size:20px}}.features-top-wrapper .features-top .content p{color:#0f09d0;font-size:16px;line-height:25px;font-weight:500;margin-top:15px}.features-top-wrapper .features-top .content .box-numbers{display:flex;align-items:center;justify-content:center}.features-top-wrapper .features-top .content .box-numbers .number{display:flex;gap:1px;font-size:72px;font-weight:500;line-height:1;padding:0 5px;color:#0f09d0;overflow:hidden;justify-content:center;transition:all .6s ease-in-out}.features-top-wrapper .features-top .content .box-numbers .plus{font-size:50px;color:#0f09d0;font-weight:500}.features-top-wrapper .features-top .content .box-numbers .digit-wrapper{height:1em;overflow:hidden;position:relative;width:.6em}.features-top-wrapper .features-top .content .box-numbers .digit-roller{position:absolute;top:0;left:0;transition:transform 1s ease-out}.features-top-wrapper .features-top .content .box-numbers .digit-roller div{height:1em}.features-top-wrapper .features-top .content .box-numbers span{display:block;font-size:17px;line-height:20px;color:#0f09d0}.features-top-wrapper .features-top:hover .content,.features-top-wrapper .features-top:hover .icon{color:#fff;transform:translateY(-30px) translateX(0px) scale(1)}.features-top-wrapper .features-top:hover .content img,.features-top-wrapper .features-top:hover .icon img{filter:invert(1);transform:scaleX(-1)}.features-top-wrapper .features-top:hover .content .title{color:#fff}.features-top-wrapper .features-top:hover .content span,.features-top-wrapper .features-top:hover .content p,.features-top-wrapper .features-top:hover .content .plus,.features-top-wrapper .features-top:hover .content .number{color:#fff}.features-top-wrapper .features-top:hover::before{opacity:1;transform:translateY(-30px) scale(1)}.features-top-wrapper .features-top:hover::after{content:"";width:80%;height:50%;position:absolute;left:50%;transform:translateX(-50%);background:#282828;bottom:0;border-radius:0;filter:blur(10px);z-index:-5;opacity:.7;transition:.3s ease}.brands-area{padding:60px 0;background:#fff}.brands-area .title-area2{margin-bottom:50px}@media(max-width: 575px){.brands-area .title-area2{margin-bottom:30px}}.brands-area .brandSwiper{width:100%;padding:30px 0 50px;overflow:hidden}@media(max-width: 575px){.brands-area .brandSwiper{padding:20px 0;overflow:visible}}.brands-area .brandSwiper .swiper-wrapper{display:flex;align-items:center;justify-content:center;transition-timing-function:linear}@media(max-width: 575px){.brands-area .brandSwiper .swiper-wrapper{display:grid;grid-template-columns:1fr;gap:20px;justify-content:stretch}}.brands-area .brandSwiper .swiper-slide{display:flex;align-items:center;justify-content:center;height:auto}@media(max-width: 575px){.brands-area .brandSwiper .swiper-slide{width:100% !important}}.brands-area .item-brand{width:220px;height:160px;background-color:#fff;border-radius:12px;padding:20px;display:flex;align-items:center;justify-content:center;margin:0 auto;box-shadow:0 2px 10px rgba(0,0,0,.08);transition:all .3s ease}.brands-area .item-brand:hover{transform:translateY(-5px);box-shadow:0 5px 20px rgba(0,0,0,.12)}@media only screen and (min-width: 992px)and (max-width: 1199px){.brands-area .item-brand{width:200px;height:150px;padding:18px}}@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px){.brands-area .item-brand{width:180px;height:140px;padding:15px}}@media(max-width: 575px){.brands-area .item-brand{width:100%;height:140px;padding:20px;margin:0}}.brands-area .item-brand img{width:100%;height:100%;object-fit:contain;display:block}.brands-area .item-brand img.obj-contain{object-fit:contain}button.btn-main{border:none}.btn-main{background:#0f09d0;box-shadow:rgba(50,50,93,.25) 0px 2px 5px -1px,rgba(0,0,0,.3) 0px 1px 3px -1px;padding:13px 20px;text-transform:uppercase;font-family:"Inter",sans-serif;color:#fff;cursor:pointer;display:inline-block;font-size:14px;border-radius:4px;font-weight:400;letter-spacing:1px;cursor:pointer;transition:color .4s linear;position:relative;z-index:1;overflow:hidden}.btn-main::after{position:absolute;content:"";width:0;height:100%;top:0;right:0;z-index:-1;background-color:#1a1a3e;border-radius:5px;box-shadow:inset 2px 2px 2px 0px hsla(0,0%,100%,.5),7px 7px 20px 0px rgba(0,0,0,.1),4px 4px 5px 0px rgba(0,0,0,.1);transition:all .3s ease}.btn-main:hover{color:#fff}.btn-main:hover:after{left:0;width:100%}.btn-main:active{top:2px}.btn-one{position:relative;display:flex;justify-content:center;align-items:center;border-radius:3px;width:fit-content;background:#1a1a3e;box-shadow:0px 6px 24px 0px rgba(26,26,62,.1);overflow:hidden;border:none;padding:12px 38px;color:#fff !important}.btn-one span{text-align:center;text-decoration:none;width:100%;padding:2px;color:#fff;font-size:1rem;font-weight:700;letter-spacing:.1em;z-index:20;transition:all .3s ease-in-out}.btn-one.color2{background:#0f09d0}.btn-one.color2::after{background:#faf115}.btn-one.color2:hover{color:#0f09d0 !important}.btn-one.color2:hover span{color:#0f09d0 !important}.btn-one.color3{background:#faf115;color:#fff}.btn-one.color3 span{color:#fff}.btn-one.color3::after{background:#0f09d0}.btn-one.color3:hover{color:#0f09d0 !important}.btn-one.color3:hover span{color:#0f09d0 !important}.btn-one.color4{background:#1a1a3e;color:#fff}.btn-one.color4 span{color:#fff}.btn-one.color4::after{background:#faf115}.btn-one.color4:hover{color:#fff}.btn-one.color4:hover span{color:#fff}.btn-one::after{content:"";width:0%;height:100%;background:#faf115;position:absolute;transition:all .4s ease-in-out;right:auto;left:auto}.btn-one:hover::after{right:auto;left:auto;width:100%}.btn-one:hover span{color:#fff;animation:scaleUp .3s ease-in-out}.btn-one.no-hover::after{display:none}.btn-one.no-hover:hover::after{width:0%}.btn-one.no-hover:hover span{animation:none}@keyframes scaleUp{0%{transform:scale(1)}50%{transform:scale(0.95)}100%{transform:scale(1)}}.testi-card{position:relative;display:flex;flex-direction:column;width:100%;min-height:400px;background:linear-gradient(135deg, #fff 0%, #f8f9fa 100%);box-shadow:0 8px 30px rgba(0,0,0,.1);padding:30px;margin:10px 0px;border:2px solid rgba(15,9,208,.1);border-radius:25px;transition:all .3s ease}.testi-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px rgba(15,9,208,.2);border-color:rgba(15,9,208,.3)}.testi-card .testi-top{position:relative;display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;padding:10px 5px}@media only screen and (min-width: 992px)and (max-width: 1199px){.testi-card .testi-top{flex-wrap:wrap;justify-content:left}}.testi-card .testi-top::before{content:"";position:absolute;bottom:-25px;left:50%;transform:translateX(-50%);width:80%;height:2px;background:linear-gradient(90deg, transparent, #faf115, transparent)}.testi-card .testi-top .author{display:flex;align-items:center;padding:10px 0}.testi-card .testi-top .author img{height:90px;width:90px;object-fit:cover;margin-right:15px;border-radius:50%;border:3px solid #faf115;box-shadow:0 4px 15px rgba(15,9,208,.2)}.testi-card .testi-top .author .name h2,.testi-card .testi-top .author .name h3,.testi-card .testi-top .author .name h4{font-size:22px;line-height:22px;font-weight:600;margin-bottom:0}.testi-card .testi-top .author .name .stars{margin-top:10px}.testi-card .testi-top .author .name .stars i{font-size:16px;color:#f5c508}.testi-card p{font-size:16px;line-height:1.8;font-style:italic;text-align:center;margin-top:40px;color:#333;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;padding:0 10px;position:relative}.testi-card p::before{content:'"';font-size:60px;color:rgba(15,9,208,.1);position:absolute;top:-20px;left:50%;transform:translateX(-50%);font-family:serif;line-height:1}.progress-card{position:relative;border-radius:20px;padding:30px 15px;text-align:center;border:1px solid #ccc;transition:all .3s ease;height:100%;z-index:2;background:#eee}.progress-card:hover{transform:translateY(-5px);box-shadow:0 5px 10px rgba(0,0,0,.1)}.progress-card .progress-circle{position:relative;width:90px;height:90px;margin:0 auto 20px}.progress-card .progress-circle svg{width:100%;height:100%;transform:rotate(-90deg)}.progress-card .progress-circle svg .bg{fill:none;stroke:#f0f0f0;stroke-width:8}.progress-card .progress-circle svg .progress{fill:none;stroke:#0f09d0;stroke-width:8;stroke-linecap:round;transition:stroke-dashoffset .5s ease}.progress-card .progress-circle .percent{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);font-size:24px;font-weight:700;color:#0f09d0}.progress-card .progress-circle .percent span{font-size:22px;font-weight:600}.progress-card .progress-title h2,.progress-card .progress-title h3,.progress-card .progress-title h4{font-size:16px;font-weight:600;color:#333;margin:0;text-transform:uppercase;letter-spacing:.5px}@media(max-width: 575px){.progress-card{padding:25px 15px}.progress-card .progress-circle{width:100px;height:100px}.progress-card .progress-circle .percent{font-size:22px}.progress-card .progress-circle .percent span{font-size:22px}.progress-card .progress-title h4{font-size:16px}}.card-06{position:relative;border-radius:20px;background:#ededed;border:1px solid #d4d4d4;width:100%;height:400px;margin:20px 0;overflow:hidden;z-index:1;transition:.3s ease}.card-06.style2{background:#fff;height:100%;box-shadow:1px 1px 10px rgba(0,0,0,.1)}.card-06.style2::before{display:none}.card-06.style2 .box-content{background:#0f09d0}.card-06.style2 .box-content .box-title{height:120px}.card-06.style2 .box-image{height:100%;max-height:300px}.card-06::before{position:absolute;top:0;left:0;content:"";width:100%;height:45%;background:#0f09d0;z-index:-1}.card-06 .box-content{display:flex;align-items:center;justify-content:center}.card-06 .box-content .box-title{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100px;padding:15px 25px}.card-06 .box-content .box-title::before{position:absolute;content:"";bottom:0;left:50%;transform:translateX(-50%);width:90%;height:1px;background:#faf115}.card-06 .box-content .box-title .title,.card-06 .box-content .box-title h2,.card-06 .box-content .box-title h3{width:calc(100% - 30px);font-size:22px;font-weight:600;text-transform:capitalize;color:#fff;margin-bottom:0}.card-06 .box-content .box-title i{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;background:#1a1a3e;font-size:14px;color:#fff;margin-left:10px}.card-06 .box-image{width:100%;height:250px;padding:5px;margin:0 auto;margin-top:10px}.card-06 .box-image img{width:100%;height:100%;object-fit:contain;transition:.3s ease}.card-06:hover{transform:translateY(-10px)}.card-06:hover .box-image img{transform:scale(1.03)}.cta-area{background-image:url(../img/banners/cta-bg.webp);background-repeat:no-repeat;background-size:cover;background-attachment:fixed;background-position:center;overflow:hidden;box-shadow:inset 0 0 0 1000px rgba(21,22,22,.35);padding:100px 0}.cta-area .cta-caption h2{color:#fff;font-size:50px;font-weight:700;line-height:1.5;margin:0}@media only screen and (min-width: 768px)and (max-width: 991px){.cta-area .cta-caption h2{font-size:50px}}@media only screen and (min-width: 768px)and (max-width: 991px){.cta-area .cta-caption h2{font-size:45px}}@media only screen and (min-width: 576px)and (max-width: 767px),(max-width: 575px){.cta-area .cta-caption h2{font-size:40px;margin-bottom:20px;text-align:center}}.cta-area .cta-caption p{color:#fff;font-size:18px}@media only screen and (min-width: 576px)and (max-width: 767px),(max-width: 575px){.cta-area .cta-caption p{text-align:center}}.cta-area .btn-main{width:90px;height:90px;display:flex;justify-content:center;align-items:center;background:#1a1a3e}.cta-area .btn-main::after{background:#0f09d0}.cta-area .btn-main i{font-size:2.6rem}.home-form{border-top:3px solid color-mix(in srgb, #faf115, #fff 65%);padding:65px 0;background-image:url("../img/gallery/background-contato.webp");background-position:center center;background-size:cover;background-repeat:no-repeat;background-color:#f4f3f3;position:relative}.home-form::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:hsla(0,0%,100%,.5);z-index:0}.home-form>*{position:relative;z-index:1}.home-form .contact-form-container{font-family:"Lato",sans-serif;background:rgba(244,243,243,.9);width:min(980px,100%);margin:0 auto;display:grid;grid-template-columns:250px repeat(3, 1fr);grid-template-rows:auto auto 1fr;grid-template-areas:"contact-us header header header" "contact-us address phone email" "contact-us contact-form contact-form contact-form";border-radius:14px;overflow:hidden;box-shadow:0 12px 35px rgba(0,0,0,.08)}@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),(max-width: 575px){.home-form .contact-form-container{grid-template-columns:1fr;grid-template-rows:auto;grid-template-areas:"contact-us" "header" "address" "phone" "email" "contact-form"}}.home-form .contact-us{grid-area:contact-us;position:relative;background:#0f09d0;overflow:hidden;min-height:260px}.home-form .contact-us::before{position:absolute;content:"";bottom:-50px;left:-100px;height:250px;width:400px;background:#faf115;transform:rotate(25deg)}.home-form .contact-us::after{position:absolute;content:"";bottom:-80px;right:-100px;height:270px;width:400px;background:rgba(15,9,208,.7);transform:rotate(-25deg)}@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),(max-width: 575px){.home-form .contact-us{min-height:170px}}.home-form .contact-header{color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%) rotate(-90deg);text-align:center;z-index:1}.home-form .contact-header h1{font-size:clamp(2.4rem,4vw,3.4rem);font-weight:800;letter-spacing:.08em;text-transform:uppercase;margin:0;opacity:.6;text-shadow:0 10px 28px hsla(0,0%,100%,.1)}@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),(max-width: 575px){.home-form .contact-header{transform:translate(-50%, -50%) rotate(0deg)}.home-form .contact-header h1{font-size:clamp(2rem,7vw,2.8rem)}}.home-form .social-bar{position:absolute;bottom:20px;left:75px;z-index:1;width:120px}.home-form .social-bar ul{list-style-type:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:10px 10px}.home-form .social-bar li{display:inline-block;color:#fff;margin-right:0}.home-form .social-bar a{color:inherit;text-decoration:none;width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:hsla(0,0%,100%,.18);border:1px solid hsla(0,0%,100%,.28);box-shadow:0 10px 20px rgba(0,0,0,.1);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:.25s ease}.home-form .social-bar a i{font-size:16px;line-height:1}.home-form .social-bar a:hover{transform:translateY(-2px);background:hsla(0,0%,100%,.92);border-color:hsla(0,0%,100%,.9);color:#2a2a2a}@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),(max-width: 575px){.home-form .social-bar{left:auto;right:18px;bottom:18px;width:auto}}.home-form .header{grid-area:header;text-align:center;padding:20px 0;color:#444}@media(max-width: 575px){.home-form .header{padding:15px 0}}.home-form .header h1{font-weight:400;margin:0}@media(max-width: 575px){.home-form .header h1{font-size:1.5rem}}.home-form .header h2{margin-top:10px;font-weight:300;margin-bottom:0;font-size:1.15rem}@media(max-width: 575px){.home-form .header h2{font-size:1rem;margin-top:8px}}.home-form .address,.home-form .email,.home-form .phone{text-align:center;padding:20px 18px;color:#444}@media(max-width: 575px){.home-form .address,.home-form .email,.home-form .phone{padding:15px 12px}}.home-form .address h3,.home-form .email h3,.home-form .phone h3{font-size:1rem;font-weight:300;margin:0}@media(max-width: 575px){.home-form .address h3,.home-form .email h3,.home-form .phone h3{font-size:.9rem}}.home-form .address p,.home-form .email p,.home-form .phone p{margin:10px 0 0;font-size:.95rem}@media(max-width: 575px){.home-form .address p,.home-form .email p,.home-form .phone p{font-size:.85rem;margin:8px 0 0}}.home-form .address a,.home-form .email a,.home-form .phone a{color:#444;text-decoration:none}.home-form .address a:hover,.home-form .email a:hover,.home-form .phone a:hover{color:#faf115}.home-form .address i,.home-form .email i,.home-form .phone i{color:#0f09d0;font-size:1.7rem;margin-bottom:14px;display:inline-block}@media(max-width: 575px){.home-form .address i,.home-form .email i,.home-form .phone i{font-size:1.4rem;margin-bottom:10px}}.home-form .address{grid-area:address}.home-form .phone{grid-area:phone}.home-form .email{grid-area:email}.home-form .contact-form{grid-area:contact-form;padding:0 18px 26px}@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),(max-width: 575px){.home-form .contact-form{padding:0 18px 28px}}@media(max-width: 575px){.home-form .contact-form{padding:0 15px 20px}}.home-form .contact-form .form-contact{position:relative;width:min(640px,100%);margin:0 auto;padding:22px 22px 32px;box-shadow:0 0 5px rgba(0,0,0,.1);background:#fff;border-radius:12px;overflow:hidden}@media(max-width: 575px){.home-form .contact-form .form-contact{padding:18px 15px 24px;border-radius:10px}}.home-form .contact-form .form-control{background:#fff !important;border:0;border-bottom:1px solid rgba(68,68,68,.3);border-radius:0;color:rgba(68,68,68,.85) !important}.home-form .contact-form textarea.form-control{resize:none}.home-form .contact-form .btn-display{justify-content:center;gap:12px;flex-wrap:wrap;width:100%}@media(max-width: 575px){.home-form .contact-form .btn-display{flex-direction:column !important;align-items:stretch !important;gap:15px;width:100%}}.form-contact label{font-size:14px}.form-contact .form-group{margin-bottom:30px}.form-contact .form-group .btn-prod button,.form-contact .form-group .btn-prod a{width:100%;max-width:100%;margin-left:0}.form-contact .form-control{border:1px solid #e5e6e9;border-radius:0px;height:48px;padding-left:18px;font-size:13px;background:rgba(0,0,0,0);width:100%}@media(max-width: 575px){.form-contact .form-control{height:44px;padding-left:15px;font-size:14px}}.form-contact .form-control:focus{outline:0;box-shadow:none}.form-contact .form-control::placeholder{font-weight:300;color:#999}.form-contact textarea{border-radius:0px;height:100% !important;padding-top:20px}.form-contact button{border:none}.send-email-btn{font-family:"Pacifico",cursive;font-size:16px;overflow:visible;border-radius:6px;position:relative;padding-right:54px;padding-left:22px;background-color:rgba(15,9,208,.1);border:2px solid rgba(15,9,208,.3);color:#0f09d0;display:inline-flex;align-items:center;justify-content:center;gap:10px;height:60px;width:280px;cursor:pointer;box-shadow:none;transition:background-color .15s ease,border-color .15s ease,color .15s ease}@media(max-width: 575px){.send-email-btn{width:100% !important;max-width:100% !important;padding-right:22px;font-size:14px;margin:0 !important;display:block !important}}.send-email-btn::after{display:none !important}.send-email-btn .send-email-btn__text{margin:0;line-height:1;white-space:nowrap}.send-email-btn .send-email-btn__icon{position:absolute;top:50%;right:18px;transform:translateY(-50%);height:30px;width:auto;transition:transform .15s}.send-email-btn .send-email-btn__icon path{fill:#0f09d0}.send-email-btn:hover{background-color:rgba(15,9,208,.15);border-color:rgba(15,9,208,.5)}.send-email-btn:hover .send-email-btn__icon{transform:translateY(-50%) rotate(10deg)}.send-email-btn.clicked{background-color:#cff5b3;border-color:#cff5b3;color:#6aaa3b;padding-right:22px;animation:sendBtn-bounce-in .3s;cursor:default;pointer-events:none}.send-email-btn.clicked .send-email-btn__icon{animation:sendBtn-flyaway 1.3s linear;top:-80px;right:-1000px}.send-email-btn.clicked .send-email-btn__icon path{fill:#6aaa3b}.send-whats-btn{font-family:"Pacifico",cursive;font-size:16px;overflow:visible;border-radius:6px;position:relative;padding-right:54px;padding-left:22px;background-color:#eafff0;border:2px solid rgba(34,186,89,.35);color:#0f6a33;display:inline-flex;align-items:center;justify-content:center;gap:10px;height:60px;width:280px;cursor:pointer;box-shadow:none;transition:background-color .15s ease,border-color .15s ease,color .15s ease}@media(max-width: 575px){.send-whats-btn{width:100% !important;max-width:100% !important;padding-right:22px;font-size:14px;margin:0 !important;display:block !important}}.send-whats-btn::after{display:none !important}.send-whats-btn .send-whats-btn__text{margin:0;line-height:1;white-space:nowrap}.send-whats-btn .send-whats-btn__icon{position:absolute;top:50%;right:18px;transform:translateY(-50%);height:30px;width:auto;transition:transform .15s}.send-whats-btn .send-whats-btn__icon path{fill:#0f6a33}.send-whats-btn:hover{background-color:#dcffe8;border-color:rgba(34,186,89,.55)}.send-whats-btn:hover .send-whats-btn__icon{transform:translateY(-50%) rotate(10deg)}@keyframes sendBtn-flyaway{0%{transform:rotate(10deg);top:50%;right:18px;height:30px}5%{transform:rotate(10deg);top:50%;right:0px;height:30px}20%{transform:rotate(-20deg);top:50%;right:-130px;height:45px}40%{transform:rotate(10deg);top:-40px;right:-280px;opacity:1}100%{transform:rotate(60deg);top:-200px;right:-1000px;height:0;opacity:0}}@keyframes sendBtn-bounce-in{0%{padding-right:54px}40%{padding-right:22px}50%{padding-left:54px}100%{padding-left:22px}}#form-prod-int{padding:20px;box-shadow:rgba(0,0,0,.24) 0px 3px 8px;border-radius:8px}.h3-form{font-size:20px;color:#1a1a3e}.h3-form i{color:#0f09d0;font-size:18px;position:relative;top:5px}.whats-form{background:#22ba59;margin-left:20px}.whats-form::after{background-color:#01a43d}.was-validated .form-control:invalid,.was-validated textarea.form-control:invalid,.was-validated .form-select:invalid,.form-control.is-invalid,textarea.form-control.is-invalid,.form-select.is-invalid,.was-validated .form-check-input:invalid,.form-check-input.is-invalid{border-color:#e5e6e9 !important;box-shadow:none !important;background-image:none !important}.style-home2{position:relative;border:none;background-image:url(../img/gallery/about.webp);background-size:cover;background-position:center;background-repeat:no-repeat;z-index:1}.style-home2::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8);z-index:-1}.style-home2 .form-contact-box{background:#fff;border-radius:10px;padding:30px;z-index:1}.style-home2 .form-contact-box .form-contact .form-control{border-radius:8px;border:1px solid #c5c5c5}.faq-accordion{margin-top:1.5rem;border-top:1px solid #e1e1e1}.faq-accordion .faq-item{border-bottom:1px solid #e1e1e1}.faq-accordion .faq-question{width:100%;padding:.9rem 1rem;background:#f8f8f8;border:0;outline:0;display:flex;align-items:center;justify-content:space-between;font-weight:600;font-size:.98rem;cursor:pointer;text-align:left;transition:background .2s ease}.faq-accordion .faq-item.open .faq-question{background:#ececec}.faq-accordion .faq-question i{margin-left:.75rem;transition:transform .2s ease;font-size:.8rem}.faq-accordion .faq-item.open .faq-question i{transform:rotate(180deg)}.faq-accordion .faq-answer{max-height:0;overflow:hidden;transition:max-height .25s ease;background:#fff}.faq-accordion .faq-answer p{padding:0 1rem .9rem;margin:0;font-size:.95rem}.faq-accordion .faq-item.open .faq-answer{max-height:300px}@media(min-width: 992px){.menu-sidebar{display:flex;justify-content:end}}.accordion{box-shadow:rgba(0,0,0,.16) 0px 1px 4px;padding:20px;background:#fff;border-radius:5px}@media(min-width: 992px){.accordion{width:95%}}.accordion .accordion-item{border:none}.accordion .accordion-item:not(:last-child){border-bottom:1px solid #e5e5e5}.accordion .accordion-item button[aria-expanded=true]{border-bottom:1px solid #0f09d0}.accordion .accordion-item button[aria-expanded=true] .icon{color:#0f09d0}@media(max-width: 991px){.accordion{padding:0 20px}}.accordion button{position:relative;display:block;text-align:left;width:100%;padding:1em 0;color:#161616;font-size:1rem;font-weight:400;border:none;background:none;outline:none;transition:.4s ease}.accordion button:hover,.accordion button:focus{cursor:pointer;color:#0f09d0}.accordion button:hover::after,.accordion button:focus::after{cursor:pointer;color:#0f09d0;border:1px solid #0f09d0}.accordion button .accordion-title{font-weight:600;font-size:1em;display:flex;width:90%}.accordion button .icon{display:inline-block;position:absolute;top:18px;right:0;width:22px;height:22px;border:1px solid;border-radius:22px;color:#1a1a3e}.accordion button .icon::before{display:block;position:absolute;content:"";top:9px;left:5px;width:10px;height:2px;background:currentColor}.accordion button .icon::after{display:block;position:absolute;content:"";top:5px;left:9px;width:2px;height:10px;background:currentColor}.accordion button[aria-expanded=true]{color:#faf115}.accordion button[aria-expanded=true] .icon::after{width:0}.accordion button[aria-expanded=true]+.accordion-content{opacity:1;max-height:100%;transition:all 200ms linear;will-change:opacity,max-height}@media(max-width: 991px){.accordion button[aria-expanded=true]+.accordion-content{overflow-y:scroll}}.accordion .accordion-content{opacity:0;max-height:0;overflow:hidden;transition:opacity 200ms linear,max-height 200ms linear;will-change:opacity,max-height}.accordion .accordion-content p,.accordion .accordion-content li{font-size:.9rem;font-weight:300;margin:2em 0}.accordion .accordion-content p a:hover,.accordion .accordion-content li a:hover{color:#0f09d0;padding-left:5px}@media(max-width: 991px){.accordion .accordion-content p{font-weight:600;color:#1a1a3e;padding-bottom:5px}}.mv-card{position:relative;padding:24px 22px;background:#fff;border-radius:14px;box-shadow:0 10px 30px rgba(0,0,0,.06);border:1px solid rgba(0,0,0,.03);display:flex;flex-direction:column;gap:14px;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.mv-card::before{content:"";position:absolute;inset:0;background:linear-gradient(135deg, rgba(26, 26, 62, 0.08), rgba(250, 241, 21, 0.04));opacity:0;transition:opacity .25s ease;pointer-events:none}.mv-card__icon{width:52px;height:52px;border-radius:16px;background:rgba(26,26,62,.12);display:flex;align-items:center;justify-content:center;color:#1a1a3e;font-size:24px;z-index:1}.mv-card__body{z-index:1}.mv-card__title{font-size:1.2rem;font-weight:700;margin-bottom:.5rem;color:#111}.mv-card__text{font-size:.96rem;line-height:1.6;color:#444;margin:0}.mv-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(0,0,0,.12);border-color:rgba(26,26,62,.5)}.mv-card:hover::before{opacity:1}.tables-wrap{margin-top:20px}.table-responsive{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.tables-spec{width:100%;border-collapse:collapse;font-size:.95rem;background-color:#fff;box-shadow:0 10px 24px rgba(0,0,0,.04);border-radius:10px;overflow:hidden}.tables-spec thead{background:#1a1a3e;color:#fff}.tables-spec thead th{padding:10px 14px;font-weight:600;white-space:nowrap}.tables-spec tbody tr:nth-child(even){background-color:#f8f9fb}.tables-spec tbody td{padding:9px 14px;border-top:1px solid #e7e9f0}.tables-spec tbody td:first-child{font-weight:600}@media(max-width: 767px){.tables-spec{min-width:600px;font-size:.9rem}.tables-spec thead th,.tables-spec tbody td{padding:8px 10px}}.products-cards{background:#fff;padding:65px 0}.products-cards .section-title span{display:inline-flex;align-items:center;gap:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;font-size:.85rem;color:#0f09d0 !important}.products-cards .section-title span::before{content:"";width:36px;height:2px;background:#0f09d0 !important;display:inline-block}.products-cards .section-title h2{color:#000;font-weight:700;margin-top:10px}.products-cards .productCardsSwiper{padding:10px 0 0}.products-cards .swiper-slide{display:flex;justify-content:center}.products-cards .pc-controls{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:18px}.products-cards .pc-all-products{display:flex;justify-content:center;margin-top:26px}.products-cards .pc-prev,.products-cards .pc-next{width:44px;height:44px;border-radius:50%;background:#1a1a3e;border:none;color:#fff;display:inline-flex;align-items:center;justify-content:center;opacity:.92;box-shadow:rgba(0,0,0,.25) 0px 10px 25px;transition:.25s ease;cursor:pointer}.products-cards .pc-prev i,.products-cards .pc-next i{font-size:14px}.products-cards .pc-prev:hover,.products-cards .pc-next:hover{transform:translateY(-2px);background:#0f09d0;opacity:1}.products-cards .pc-pagination{position:static !important;width:auto !important;margin:0 6px}.products-cards .pc-pagination .swiper-pagination-bullet{background:#1a1a3e;opacity:.5}.products-cards .pc-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#0f09d0;opacity:1}.products-cards .pc-card{--pc-accent: #0f09d0;position:relative;width:320px;height:520px;background:#1a1a3e;border-radius:20px;overflow:hidden;isolation:isolate}@media(max-width: 575px){.products-cards .pc-card{width:280px;height:480px}}.products-cards .pc-card::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--pc-accent);clip-path:circle(150px at 80% 20%);transition:.5s ease-in-out;z-index:0}@media(hover: hover){.products-cards .pc-card:hover::before{clip-path:circle(300px at 80% -20%)}}.products-cards .pc-card::after{content:attr(data-product-name);position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);font-size:5em;font-weight:800;font-style:italic;color:hsla(0,0%,100%,.04);z-index:0;pointer-events:none;text-align:center;white-space:nowrap;max-width:100%;overflow:hidden}.products-cards .pc-card .pc-imgBx{position:absolute;top:45%;transform:translateY(-50%);z-index:2;width:100%;height:240px;transition:all .6s cubic-bezier(0.4, 0, 0.2, 1)}@media(max-width: 575px){.products-cards .pc-card .pc-imgBx{top:0;transform:translateY(0%);height:220px}}@media(hover: hover){.products-cards .pc-card:hover .pc-imgBx{top:8%;transform:translateY(0%) scale(1.05)}}.products-cards .pc-card .pc-image{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%) scale(1);width:270px;height:auto;object-fit:cover;border-radius:12px;transition:all .6s cubic-bezier(0.4, 0, 0.2, 1);filter:drop-shadow(0 10px 20px rgba(0, 0, 0, 0.2))}@media(max-width: 575px){.products-cards .pc-card .pc-image{transform:translate(-50%, -50%) scale(1);width:220px}}@media(hover: hover){.products-cards .pc-card:hover .pc-image{transform:translate(-50%, -50%) scale(1.1) translateY(-15px);width:260px;height:200px;object-fit:contain;filter:drop-shadow(0 15px 30px rgba(0, 0, 0, 0.3))}}.products-cards .pc-card .pc-contentBx{position:absolute;bottom:0;width:100%;height:140px;text-align:center;transition:all .6s cubic-bezier(0.4, 0, 0.2, 1);z-index:1;padding:0 14px 20px;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;transform:translateY(0)}@media(hover: none),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),(max-width: 575px){.products-cards .pc-card .pc-contentBx{height:220px}}.products-cards .pc-card .pc-contentBx h2{position:relative;font-weight:600;letter-spacing:1px;color:#fff;margin:0;padding-top:12px;font-size:1.4rem;transition:transform .4s ease}@media(hover: hover){.products-cards .pc-card:hover .pc-contentBx{height:240px;transform:translateY(-10px);padding-bottom:25px}.products-cards .pc-card:hover .pc-contentBx h2{transform:translateY(-5px)}}.products-cards .pc-card .pc-desc{margin:12px auto 0;max-width:260px;color:hsla(0,0%,100%,.95);font-size:14px;line-height:1.6;opacity:0;visibility:hidden;transform:translateY(20px);transition:all .5s cubic-bezier(0.4, 0, 0.2, 1)}@media(hover: none),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),(max-width: 575px){.products-cards .pc-card .pc-desc{opacity:1;visibility:visible;transform:translateY(0)}}.products-cards .pc-card .pc-desc:empty{display:none}.products-cards .pc-card .pc-contentBx a.learn-more{opacity:0;transform:translateY(40px) scale(0.9);transition:all .5s cubic-bezier(0.4, 0, 0.2, 1);margin-top:14px;width:12.5rem;margin-left:auto;margin-right:auto;pointer-events:none;color:#fff !important;border-color:hsla(0,0%,100%,.5) !important}@media(hover: none),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),(max-width: 575px){.products-cards .pc-card .pc-contentBx a.learn-more{opacity:1;transform:translateY(0px) scale(1);pointer-events:auto}}.products-cards .pc-card .pc-contentBx a.learn-more:hover{background:hsla(0,0%,100%,.2) !important;border-color:#fff !important;color:#fff !important}.products-cards .pc-card .pc-contentBx a.learn-more .button-text{color:#fff !important}@media(hover: hover){.products-cards .pc-card:hover .pc-desc{opacity:1;visibility:visible;transform:translateY(0);transition-delay:.2s}.products-cards .pc-card:hover .pc-contentBx a.learn-more{opacity:1;transform:translateY(0px) scale(1);transition-delay:.35s;pointer-events:auto}}.products-cards .pc-card--green{--pc-accent: #0f09d0}.products-cards .pc-card--blue{--pc-accent: #0f09d0}.products-cards .pc-card--pink{--pc-accent: #faf115}.products-cards .pc-card--theme{--pc-accent: #0f09d0}.learn-more{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;margin:0;max-width:100%;overflow:hidden;border:2px solid #0f09d0;background:rgba(0,0,0,0);color:#0f09d0;font-family:inherit;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border-radius:.5rem;cursor:pointer;text-decoration:none;transition:all .3s ease}.learn-more:hover{background:#0f09d0;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px rgba(15,9,208,.3)}.learn-more .circle{display:none}.learn-more .icon{position:relative;width:16px;height:16px;display:flex;align-items:center;justify-content:center}.learn-more .icon.arrow{transition:transform .3s ease}.learn-more .icon.arrow::before{content:"";position:absolute;width:8px;height:2px;background:currentColor;transform:translateX(2px) rotate(45deg);transform-origin:right}.learn-more .icon.arrow::after{content:"";position:absolute;width:8px;height:2px;background:currentColor;transform:translateX(2px) rotate(-45deg);transform-origin:right}.learn-more:hover .icon.arrow{transform:translateX(4px)}.learn-more .button-text{position:relative;z-index:1}.learn-more--products-all{border-color:#0f09d0;color:#0f09d0}.learn-more--products-all:hover{background:#0f09d0;color:#fff}.product-area .product-card{display:flex;flex-direction:column;background:#fff;border-radius:14px;box-shadow:0 10px 30px rgba(0,0,0,.06);overflow:hidden;text-decoration:none;color:inherit;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;border:1px solid rgba(0,0,0,.03)}.product-area .product-card__image{width:100%;height:210px;overflow:hidden}.product-area .product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease;display:block}.product-area .product-card__body{padding:18px 18px 16px}.product-area .product-card__title{font-size:1.1rem;font-weight:700;margin-bottom:.35rem;color:#111}.product-area .product-card__text{font-size:.95rem;color:#555;margin-bottom:.75rem;min-height:56px}.product-area .product-card__link{font-size:.9rem;font-weight:600;color:#1a1a3e;display:inline-flex;align-items:center;gap:4px}.product-area .product-card__link::after{content:"›";font-size:.95rem}.product-area .product-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(0,0,0,.12)}.product-area .product-card:hover .product-card__image img{transform:scale(1.05)}@keyframes sweep{0%{opacity:0;transform:translateX(-10px)}100%{opacity:1;transform:translateX(0)}}.whatsapp{position:fixed;width:60px;height:60px;bottom:75px;right:15px;background-color:#25d366;color:#fff;border-radius:50px;text-align:center;font-size:30px;z-index:100;animation:sweep 1.5s ease-in-out;display:flex;justify-content:center}.whatsapp-icon{margin-top:13px}#whatsapp-chat{position:fixed;background:#fff;width:350px;border-radius:10px;box-shadow:0 1px 15px rgba(32,33,36,.28);bottom:150px;right:20px;overflow:hidden;z-index:99;animation-name:showchat;animation-duration:.5s;transform:scale(1)}a.blantershow-chat{background:linear-gradient(to right top, #33db71, #17a64b);color:#fff;position:fixed;display:flex;align-items:center;justify-content:center;width:60px;height:60px;z-index:98;bottom:80px;right:15px;font-size:15px;padding:10px 20px;border-radius:50%;box-shadow:0 1px 15px rgba(32,33,36,.28)}a.blantershow-chat i{transform:scale(1.2);font-size:26px}.header-chat{background:linear-gradient(to right top, #33db71, #17a64b);color:#fff;padding:20px}.header-chat h3{font-size:20px;margin:0 10px;text-align:left}.header-chat p{font-size:14px;line-height:1.7;margin:0}.info-avatar{position:relative;display:flex;align-items:center;justify-content:center;width:55px;height:55px}.info-avatar img{width:100%;height:100%;object-fit:contain;background:#000;border-radius:100%}.info-avatar:before{content:"";z-index:1;font-family:"Font Awesome 5 Brands";font-size:14px;background:#23ab23;color:#fff;padding:4px 5px;display:flex;align-items:center;justify-content:center;width:25px;height:25px;border-radius:100%;position:absolute;top:30px;left:30px}a.informasi{padding:20px;display:flex;align-items:center;gap:15px;overflow:hidden;animation-name:showhide;animation-duration:.5s}a.informasi:hover{background:#f1f1f1}.info-chat span{display:flex;flex-direction:column;align-items:start}#get-label,span.chat-label{font-size:14px;color:#898989}#get-nama,span.chat-nama{margin:5px 0 0;font-size:18px;font-weight:700;color:#222}#get-label,#get-nama{color:#fff}span.my-number{display:none}.blanter-msg{display:flex;align-items:center;color:#444;padding:20px 10px;font-size:14px;text-align:center;background:#fff;border-top:1px solid #ddd}#chat-input{border:none;width:100%;height:35px;align-content:center;padding:0 10px;margin-right:5px;outline:none;resize:none;border-bottom:1px solid #ddd}a#send-it{color:#eee;width:70px;font-weight:700;padding:10px;background:linear-gradient(to right top, #33db71, #25d366);border-radius:10px}.first-msg{position:relative;display:flex;flex-direction:column;align-items:start;background:rgba(230,221,212,.8);min-height:200px;padding:10px 10px;text-align:left}.first-msg::before{content:"";position:absolute;width:100%;height:100%;background-image:url(https://elfsight.com/assets/chats/patterns/whatsapp.png);top:0;left:0;z-index:-1}.first-msg span{background:#fff;color:#1b1b1b;font-size:15px;line-height:1.7;border-radius:10px;padding:8px 15px;margin-bottom:10px;display:inline-block}.start-chat .blanter-msg{display:flex}#get-number{display:none}.close-chat{position:absolute;top:0px;right:15px;color:#fff;font-size:40px;cursor:pointer}@keyframes showhide{from{transform:scale(0.5);opacity:0}}@keyframes showchat{from{transform:scale(0);opacity:0}}@media screen and (max-width: 480px){#whatsapp-chat{width:auto;left:5%;right:5%;font-size:80%}}.hide{display:none;animation-name:showhide;animation-duration:.5s;transform:scale(1);opacity:1}.show{display:block;animation-name:showhide;animation-duration:.5s;transform:scale(1);opacity:1}.catalog-area .catalog-grid{display:grid;grid-template-columns:repeat(4, minmax(0, 1fr));gap:10px}@media only screen and (min-width: 992px)and (max-width: 1199px){.catalog-area .catalog-grid{grid-template-columns:repeat(3, minmax(0, 1fr))}}@media only screen and (min-width: 768px)and (max-width: 991px){.catalog-area .catalog-grid{grid-template-columns:repeat(2, minmax(0, 1fr));gap:20px}}@media only screen and (min-width: 576px)and (max-width: 767px){.catalog-area .catalog-grid{grid-template-columns:repeat(2, minmax(0, 1fr))}}@media(max-width: 575px){.catalog-area .catalog-grid{grid-template-columns:1fr}}.catalog-area .catalog-card{display:flex;align-items:center;justify-content:center;width:100%;min-height:170px;padding:30px;border:1px solid rgba(36,36,39,.2);background-color:#fff;box-shadow:0 16px 32px rgba(16,24,40,.08);cursor:pointer;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;text-align:center}.catalog-area .catalog-card:hover,.catalog-area .catalog-card:focus-visible{transform:translateY(-4px);box-shadow:0 24px 48px rgba(16,24,40,.16);border-color:rgba(36,36,39,.8);outline:none}.catalog-area .catalog-card:focus-visible{box-shadow:0 0 0 3px rgba(15,9,208,.3),0 24px 48px rgba(16,24,40,.16)}.catalog-area .catalog-card__logo{display:flex;align-items:center;justify-content:center;width:100%;max-width:200px}.catalog-area .catalog-card__logo img{max-width:100%;max-height:100px;object-fit:contain;filter:grayscale(0.2);transition:filter .3s ease,transform .3s ease}.catalog-area .catalog-card:hover .catalog-card__logo img,.catalog-area .catalog-card:focus-visible .catalog-card__logo img{transform:scale(1.02);filter:grayscale(0)}.catalog-modal{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;padding:20px;background:rgba(15,23,42,.45);opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;z-index:9999}.catalog-modal.is-active{opacity:1;visibility:visible}.catalog-modal__overlay{position:absolute;inset:0;background:rgba(0,0,0,0)}.catalog-modal__dialog{position:relative;width:min(680px,100%);max-height:90vh;overflow:hidden;background:#fff;box-shadow:0 24px 48px rgba(15,23,42,.25);padding:32px;z-index:10}@media only screen and (min-width: 576px)and (max-width: 767px),(max-width: 575px){.catalog-modal__dialog{padding:24px}}.catalog-modal__close{position:absolute;top:15px;right:15px;width:30px;height:30px;background:rgba(15,9,208,.1);border:none;border-radius:50%;cursor:pointer;line-height:1;display:flex;align-items:center;justify-content:center;transition:color .2s ease,transform .2s ease}.catalog-modal__close i{font-size:20px;padding:0;margin:0;color:#0f09d0}.catalog-modal__close:hover{color:#0f09d0;transform:scale(1.05);outline:none}.catalog-modal__header{display:flex;align-items:center;gap:24px;margin-bottom:15px;max-width:90%}@media only screen and (min-width: 576px)and (max-width: 767px){.catalog-modal__header{flex-direction:column;text-align:center}}.catalog-modal__logo{flex:0 0 auto;width:120px;height:80px;border-radius:5px;border:1px solid rgba(0,0,0,.08);background:#f8fafc;display:flex;align-items:center;justify-content:center;padding:8px}.catalog-modal__logo.is-hidden{display:none}.catalog-modal__logo img{width:100%;height:100%;object-fit:contain}.catalog-modal__title{font-size:1.6rem;color:#0f09d0;margin:0}@media only screen and (min-width: 576px)and (max-width: 767px),(max-width: 575px){.catalog-modal__title{font-size:1.2rem}}.catalog-modal__body{max-height:45vh;overflow-y:auto;border-top:1px solid rgba(0,0,0,.1);padding-top:20px;padding-right:8px}.catalog-modal__body::-webkit-scrollbar{width:6px}.catalog-modal__body::-webkit-scrollbar-track{background:rgba(0,0,0,.05);border-radius:999px}.catalog-modal__body::-webkit-scrollbar-thumb{background:rgba(15,9,208,.6);border-radius:999px}.catalog-modal__downloads{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:12px}@media only screen and (min-width: 576px)and (max-width: 767px),(max-width: 575px){.catalog-modal__downloads{flex-direction:column}}.catalog-modal__link{display:inline-flex;align-items:center;gap:10px;padding:14px 20px;background:#0f09d0;color:#fff;font-size:16px;font-weight:600;text-decoration:none;transition:background .3s ease,color .3s ease,transform .3s ease}@media only screen and (min-width: 576px)and (max-width: 767px),(max-width: 575px){.catalog-modal__link{width:100%;justify-content:space-between;font-size:14px}}.catalog-modal__link i{font-size:16px;color:#fff}.catalog-modal__link:hover,.catalog-modal__link:focus-visible{background:#242427;color:#fff;transform:translateY(-2px)}.catalog-modal__link:hover i,.catalog-modal__link:focus-visible i{color:#fff}.catalog-modal__empty{padding:12px 0;color:#f8f8f8;font-size:.95rem}body.catalog-modal-open{overflow:hidden}.contact-section{padding:65px 0 0}.contact-section .info-container{background:#fff;box-shadow:rgba(0,0,0,.07) 0px 1px 2px,rgba(0,0,0,.07) 0px 2px 4px,rgba(0,0,0,.07) 0px 4px 8px,rgba(0,0,0,.07) 0px 8px 16px,rgba(0,0,0,.07) 0px 16px 32px,rgba(0,0,0,.07) 0px 32px 64px;position:relative;padding:20px;border-radius:8px}.contact-section .info-container .contact-info{display:flex}.contact-section .info-container .contact-info:not(:last-child){margin-bottom:35px}.contact-section .info-container .contact-info h3{font-size:1.1em;font-weight:500;color:#000;margin-bottom:5px}.contact-section .info-container .contact-info h3 a:hover{color:#0f09d0}.contact-section .info-container .contact-info p{color:#383838;margin-bottom:0}.contact-section .info-container .contact-info .icon{color:#faf115;margin-right:10px;font-size:1.6em;min-width:35px}.contact-section .info-container::after{content:"";position:absolute;display:block;height:115%;width:85%;border-radius:0%;left:-30px;top:-20px;z-index:-2;border-radius:8px;opacity:.8;border:3px solid color-mix(in srgb, #1a1a3e, #fff 40%);background:#1a1a3e}.contact-section .btn-contact{display:flex}@media(max-width: 576px){.contact-section .btn-contact{display:flex;flex-wrap:wrap;justify-content:center}}@media(max-width: 576px){.contact-section .btn-contact .btn-main{margin-left:0;width:80%}}.banner-full{position:relative;width:100%;height:100%;background-color:#1a1a1a;margin-top:160px}@media only screen and (min-width: 1441px){.banner-full{margin-top:160px}}@media only screen and (min-width: 992px)and (max-width: 1199px){.banner-full{margin-top:160px}}@media only screen and (min-width: 768px)and (max-width: 991px){.banner-full{margin-top:100px}}@media only screen and (min-width: 576px)and (max-width: 767px){.banner-full{margin-top:100px}}@media(max-width: 575px){.banner-full{margin-top:100px}}.banner-full .swiper-slide.swiper-slide-active .fadeUp{opacity:0;animation:fadeup 1.2s cubic-bezier(0.25, 0.26, 0.25, 0.94) .9s 1 normal forwards}.banner-full .swiper-slide.swiper-slide-active .flipIn{opacity:0;animation:flipIn 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) .5s both}.banner-full .swiper-pagination{margin-bottom:5px}@media only screen and (min-width: 1441px),only screen and (min-width: 992px)and (max-width: 1199px){.banner-full .swiper-pagination.position-left{width:350px;height:30px;top:47%;left:-15vh;transform:rotate(90deg) translateY(-50%)}}.banner-full .swiper-pagination .swiper-pagination-bullet{width:20px;height:5px;margin:0 5px !important;border-radius:2px;transition:.8s ease-in-out;background:#fff;opacity:.5}.banner-full .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{width:80px;background:#0f09d0;outline:1px solid #0f09d0;opacity:1}.banner-full .swiper-buttons{color:#1a1a3e;height:50px;width:50px;background:hsla(0,0%,100%,.5);transform:rotate(45deg);box-shadow:1px 1px 30px -10px #000;transition:.3s ease;display:flex;border-radius:3px}@media only screen and (min-width: 992px)and (max-width: 1199px){.banner-full .swiper-buttons{display:flex;height:40px;width:40px}}@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px){.banner-full .swiper-buttons{display:flex;height:45px;width:45px}}@media(max-width: 575px){.banner-full .swiper-buttons{display:flex;height:35px;width:35px}}@media only screen and (min-width: 576px)and (max-width: 767px),(max-width: 575px){.banner-full .swiper-buttons.swiper-button-prev,.banner-full .swiper-buttons.swiper-button-next{top:auto;bottom:30px}}.banner-full .swiper-buttons.swiper-button-prev{left:15px}.banner-full .swiper-buttons.swiper-button-next{right:15px}.banner-full .swiper-buttons i{font-size:1.5rem;color:#0f09d0;transition:.3s ease;transform:rotate(-45deg)}.banner-full .swiper-buttons::before,.banner-full .swiper-buttons::after{color:#0f09d0;font-size:25px;font-weight:600;display:none}.banner-full .swiper-buttons:hover{transform:scale(1.1);background:#fff}.banner-full .swiper-buttons:hover i{transform:scale(1.05)}.banner-full .swiper-buttons:hover::before,.banner-full .swiper-buttons:hover::after{color:#0f09d0}.banner-full .banner-main{position:relative !important;width:100%;height:550px;overflow:hidden}@media only screen and (min-width: 1441px){.banner-full .banner-main{height:700px}}@media only screen and (min-width: 992px)and (max-width: 1199px){.banner-full .banner-main{height:400px}}@media only screen and (min-width: 768px)and (max-width: 991px){.banner-full .banner-main{height:750px}}@media only screen and (min-width: 576px)and (max-width: 767px){.banner-full .banner-main{height:620px}}@media(max-width: 575px){.banner-full .banner-main{height:540px}}.banner-full .banner-main .swiper-slide{text-align:center;font-size:18px;background:#fff;display:flex;justify-content:center;align-items:center;overflow:hidden;border-radius:5px}.banner-full .banner-main .swiper-slide img{display:block;width:100%;height:100%;object-fit:cover;object-position:bottom right}@media only screen and (min-width: 768px)and (max-width: 991px){.banner-full .banner-main .swiper-slide img{object-position:bottom}}.banner-full .banner-main .content-area{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding-top:5px}.banner-full .banner-main .content-area .bg{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.banner-full .banner-main .content-area .bg .image-bg{width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(0.5);animation:loopScale 8s ease-in 0s infinite alternate forwards}.banner-full .banner-main .content-area .bg .shape{position:absolute;width:100%;height:90%;left:0px;bottom:0px;display:flex;align-items:center;justify-content:center;z-index:2}.banner-full .banner-main .content-area .bg .shape img{width:115%;height:100%;object-position:left bottom;margin-left:-30px;opacity:1}.banner-full .banner-main .content-area .content{display:flex;align-items:start;justify-content:start;width:95%;height:100%;margin:0 auto;z-index:2}@media only screen and (min-width: 992px)and (max-width: 1199px){.banner-full .banner-main .content-area .content{width:100%;height:90%;padding:0px 20px}}@media only screen and (min-width: 768px)and (max-width: 991px){.banner-full .banner-main .content-area .content{width:100%;height:100%;padding:5px 10px}}@media only screen and (min-width: 576px)and (max-width: 767px){.banner-full .banner-main .content-area .content{width:100%;height:98%;padding:5px}}@media(max-width: 575px){.banner-full .banner-main .content-area .content{width:100%;height:98%;padding:20px}}.banner-full .banner-main .content-area .content .text{position:relative;display:flex;flex-direction:column;padding:20px;text-align:left;margin:5px 0;width:45vw;margin-left:6vw;margin-top:170px}@media only screen and (min-width: 992px)and (max-width: 1199px){.banner-full .banner-main .content-area .content .text{width:48vw;margin-left:6vw;margin-top:70px}}@media only screen and (min-width: 768px)and (max-width: 991px){.banner-full .banner-main .content-area .content .text{width:85vw;margin-left:8vw;margin-top:40px}}@media only screen and (min-width: 576px)and (max-width: 767px){.banner-full .banner-main .content-area .content .text{width:80vw;margin-top:-10px;margin-left:8vw}}@media(max-width: 575px){.banner-full .banner-main .content-area .content .text{width:98vw;margin-left:2vw;margin-top:-10px}}.banner-full .banner-main .content-area .content .text h1,.banner-full .banner-main .content-area .content .text h2,.banner-full .banner-main .content-area .content .text span{color:#fff;font-size:3rem;line-height:3.2rem;text-shadow:2px 2px 65px rgba(0,0,0,.5);font-weight:700;text-transform:uppercase;margin-bottom:5px}@media only screen and (min-width: 992px)and (max-width: 1199px){.banner-full .banner-main .content-area .content .text h1,.banner-full .banner-main .content-area .content .text h2,.banner-full .banner-main .content-area .content .text span{font-size:2.2rem;line-height:2.4rem}}@media only screen and (min-width: 768px)and (max-width: 991px){.banner-full .banner-main .content-area .content .text h1,.banner-full .banner-main .content-area .content .text h2,.banner-full .banner-main .content-area .content .text span{font-size:2.4rem;line-height:2.5rem;margin-bottom:10px}}@media only screen and (min-width: 576px)and (max-width: 767px){.banner-full .banner-main .content-area .content .text h1,.banner-full .banner-main .content-area .content .text h2,.banner-full .banner-main .content-area .content .text span{font-size:2rem;line-height:2.2rem;margin-bottom:10px}}@media(max-width: 575px){.banner-full .banner-main .content-area .content .text h1,.banner-full .banner-main .content-area .content .text h2,.banner-full .banner-main .content-area .content .text span{font-size:1.8rem;line-height:2rem;margin-bottom:10px}}.banner-full .banner-main .content-area .content .text h1 b,.banner-full .banner-main .content-area .content .text h2 b,.banner-full .banner-main .content-area .content .text span b{font-weight:700;color:#fff}.banner-full .banner-main .content-area .content .text p{font-size:1.2rem;font-weight:1.4rem;font-weight:300;color:#fff;margin:15px 0}@media only screen and (min-width: 992px)and (max-width: 1199px){.banner-full .banner-main .content-area .content .text p{font-size:1.2rem;line-height:1.4rem}}@media only screen and (min-width: 768px)and (max-width: 991px){.banner-full .banner-main .content-area .content .text p{font-size:1.2rem;line-height:1.4rem}}@media only screen and (min-width: 576px)and (max-width: 767px){.banner-full .banner-main .content-area .content .text p{font-size:1rem;line-height:1.1rem}}@media(max-width: 575px){.banner-full .banner-main .content-area .content .text p{font-size:1rem;line-height:1.1rem;margin-top:5px}}.banner-full .banner-main .content-area .content .text .btn-one{padding:10px 30px;background:#0f09d0;color:#fff}.banner-full .banner-main .content-area .content .text .btn-one span{font-size:1rem;line-height:normal;text-transform:capitalize;padding:2px;margin:0}@media only screen and (min-width: 576px)and (max-width: 767px),(max-width: 575px){.banner-full .banner-main .content-area .content .text .btn-one{padding:10px 20px;font-size:14px}}.banner-full .banner-main .content-area .content .text .btn-one::after{background-color:#1a1a3e}.banner-full .banner-main .content-area .content .text .btn-one i{width:25px;height:25px}.banner-full .banner-main .content-area .content .image-banner{width:100%;height:400px;margin:0 auto;overflow:hidden;border-radius:20px;border:4px solid rgba(249,249,249,.6);box-shadow:8px 8px 45px -5px rgba(0,0,0,.5)}@media only screen and (min-width: 992px)and (max-width: 1199px){.banner-full .banner-main .content-area .content .image-banner{width:100%;height:360px}}@media only screen and (min-width: 768px)and (max-width: 991px){.banner-full .banner-main .content-area .content .image-banner{width:100%;height:330px}}@media only screen and (min-width: 576px)and (max-width: 767px){.banner-full .banner-main .content-area .content .image-banner{width:95%;height:260px}}@media(max-width: 575px){.banner-full .banner-main .content-area .content .image-banner{margin:30px 10px;width:90%;height:240px}}.banner-full .banner-main .content-area .content .image-banner img{width:100%;height:100%;object-fit:cover;background-color:#fff}.banner-full .banner-main .content-area .content .image-banner img.obj-contain{object-fit:contain}.banner-full .banner-thumb{position:absolute;bottom:5%;left:50%;width:50%;transform:translateX(-50%);z-index:2}@media only screen and (min-width: 576px)and (max-width: 767px){.banner-full .banner-thumb{display:none}}@media(max-width: 575px){.banner-full .banner-thumb{display:none}}.banner-full .banner-thumb .swiper-wrapper{display:flex;justify-content:center}.banner-full .banner-thumb .img-thumb{width:50px !important;height:50px !important;border-radius:50%;cursor:pointer;overflow:hidden;transition:.5s ease;box-shadow:0 3px 20px -5px rgba(0,0,0,.6);opacity:.5}@media only screen and (min-width: 992px)and (max-width: 1199px){.banner-full .banner-thumb .img-thumb{width:50px !important;height:50px !important}}@media only screen and (min-width: 768px)and (max-width: 991px){.banner-full .banner-thumb .img-thumb{width:50px !important;height:50px !important}}@media(max-width: 575px){.banner-full .banner-thumb .img-thumb{width:50px !important;height:50px !important}}.banner-full .banner-thumb .img-thumb.swiper-slide-thumb-active{transform:scale(1.4);opacity:1;border:2px solid #faf115;box-shadow:0 3px 25px -5px rgba(0,0,0,.6)}.banner-full .banner-thumb .img-thumb img{width:100%;height:100%;object-fit:cover;object-position:center}.section-product2{position:relative;z-index:1}@media(max-width: 991px){.section-product2{padding-bottom:60px}}@media(max-width: 767px){.section-product2{padding-bottom:50px}}.section-product2 .title-area2{margin-bottom:50px}.section-product2 .box-btn{text-align:right;float:right;margin-bottom:15px}@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),(max-width: 575px){.section-product2 .box-btn{text-align:left;float:left}}.section-product2 .box-btn .btn-one{padding:10px 20px}.section-product2 .side-img{position:absolute;left:0;bottom:0px;z-index:-1;opacity:.5}@media(max-width: 991px){.section-product2 .side-img{display:none}}.section-product2 .side-img img{width:100%;height:100%;object-fit:cover;object-position:center}.section-product2 .project-slider{margin-right:0px}@media only screen and (min-width: 992px)and (max-width: 1199px){.section-product2 .project-slider{margin-right:0}}@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),(max-width: 575px){.section-product2 .project-slider{margin-right:0}}.section-product2 .project-card{position:relative;z-index:1;overflow:hidden;border-radius:5px;margin:15px 0;width:100%;height:480px}.section-product2 .project-card::before{position:absolute;left:0;bottom:0;width:100%;height:60%;content:"";background:linear-gradient(180deg, rgba(2, 0, 36, 0) 0%, rgba(36, 36, 39, 0.8) 70%);z-index:1}.section-product2 .project-card .number{color:#fff;text-align:center;font-size:14px;font-weight:700;text-transform:capitalize;display:inline-block;position:absolute;right:10px;top:10px;z-index:1;border-radius:13px;background:#1a1a3e;width:43px;height:27px;line-height:27px}.section-product2 .project-card img{width:100%;transition:all .4s ease-in-out;transform:scale(1)}.section-product2 .project-card:hover img{transform:scale(1.05)}.section-product2 .project-card .content{position:absolute;width:100%;left:20px;bottom:25px;z-index:11;display:flex;flex-direction:column}.section-product2 .project-card .content h2,.section-product2 .project-card .content h3,.section-product2 .project-card .content .title{margin-bottom:0;background:#0f09d0;color:#fff;width:fit-content;max-width:70%;padding:10px 20px;font-size:16px;line-height:20px;font-weight:600;text-transform:capitalize;display:flex}.section-product2 .project-card .content .subtitle{background:#faf115;color:#eee;padding:8px 16px;text-transform:capitalize;display:flex;width:fit-content;font-size:14px;font-weight:500;text-transform:capitalize}.section-product2 .segmentSwiper{position:relative}.section-product2 .segmentSwiper .swiper-scrollbar{position:relative;margin-top:5px;height:5px;width:100%;background:rgba(239,239,239,.8)}.section-product2 .segmentSwiper .swiper-scrollbar .swiper-scrollbar-drag{background:#faf115}.section-product2 .segmentSwiper .swiper-pagination{position:absolute;width:100%;height:4px;top:auto;bottom:0;left:0px;background:rgba(239,239,239,.6);border-radius:100px}.section-product2 .segmentSwiper .swiper-pagination .swiper-pagination-progressbar-fill{background:#faf115;border-radius:100px}.section-product2 .segmentSwiper .navs{position:relative;width:100%;height:60px;margin-top:10px}@media only screen and (min-width: 1441px),only screen and (min-width: 992px)and (max-width: 1199px){.section-product2 .segmentSwiper .navs{width:150px}}@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),(max-width: 575px){.section-product2 .segmentSwiper .navs{width:150px}}.section-product2 .segmentSwiper .navs .swiper-button-next,.section-product2 .segmentSwiper .navs .swiper-button-prev{position:absolute;top:0;bottom:auto;margin:0;transform:translateY(0)}.section-product2 .segmentSwiper .navs .swiper-button-next::after,.section-product2 .segmentSwiper .navs .swiper-button-prev::after{font-size:20px;color:#0f09d0;font-weight:600}.swiper .swiper-button-prev,.swiper .swiper-button-next{position:absolute;top:55%;height:55px;width:55px;cursor:pointer;font-size:1.25rem;text-align:center;line-height:55px;background:#fff;border-radius:50%;box-shadow:0 3px 6px rgba(0,0,0,.23);transform:translateY(-50%);transition:transform .1s linear;z-index:3}.swiper .swiper-button-prev::after,.swiper .swiper-button-next::after{font-size:20px;color:#ca5800;font-weight:600}.section-especialidades .mission-vision-values-tabs{margin-top:40px}.section-especialidades .mission-vision-values-tabs .tabs-nav{display:flex;justify-content:center;gap:20px;margin-bottom:40px;flex-wrap:wrap}@media(max-width: 575px){.section-especialidades .mission-vision-values-tabs .tabs-nav{gap:10px}}.section-especialidades .mission-vision-values-tabs .tabs-nav .tab-btn{padding:16px 40px;background:rgba(0,0,0,0);border:2px solid #0f09d0;color:#0f09d0;font-size:18px;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.05em}@media(max-width: 575px){.section-especialidades .mission-vision-values-tabs .tabs-nav .tab-btn{padding:12px 24px;font-size:16px}}.section-especialidades .mission-vision-values-tabs .tabs-nav .tab-btn:hover{background:rgba(15,9,208,.1);transform:translateY(-2px)}.section-especialidades .mission-vision-values-tabs .tabs-nav .tab-btn.active{background:#0f09d0;color:#fff;border-color:#0f09d0;box-shadow:0 4px 15px rgba(15,9,208,.3)}.section-especialidades .mission-vision-values-tabs .tabs-nav .tab-btn.active:hover{background:rgb(13.2373271889,7.9423963134,183.5576036866);transform:translateY(-2px)}.section-especialidades .mission-vision-values-tabs .tabs-content{position:relative;min-height:300px;overflow:hidden}.section-especialidades .mission-vision-values-tabs .tabs-content .tab-panel{display:none;animation:fadeIn .5s ease;overflow:visible}.section-especialidades .mission-vision-values-tabs .tabs-content .tab-panel.active{display:block}.section-especialidades .mission-vision-values-tabs .tabs-content .tab-panel .tab-content-inner{background:#fff;padding:50px 40px;border-radius:20px;box-shadow:0 10px 40px rgba(0,0,0,.1)}@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),(max-width: 575px){.section-especialidades .mission-vision-values-tabs .tabs-content .tab-panel .tab-content-inner{padding:40px 30px}}.section-especialidades .mission-vision-values-tabs .tabs-content .tab-panel .tab-content-inner h3{font-size:2.5rem;font-weight:700;color:#0f09d0;margin-bottom:25px;text-align:center}@media(max-width: 575px){.section-especialidades .mission-vision-values-tabs .tabs-content .tab-panel .tab-content-inner h3{font-size:2rem}}.section-especialidades .mission-vision-values-tabs .tabs-content .tab-panel .tab-content-inner p{font-size:18px;line-height:1.8;color:#333;text-align:center;max-width:800px;margin:0 auto}@media(max-width: 575px){.section-especialidades .mission-vision-values-tabs .tabs-content .tab-panel .tab-content-inner p{font-size:16px}}.section-especialidades .mission-vision-values-tabs .tabs-content .tab-panel .tab-content-inner .values-list{list-style:none;padding:0;margin:0;max-width:600px;margin:0 auto;max-height:280px;overflow-y:auto;overflow-x:hidden;padding-right:10px}.section-especialidades .mission-vision-values-tabs .tabs-content .tab-panel .tab-content-inner .values-list::-webkit-scrollbar{width:6px}.section-especialidades .mission-vision-values-tabs .tabs-content .tab-panel .tab-content-inner .values-list::-webkit-scrollbar-track{background:rgba(15,9,208,.1);border-radius:10px}.section-especialidades .mission-vision-values-tabs .tabs-content .tab-panel .tab-content-inner .values-list::-webkit-scrollbar-thumb{background:#0f09d0;border-radius:10px}.section-especialidades .mission-vision-values-tabs .tabs-content .tab-panel .tab-content-inner .values-list::-webkit-scrollbar-thumb:hover{background:rgb(11.4746543779,6.8847926267,159.1152073733)}.section-especialidades .mission-vision-values-tabs .tabs-content .tab-panel .tab-content-inner .values-list li{padding:8px 12px;margin-bottom:6px;background:rgba(15,9,208,.05);border-left:3px solid #0f09d0;border-radius:6px;font-size:13px;line-height:1.4;color:#333;transition:all .3s ease}@media(max-width: 575px){.section-especialidades .mission-vision-values-tabs .tabs-content .tab-panel .tab-content-inner .values-list li{padding:6px 10px;font-size:12px;margin-bottom:5px}}.section-especialidades .mission-vision-values-tabs .tabs-content .tab-panel .tab-content-inner .values-list li:hover{background:rgba(15,9,208,.1);transform:translateX(3px)}.section-especialidades .mission-vision-values-tabs .tabs-content .tab-panel .tab-content-inner .values-list li::before{content:"✓";color:#faf115;font-weight:bold;margin-right:8px;font-size:12px}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.section-especialidades .box-center-image{position:relative;display:flex;justify-content:center;width:100%;height:100%}@media only screen and (min-width: 768px)and (max-width: 991px){.section-especialidades .box-center-image{height:400px}}.section-especialidades .box-center-image .image-bg{position:relative;width:100%;height:100%;border-radius:5px;z-index:2;opacity:1}.section-especialidades .box-center-image .image-bg img{width:100%;height:100%;object-fit:cover;border-radius:5px}.section-especialidades .box-center-image .image-up{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:103%;height:103%;border-radius:50%;z-index:3;filter:saturate(0)}.section-especialidades .box-center-image .image-up img{width:100%;height:100%;object-fit:contain}.section-feedbacks{background:linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);background-position:center;background-size:cover;background-repeat:no-repeat;position:relative;overflow:hidden}.section-feedbacks::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg, rgba(15, 9, 208, 0.05) 0%, rgba(250, 241, 21, 0.05) 100%);z-index:0}.section-feedbacks .container{position:relative;z-index:1}.section-feedbacks .content{display:flex;flex-direction:column;justify-content:center;background:linear-gradient(135deg, #0f09d0 0%, rgb(11.4746543779, 6.8847926267, 159.1152073733) 100%);padding:60px 40px;border-radius:20px;margin-bottom:70px;min-height:450px;box-shadow:0 10px 40px rgba(0,0,0,.15);position:relative;overflow:hidden}.section-feedbacks .content::before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle, rgba(250, 241, 21, 0.1) 0%, transparent 70%);z-index:0}.section-feedbacks .content>*{position:relative;z-index:1}@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),(max-width: 575px){.section-feedbacks .content{margin-bottom:20px;padding:40px 30px}}.section-feedbacks .content .title span{display:inline-flex;align-items:center;gap:10px;font-size:18px;font-weight:700;padding:10px 20px;color:#fff;background:hsla(0,0%,100%,.15);backdrop-filter:blur(10px);border-radius:50px;margin-bottom:25px;border:1px solid hsla(0,0%,100%,.2)}.section-feedbacks .content .title span i{display:flex;align-items:center;justify-content:center;width:35px;height:35px;background:#faf115;color:#0f09d0;font-size:16px;border-radius:50%;flex-shrink:0}.section-feedbacks .content .title h2,.section-feedbacks .content .title h3{font-size:2.8rem;line-height:3rem;margin-bottom:20px;color:#fff;font-weight:700}.section-feedbacks .content .title h2 b,.section-feedbacks .content .title h3 b{color:#faf115;font-weight:700}.section-feedbacks .content .text{margin-bottom:35px}.section-feedbacks .content .text p{color:hsla(0,0%,100%,.95);font-size:17px;line-height:1.7}.section-feedbacks .content .btn-testi{width:fit-content;padding:14px 32px;background:#faf115;color:#0f09d0;font-size:16px;font-weight:700;transition:all .3s ease;border-radius:50px;border:2px solid #faf115;box-shadow:0 4px 15px rgba(250,241,21,.3)}.section-feedbacks .content .btn-testi:hover{background:#fff;color:#0f09d0;transform:translateY(-3px);box-shadow:0 6px 20px rgba(250,241,21,.4)}.section-feedbacks .feedbackSwiper{padding:15px 0}.section-feedbacks .feedbackSwiper .swiper-slide{overflow:hidden}.section-feedbacks .feedbackSwiper .swiper-slide .swiper-slide-shadow{height:100%;width:100%;background:rgba(0,0,0,.1);border-radius:20px}.section-feedbacks .feedbackSwiper .swiper-slide.color2 .swiper-slide-shadow{background:rgba(0,0,0,.06)}.section-feedbacks .feedbackSwiper .swiper-slide .testi-card{margin:0;background:#fff}.section-feedbacks .feedbackSwiper .controls{position:relative;bottom:20px;width:150px;margin:0 auto;margin-top:20px;height:60px}.section-feedbacks .feedbackSwiper .controls .swiper-button-prev,.section-feedbacks .feedbackSwiper .controls .swiper-button-next{height:40px;width:40px;top:auto;bottom:5px;transform:none}@media(min-width: 768px){.int-page-1 .ajust-float{width:55%;float:left;margin-right:20px}}.int-page-1 .ajust-float .swiper{border-radius:12px;overflow:visible;box-shadow:0 18px 40px rgba(0,0,0,.35)}.int-page-1 .ajust-float .swiper-slide img,.int-page-1 .ajust-float img{border-radius:12px;height:450px;object-fit:cover;display:block;width:100%}@media(min-width: 992px){.int-page-1 .padding-lg-right{padding-right:3%}}.int-page-1 .swiper-button-prev,.int-page-1 .swiper-button-next{position:absolute;top:55%;height:50px;width:50px;cursor:pointer;font-size:1.25rem;text-align:center;line-height:50px;background:#fff;border-radius:50%;box-shadow:0 3px 6px rgba(0,0,0,.23);transform:translateY(-50%);transition:transform .1s linear;z-index:3}.int-page-1 .swiper-button-prev::after,.int-page-1 .swiper-button-next::after{font-size:20px;color:#000018;font-weight:600}.int-page-1 .box-slide-thumbs{display:flex;flex-direction:column;width:100%;gap:10px;padding:10px;background:#f8f8f8;border-radius:12px;margin-bottom:10px}.int-page-1 .box-slide-thumbs.is-float .gallery-top .swiper-slide{height:350px !important}@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px){.int-page-1 .box-slide-thumbs.is-float .gallery-top .swiper-slide{height:300px !important}}@media only screen and (min-width: 576px)and (max-width: 767px),(max-width: 575px){.int-page-1 .box-slide-thumbs.is-float .gallery-top .swiper-slide{height:250px !important}}.int-page-1 .box-slide-thumbs .gallery-top{border-radius:16px;overflow:hidden;background-color:#ccc;box-shadow:0 4px 12px rgba(0,0,0,.1)}.int-page-1 .box-slide-thumbs .gallery-top .swiper-slide{width:100%;height:600px;display:flex;justify-content:center;align-items:center}@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px){.int-page-1 .box-slide-thumbs .gallery-top .swiper-slide{height:400px}}@media only screen and (min-width: 576px)and (max-width: 767px),(max-width: 575px){.int-page-1 .box-slide-thumbs .gallery-top .swiper-slide{height:350px}}.int-page-1 .box-slide-thumbs .gallery-top .swiper-slide img{width:100%;height:100%;object-fit:cover;display:block;background:#fff}.int-page-1 .box-slide-thumbs .gallery-top .swiper-slide img.obj-contain{object-fit:contain}.int-page-1 .box-slide-thumbs .gallery-thumbs{padding:10px}.int-page-1 .box-slide-thumbs .gallery-thumbs .swiper-slide{height:80px;border-radius:12px;overflow:hidden;opacity:.5;transition:opacity .3s ease,transform .3s ease;cursor:pointer;background-color:#ccc;box-shadow:0 2px 6px rgba(0,0,0,.08)}@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px){.int-page-1 .box-slide-thumbs .gallery-thumbs .swiper-slide{height:60px}}.int-page-1 .box-slide-thumbs .gallery-thumbs .swiper-slide img{height:100%;width:100%;object-fit:cover;display:block;border-radius:12px;background:#fff}.int-page-1 .box-slide-thumbs .gallery-thumbs .swiper-slide img.obj-contain{object-fit:contain}.int-page-1 .box-slide-thumbs .gallery-thumbs .swiper-slide:hover{opacity:.8;transform:scale(1.02)}.int-page-1 .box-slide-thumbs .gallery-thumbs .swiper-slide-thumb-active{opacity:1;transform:scale(1.05);box-shadow:0 0 0 2px #0f09d0}.int-page-1 .box-slide-thumbs .swiper-button-prev,.int-page-1 .box-slide-thumbs .swiper-button-next{position:absolute;top:35%;height:35px;width:35px;cursor:pointer;font-size:1.25rem;text-align:center;line-height:35px;background:#fff;border-radius:50%;box-shadow:0 3px 6px rgba(0,0,0,.23);transform:translateY(-50%);transition:transform .1s linear;z-index:3}.int-page-1 .box-slide-thumbs .swiper-button-prev::after,.int-page-1 .box-slide-thumbs .swiper-button-next::after{font-size:16px;color:#30854b;font-weight:600}.int-page-1 .box-slide-thumbs .swiper-button-prev,.int-page-1 .box-slide-thumbs .swiper-button-next{top:50%;transform:translateY(-50%)}.int-page-1 p{text-align:justify;hyphens:auto;word-break:break-word}.int-page-1 .boxExpand{margin:10px 0;padding:10px 0}.int-page-1 .boxExpand #contentExpand{position:relative;max-height:200px;overflow:hidden;transition:max-height .8s ease-in-out}.int-page-1 .boxExpand #contentExpand ul li{list-style-position:inside}.int-page-1 .boxExpand #contentExpand.expanded{max-height:5000px}.int-page-1 .boxExpand #contentExpand.expanded::before{display:none}.int-page-1 .boxExpand #contentExpand::before{content:"";display:block;position:absolute;bottom:0;left:0;width:100%;height:90px;z-index:2;background:linear-gradient(to top, #ffffff 20%, rgba(0, 0, 0, 0) 100%)}.int-page-1 .boxExpand .btn-expand{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:80px;top:0px;cursor:pointer;font-size:16px;font-weight:500;z-index:2;border:none;outline:none;transition:.3s ease;background:rgba(0,0,0,0)}.int-page-1 .boxExpand .btn-expand i{position:relative;display:flex;align-items:center;justify-content:center;color:#0f09d0;bottom:0px;font-size:40px;transition:.3s ease}.map-site ul li{margin-bottom:10px}.map-site ul li i{color:#faf115}.map-site ul li a{color:#000;text-transform:uppercase;font-size:.9em}.map-site ul li a:hover{color:#0f09d0;padding-left:5px}.politica-de-privacidade h2{margin-top:15px}.lgpd{position:fixed;bottom:4%;left:2%;max-width:360px;padding:1rem;background-color:#fff;border-radius:10px;box-shadow:rgba(99,99,99,.2) 0px 2px 8px 0px;z-index:9999}.lgpd .title{font-weight:600;color:#1f2937}.lgpd .description{margin-top:1rem;font-size:.875rem;line-height:1.25rem;color:#4b5563}.lgpd .description a{color:#3b82f6}.lgpd .description a:hover{-webkit-text-decoration-line:underline;text-decoration-line:underline}.lgpd .actions{display:flex;align-items:center;justify-content:end;margin-top:1rem;-moz-column-gap:1rem;column-gap:1rem;flex-shrink:0}.lgpd .actions .pref{font-size:.75rem;line-height:1rem;color:#1f2937;-webkit-text-decoration-line:underline;text-decoration-line:underline;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1);border:none;background-color:rgba(0,0,0,0)}.lgpd .actions .pref:hover{color:#9ca3af}.lgpd .actions .pref:focus{outline:2px solid rgba(0,0,0,0);outline-offset:2px}.lgpd .actions .accept{font-size:.75rem;line-height:1rem;background-color:#111827;font-weight:500;border-radius:.5rem;color:#fff;padding-left:1rem;padding-right:1rem;padding-top:.625rem;padding-bottom:.625rem;cursor:pointer;border:none;transition:all .15s cubic-bezier(0.4, 0, 0.2, 1)}.lgpd .actions .accept:hover{background-color:#374151}.lgpd .actions .accept:focus{outline:2px solid rgba(0,0,0,0);outline-offset:2px}/*# sourceMappingURL=style.css.map */
