.navbar{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000b1;justify-content:center;align-items:center;width:100%;height:90px;padding:30px;display:flex;position:fixed;top:0}.navbar .navbar-wrapper{justify-content:space-between;align-items:center;width:90%;height:100%;display:flex;position:relative}.navbar .navbar-wrapper img{cursor:pointer;z-index:1001;width:220px;height:220px}.navbar .navbar-wrapper .hamburger{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;gap:5px;padding:5px;display:none}.navbar .navbar-wrapper .hamburger span{background-color:#fff;width:25px;height:2px;transition:all .3s ease-in-out;display:block}.navbar .navbar-wrapper .hamburger.active span:first-child{transform:rotate(45deg)translate(7px,7px)}.navbar .navbar-wrapper .hamburger.active span:nth-child(2){opacity:0}.navbar .navbar-wrapper .hamburger.active span:nth-child(3){transform:rotate(-45deg)translate(7px,-7px)}.navbar .navbar-wrapper .links{justify-content:center;align-items:center;display:flex}.navbar .navbar-wrapper .links .mobile-brand{display:none}.navbar .navbar-wrapper .links ul{flex-direction:row;justify-content:center;align-items:center;gap:40px;display:flex}.navbar .navbar-wrapper .links ul li{position:relative}.navbar .navbar-wrapper .links ul li:hover{color:#fff}.navbar .navbar-wrapper .links ul li:hover:after{width:100%}.navbar .navbar-wrapper .links ul li:after{content:"";background-color:#fff;width:0;height:1px;transition:width .3s ease-in-out;position:absolute;bottom:-5px;left:0}.navbar .navbar-wrapper .links ul li{cursor:pointer;color:#b5b5b5;font-family:Poppins,sans-serif;font-size:16px;font-style:normal;font-weight:200;text-decoration:none;list-style:none;transition:all .3s ease-in-out}.navbar .navbar-wrapper .links ul button{color:#a3a3a3;cursor:pointer;background:linear-gradient(135deg,#ffffff0d 0%,#ffffff05 100%);border:1px solid #fff6;border-radius:25px;justify-content:center;align-items:center;gap:5px;width:156px;height:42px;font-family:Poppins,sans-serif;font-size:16px;font-style:normal;font-weight:300;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.navbar .navbar-wrapper .links ul button:before{content:"";background:linear-gradient(90deg,#0000,#ffffff26,#0000);width:100%;height:100%;transition:left .6s;position:absolute;top:0;left:-100%}.navbar .navbar-wrapper .links ul button:hover{color:#fff;background:linear-gradient(135deg,#ffffff26 0%,#ffffff14 100%);border-color:#fff9;transform:translateY(-2px);box-shadow:0 6px 20px #fff3}.navbar .navbar-wrapper .links ul button:hover:before{left:100%}.navbar .navbar-wrapper .links ul button:hover img{opacity:1;transform:rotate(15deg)scale(1.1)}.navbar .navbar-wrapper .links ul button:active{transform:translateY(0)}.navbar .navbar-wrapper .links ul button img{opacity:.6;width:25px;transition:all .4s cubic-bezier(.4,0,.2,1)}@media (max-width:1024px){.navbar{padding:20px}.navbar .navbar-wrapper{width:95%}.navbar .navbar-wrapper img{width:180px;height:180px}.navbar .navbar-wrapper .links ul{gap:25px}.navbar .navbar-wrapper .links ul li{font-size:15px}.navbar .navbar-wrapper .links ul button{width:140px;height:38px;font-size:14px}}@media (max-width:768px){.navbar{height:70px;padding:15px}.navbar .navbar-wrapper{width:100%}.navbar .navbar-wrapper img{width:150px;height:150px}.navbar .navbar-wrapper .hamburger{display:flex}.navbar .navbar-wrapper .links{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000ed;border-left:1px solid #ffffff1a;flex-direction:column;width:70%;max-width:300px;height:calc(100vh - 70px);padding:40px 0;transition:right .3s ease-in-out;position:fixed;top:70px;right:-100%}.navbar .navbar-wrapper .links.active{right:0}.navbar .navbar-wrapper .links .mobile-brand{justify-content:center;align-items:center;width:100%;margin-bottom:30px;padding:0 20px;display:flex}.navbar .navbar-wrapper .links .mobile-brand a{justify-content:center;align-items:center;display:flex}.navbar .navbar-wrapper .links .mobile-brand img{width:160px;height:auto}.navbar .navbar-wrapper .links ul{flex-direction:column;gap:30px;width:100%;padding:0 20px}.navbar .navbar-wrapper .links ul li{text-align:center;width:100%;padding:10px 0;font-size:18px}.navbar .navbar-wrapper .links ul a{color:#a3a3a3;text-decoration:none}.navbar .navbar-wrapper .links ul a button{width:140px;height:42px;font-size:15px}}@media (max-width:480px){.navbar{height:60px;padding:10px}.navbar .navbar-wrapper img{width:120px;height:120px}.navbar .navbar-wrapper .hamburger span{width:22px}.navbar .navbar-wrapper .links{width:80%;height:calc(100vh - 60px);top:60px}.navbar .navbar-wrapper .links .mobile-brand img{width:140px}.navbar .navbar-wrapper .links ul{gap:25px}.navbar .navbar-wrapper .links ul li{font-size:16px}.navbar .navbar-wrapper .links ul a{color:#a3a3a3;text-decoration:none}.navbar .navbar-wrapper .links ul a button{width:140px;height:42px;font-size:15px}}
.main{background:url(/background.png) 50%/cover no-repeat;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:100px 20px;font-family:Poppins,sans-serif;font-style:normal;font-weight:200;display:flex}.main .hero-wrapper{flex-direction:column;justify-content:center;align-items:center;gap:40px;width:100%;max-width:1400px;display:flex}.main .hero-wrapper #fixed{text-align:center;background:linear-gradient(90deg,#9c9c9c2b,#00000037);border:none;border-left:1px solid #bfbfbf;border-radius:25px;align-items:center;gap:10px;width:300px;max-width:90%;height:52px;padding-left:15px;font-family:Poppins,sans-serif;font-size:15px;font-style:normal;font-weight:400;display:flex}.main .hero-wrapper #fixed img{opacity:.8;width:30px}.main .hero-wrapper #fixed p{color:#fff;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:400}.main .hero-wrapper .text-box{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:25px;width:90%;max-width:1200px;display:flex}.main .hero-wrapper .text-box h1{font-size:clamp(2.5rem,8vw,6rem);font-weight:200;line-height:1.2}.main .hero-wrapper .text-box p{color:#b4b4b4;width:100%;max-width:800px;padding:0 20px;font-size:clamp(14px,2vw,18px)}.main .hero-wrapper .button-box{flex-wrap:wrap;justify-content:center;align-items:center;gap:35px;margin-bottom:50px;display:flex}.main .hero-wrapper .button-box button{text-align:center;color:#fff;cursor:pointer;background:linear-gradient(135deg,#ffffff0d 0%,#ffffff05 100%);border:1px solid #fff6;border-radius:12px;justify-content:center;align-items:center;width:200px;min-width:160px;height:55px;font-family:Poppins,sans-serif;font-size:18px;font-style:normal;font-weight:300;transition:all .4s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden}.main .hero-wrapper .button-box button:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .6s;position:absolute;top:0;left:-100%}.main .hero-wrapper .button-box button:after{content:"";-webkit-mask-composite:xor;opacity:0;background:linear-gradient(135deg,#ffffff4d,#ffffff1a);border-radius:12px;padding:1px;transition:opacity .4s;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.main .hero-wrapper .button-box button:hover{color:#000;background:linear-gradient(135deg,#fff 0%,#f0f0f0 100%);border-color:#fffc;transform:translateY(-2px);box-shadow:0 10px 30px #ffffff4d}.main .hero-wrapper .button-box button:hover:before{left:100%}.main .hero-wrapper .button-box button:hover:after{opacity:1}.main .hero-wrapper .button-box button:active{transform:translateY(0);box-shadow:0 5px 15px #fff3}.main .hero-wrapper .scroll-box{flex-flow:wrap;justify-content:center;align-items:center;gap:10px;display:flex}.main .hero-wrapper .scroll-box p{color:#d0d0d0;font-family:Poppins,sans-serif;font-size:14px;font-weight:100}.main .hero-wrapper .scroll-box .line{background:#d0d0d054;width:200px;max-width:30vw;height:.1px}.main .hero-wrapper .scroll-box img{width:30px}@media (max-width:1024px){.main .hero-wrapper{gap:30px}.main .hero-wrapper #fixed{height:48px;font-size:14px}.main .hero-wrapper .text-box{gap:20px}.main .hero-wrapper .button-box{gap:20px;margin-bottom:40px}.main .hero-wrapper .button-box button{width:180px;min-width:150px;font-size:16px}.main .hero-wrapper .scroll-box .line{width:150px}}@media (max-width:768px){.main{min-height:100vh;padding:80px 15px}.main .hero-wrapper{gap:25px}.main .hero-wrapper #fixed{width:280px;height:45px;padding-left:12px;font-size:13px}.main .hero-wrapper #fixed img{width:25px}.main .hero-wrapper .text-box{gap:18px;width:95%}.main .hero-wrapper .text-box p{padding:0 10px}.main .hero-wrapper .button-box{gap:15px;margin-bottom:30px}.main .hero-wrapper .button-box button{width:170px;min-width:140px;height:50px;font-size:15px}.main .hero-wrapper .scroll-box{gap:8px}.main .hero-wrapper .scroll-box p{font-size:13px}.main .hero-wrapper .scroll-box .line{width:100px}.main .hero-wrapper .scroll-box img{width:25px}}@media (max-width:480px){.main{padding:10px}.main .hero-wrapper{gap:20px}.main .hero-wrapper #fixed{margin-left:20px}.main .hero-wrapper .text-box{gap:15px;width:100%}.main .hero-wrapper .text-box p{padding:0}.main .hero-wrapper .button-box{flex-direction:column;gap:12px;margin-bottom:25px}.main .hero-wrapper .button-box button{width:100%;max-width:250px}.main .hero-wrapper .scroll-box .line{width:60px}.main .hero-wrapper .scroll-box p{font-size:12px}}
.craft{background-color:#000;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:80px 20px;display:flex}@media (max-width:768px){.craft{padding:60px 15px}}.craft .craft-wrapper{flex-direction:column;justify-content:center;align-items:center;gap:60px;width:85%;max-width:1400px;display:flex}.craft .craft-wrapper .services{flex-direction:row;justify-content:center;align-items:center;gap:40px;width:100%;margin-bottom:70px;display:flex}.craft .craft-wrapper .services .info-box{flex-direction:column;justify-content:center;align-items:flex-start;gap:30px;width:50%;display:flex}.craft .craft-wrapper .services .info-box .craft-box{color:#a4a4a4;background:linear-gradient(90deg,#6969692b,#00000037);border:.5px solid #4c4c4cb2;border-radius:14px;flex-direction:row;justify-content:center;align-items:center;gap:0;width:150px;height:30px;padding-right:25px;font-size:15px;display:flex}.craft .craft-wrapper .services .info-box .craft-box img{width:30px}.craft .craft-wrapper .services .info-box .craft-text-box{flex-direction:column;justify-content:center;align-items:flex-start;gap:20px;display:flex}.craft .craft-wrapper .services .info-box .craft-text-box h1{font-family:Poppins,sans-serif;font-size:clamp(3rem,8vw,100px);font-style:normal;font-weight:200;line-height:1.2}.craft .craft-wrapper .services .info-box .craft-text-box p{color:#888;font-family:Poppins,sans-serif;font-size:clamp(16px,2vw,23px);font-style:normal;font-weight:200;line-height:1.4}.craft .craft-wrapper .services .info-box .parag-box{text-align:center;flex-wrap:wrap;justify-content:center;align-items:center;gap:35px;display:flex}.craft .craft-wrapper .services .info-box .parag-box p{color:#888888a5;margin:30px 0;font-family:Poppins,sans-serif;font-size:clamp(14px,1.5vw,17px);font-style:normal;font-weight:100}.craft .craft-wrapper .services .info-box .craft-button-box{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:50px;display:flex}.craft .craft-wrapper .services .info-box .craft-button-box button{text-align:center;color:#fff;cursor:pointer;background:linear-gradient(135deg,#ffffff0d 0%,#ffffff05 100%);border:1px solid #fff6;border-radius:12px;justify-content:center;align-items:center;width:170px;min-width:150px;height:50px;font-family:Poppins,sans-serif;font-size:15px;font-style:normal;font-weight:300;transition:all .4s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden}.craft .craft-wrapper .services .info-box .craft-button-box button:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .6s;position:absolute;top:0;left:-100%}.craft .craft-wrapper .services .info-box .craft-button-box button:after{content:"";-webkit-mask-composite:xor;opacity:0;background:linear-gradient(135deg,#ffffff4d,#ffffff1a);border-radius:12px;padding:1px;transition:opacity .4s;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.craft .craft-wrapper .services .info-box .craft-button-box button:hover{color:#000;background:linear-gradient(135deg,#fff 0%,#f0f0f0 100%);border-color:#fffc;transform:translateY(-2px);box-shadow:0 10px 30px #ffffff4d}.craft .craft-wrapper .services .info-box .craft-button-box button:hover:before{left:100%}.craft .craft-wrapper .services .info-box .craft-button-box button:hover:after{opacity:1}.craft .craft-wrapper .services .info-box .craft-button-box button:active{transform:translateY(0);box-shadow:0 5px 15px #fff3}.craft .craft-wrapper .services .craft-image-box{justify-content:flex-start;align-items:center;width:50%;display:flex}.craft .craft-wrapper .services .craft-image-box img{width:100%;max-width:800px;height:auto}.craft .craft-wrapper .services-box-container{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;width:100%;display:flex}.craft .craft-wrapper .services-box-container .service-box{background:linear-gradient(135deg,#0d0d0d 0%,#1a1a1a 50%,#0d0d0d 100%);border:1px solid #ffffff1a;border-radius:18px;flex-direction:column;flex:1;justify-content:center;align-items:flex-start;gap:15px;min-width:280px;max-width:630px;height:auto;min-height:135px;padding:25px 30px;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 8px 32px #0006}.craft .craft-wrapper .services-box-container .service-box:before{content:"";opacity:0;pointer-events:none;background:linear-gradient(135deg,#ffffff08 0%,#0000 50%);width:100%;height:100%;transition:opacity .4s;position:absolute;top:0;left:0}.craft .craft-wrapper .services-box-container .service-box:hover{border-color:#fff3;transform:translateY(-5px);box-shadow:0 15px 50px #0009}.craft .craft-wrapper .services-box-container .service-box:hover:before{opacity:1}.craft .craft-wrapper .services-box-container .service-box .title{justify-content:flex-start;align-items:center;gap:12px;width:100%;display:flex}.craft .craft-wrapper .services-box-container .service-box .title h3{color:#fff;margin:0;font-family:Poppins,sans-serif;font-size:clamp(16px,2vw,20px);font-style:normal;font-weight:400}.craft .craft-wrapper .services-box-container .service-box .title img{filter:brightness(.9);flex-shrink:0;width:32px;height:32px;transition:transform .3s}.craft .craft-wrapper .services-box-container .service-box:hover .title img{transform:scale(1.1)}.craft .craft-wrapper .services-box-container .service-box .line{background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:1px;margin:5px 0}.craft .craft-wrapper .services-box-container .service-box p{color:#b5b5b5;font-size:clamp(14px,1.5vw,16px);font-weight:300;line-height:1.6}@media (max-width:1024px){.craft .craft-wrapper{width:90%}.craft .craft-wrapper .services{gap:30px;margin-bottom:50px}.craft .craft-wrapper .services .info-box{gap:25px}.craft .craft-wrapper .services .info-box .parag-box{gap:20px}.craft .craft-wrapper .services .info-box .parag-box p{margin:20px 0}.craft .craft-wrapper .services .info-box .craft-button-box{gap:30px}.craft .craft-wrapper .services-box-container{gap:15px}.craft .craft-wrapper .services-box-container .service-box{min-width:45%}}@media (max-width:768px){.craft{min-height:auto;padding:30px 15px}.craft .craft-wrapper{gap:20px;width:95%;min-height:auto}.craft .craft-wrapper .services{flex-direction:column;gap:30px;margin-bottom:40px}.craft .craft-wrapper .services .info-box{text-align:center;align-items:center;gap:20px;width:100%}.craft .craft-wrapper .services .info-box .craft-box{width:140px;font-size:14px}.craft .craft-wrapper .services .info-box .craft-text-box{align-items:center;gap:15px}.craft .craft-wrapper .services .info-box .parag-box{flex-direction:row;justify-content:center;gap:15px}.craft .craft-wrapper .services .info-box .parag-box p{margin:15px 0}.craft .craft-wrapper .services .info-box .craft-button-box{justify-content:center;gap:20px}.craft .craft-wrapper .services .craft-image-box{justify-content:center;width:100%}.craft .craft-wrapper .services .craft-image-box img{max-width:500px}.craft .craft-wrapper .services-box-container{flex-direction:column;gap:15px}.craft .craft-wrapper .services-box-container .service-box{width:100%;min-width:auto;max-width:100%;padding:18px 20px}}@media (max-width:480px){.craft{padding:20px 10px}.craft .craft-wrapper{width:100%}.craft .craft-wrapper .services{gap:25px;margin-bottom:30px}.craft .craft-wrapper .services .info-box{gap:18px}.craft .craft-wrapper .services .info-box .craft-box{width:130px;height:28px;font-size:13px}.craft .craft-wrapper .services .info-box .craft-box img{width:25px}.craft .craft-wrapper .services .info-box .parag-box{flex-direction:row;gap:10px}.craft .craft-wrapper .services .info-box .parag-box p{margin:10px 0}.craft .craft-wrapper .services .info-box .craft-button-box{flex-direction:column;gap:15px;width:100%}.craft .craft-wrapper .services .info-box .craft-button-box button{width:100%;max-width:250px}.craft .craft-wrapper .services .craft-image-box img{max-width:100%}.craft .craft-wrapper .services-box-container .service-box{padding:15px 18px}.craft .craft-wrapper .services-box-container .service-box .title img{width:25px}}
.cursor{z-index:999;pointer-events:none;border:1px solid #fff;border-radius:50%;width:50px;height:50px;position:fixed}@media (max-width:768px){.cursor{display:none}}
.portfolio{background-color:#000;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:80px 20px;display:flex}@media (max-width:768px){.portfolio{padding:60px 15px}}.portfolio .portfolio-wrapper{flex-direction:column;gap:60px;width:90%;max-width:1400px;display:flex}@media (max-width:768px){.portfolio .portfolio-wrapper{gap:40px;width:100%}}.portfolio .portfolio-wrapper .portfolio-header{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:20px;display:flex}@media (max-width:768px){.portfolio .portfolio-wrapper .portfolio-header{gap:15px}}.portfolio .portfolio-wrapper .portfolio-header .portfolio-badge{color:#a4a4a4;background:linear-gradient(90deg,#6969692b,#00000037);border:.5px solid #4c4c4cb2;border-radius:14px;justify-content:center;align-items:center;gap:8px;width:150px;height:30px;padding:0 15px;font-size:15px;display:flex}@media (max-width:768px){.portfolio .portfolio-wrapper .portfolio-header .portfolio-badge{width:140px;height:28px;font-size:14px}}.portfolio .portfolio-wrapper .portfolio-header .portfolio-badge img{width:30px;height:auto}.portfolio .portfolio-wrapper .portfolio-header h1{color:#fff;margin:0;font-family:Poppins,sans-serif;font-size:clamp(2.5rem,6vw,80px);font-style:normal;font-weight:200;line-height:1.2}@media (max-width:768px){.portfolio .portfolio-wrapper .portfolio-header h1{font-size:clamp(2rem,8vw,50px)}}.portfolio .portfolio-wrapper .portfolio-header .portfolio-subtitle{color:#888;max-width:700px;margin:0;font-family:Poppins,sans-serif;font-size:clamp(16px,2vw,23px);font-style:normal;font-weight:200;line-height:1.5}@media (max-width:768px){.portfolio .portfolio-wrapper .portfolio-header .portfolio-subtitle{padding:0 20px;font-size:clamp(14px,4vw,18px)}}.portfolio .portfolio-wrapper .portfolio-header .portfolio-line{background-color:#fff;width:100%;max-width:500px;height:.5px;margin-top:10px}@media (max-width:768px){.portfolio .portfolio-wrapper .portfolio-header .portfolio-line{max-width:300px}}.portfolio .portfolio-wrapper .portfolio-grid{grid-template-columns:repeat(3,1fr);gap:40px;width:100%;max-width:1400px;margin:0 auto;display:grid}@media (max-width:1024px){.portfolio .portfolio-wrapper .portfolio-grid{grid-template-columns:1fr;gap:50px;max-width:800px}}@media (max-width:768px){.portfolio .portfolio-wrapper .portfolio-grid{gap:40px}}.portfolio .portfolio-wrapper .portfolio-grid .portfolio-item{aspect-ratio:16/10;cursor:pointer;background:linear-gradient(135deg,#131313 0%,#0a0a0a 50%,#000 100%);border:1px solid #ffffff26;border-radius:20px;width:100%;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 10px 40px #00000080}@media (max-width:768px){.portfolio .portfolio-wrapper .portfolio-grid .portfolio-item{aspect-ratio:16/9;border-radius:15px}}.portfolio .portfolio-wrapper .portfolio-grid .portfolio-item:before{content:"";opacity:0;z-index:1;pointer-events:none;background:linear-gradient(135deg,#ffffff0d 0%,#0000 50%);width:100%;height:100%;transition:opacity .4s;position:absolute;top:0;left:0}.portfolio .portfolio-wrapper .portfolio-grid .portfolio-item .portfolio-image-container{width:100%;height:100%;position:relative;overflow:hidden}.portfolio .portfolio-wrapper .portfolio-grid .portfolio-item .portfolio-image-container .portfolio-image{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .5s cubic-bezier(.4,0,.2,1);display:block}.portfolio .portfolio-wrapper .portfolio-grid .portfolio-item .portfolio-image-container .portfolio-image-placeholder{color:#666;background:linear-gradient(135deg,#1a1a1a 0%,#0d0d0d 50%,#1a1a1a 100%) 0 0/200% 200%;justify-content:center;align-items:center;width:100%;height:100%;font-family:Poppins,sans-serif;font-size:18px;font-weight:200;transition:transform .5s cubic-bezier(.4,0,.2,1);animation:8s infinite gradientShift;display:flex;position:relative}@media (max-width:768px){.portfolio .portfolio-wrapper .portfolio-grid .portfolio-item .portfolio-image-container .portfolio-image-placeholder{font-size:16px}}.portfolio .portfolio-wrapper .portfolio-grid .portfolio-item .portfolio-image-container .portfolio-image-placeholder span{opacity:.4;z-index:1;position:relative}.portfolio .portfolio-wrapper .portfolio-grid .portfolio-item .portfolio-image-container .portfolio-image-placeholder:after{content:"";opacity:.3;border:2px solid #ffffff1a;border-radius:50%;width:80px;height:80px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.portfolio .portfolio-wrapper .portfolio-grid .portfolio-item .portfolio-image-container .portfolio-overlay{opacity:0;z-index:2;background:linear-gradient(#0000 0%,#0000004d 50%,#000000f2 100%);justify-content:flex-start;align-items:flex-end;width:100%;height:100%;padding:35px;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:0;left:0}@media (max-width:768px){.portfolio .portfolio-wrapper .portfolio-grid .portfolio-item .portfolio-image-container .portfolio-overlay{opacity:1;background:linear-gradient(#0000 0%,#0003 50%,#000000d9 100%);padding:25px}}.portfolio .portfolio-wrapper .portfolio-grid .portfolio-item .portfolio-image-container .portfolio-overlay .portfolio-info{transition:transform .4s cubic-bezier(.4,0,.2,1);transform:translateY(10px)}.portfolio .portfolio-wrapper .portfolio-grid .portfolio-item .portfolio-image-container .portfolio-overlay .portfolio-info h3{color:#fff;letter-spacing:.5px;margin:0 0 8px;font-family:Poppins,sans-serif;font-size:26px;font-style:normal;font-weight:400}@media (max-width:768px){.portfolio .portfolio-wrapper .portfolio-grid .portfolio-item .portfolio-image-container .portfolio-overlay .portfolio-info h3{margin:0 0 6px;font-size:20px}}.portfolio .portfolio-wrapper .portfolio-grid .portfolio-item .portfolio-image-container .portfolio-overlay .portfolio-info p{color:#d0d0d0;letter-spacing:.3px;margin:0;font-family:Poppins,sans-serif;font-size:16px;font-style:normal;font-weight:300}@media (max-width:768px){.portfolio .portfolio-wrapper .portfolio-grid .portfolio-item .portfolio-image-container .portfolio-overlay .portfolio-info p{font-size:14px}}.portfolio .portfolio-wrapper .portfolio-grid .portfolio-item:hover{border-color:#ffffff40;transform:translateY(-8px);box-shadow:0 20px 60px #000000b3}.portfolio .portfolio-wrapper .portfolio-grid .portfolio-item:hover:before,.portfolio .portfolio-wrapper .portfolio-grid .portfolio-item:hover .portfolio-overlay{opacity:1}.portfolio .portfolio-wrapper .portfolio-grid .portfolio-item:hover .portfolio-overlay .portfolio-info{transform:translateY(0)}.portfolio .portfolio-wrapper .portfolio-grid .portfolio-item:hover .portfolio-image-placeholder,.portfolio .portfolio-wrapper .portfolio-grid .portfolio-item:hover .portfolio-image{transform:scale(1.08)}@keyframes gradientShift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}
.prices{background-color:#000;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:80px 20px;display:flex}@media (max-width:768px){.prices{padding:60px 10px}}.prices .prices-wrapper{flex-direction:column;justify-content:center;align-items:center;gap:60px;width:95%;max-width:1400px;display:flex}.prices .prices-wrapper .prices-title{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:20px;width:100%;display:flex}.prices .prices-wrapper .prices-title .prices-badge{color:#a4a4a4;background:linear-gradient(90deg,#6969692b,#00000037);border:.5px solid #4c4c4cb2;border-radius:14px;justify-content:center;align-items:center;gap:8px;width:150px;height:30px;padding:0 15px;font-size:15px;display:flex}@media (max-width:768px){.prices .prices-wrapper .prices-title .prices-badge{width:140px;height:28px;font-size:14px}}.prices .prices-wrapper .prices-title .prices-badge img{width:30px;height:auto}.prices .prices-wrapper .prices-title h1{color:#fff;margin:0;font-family:Poppins,sans-serif;font-size:clamp(2.5rem,6vw,80px);font-style:normal;font-weight:200;line-height:1.2}.prices .prices-wrapper .prices-title p{color:#ffffff87;margin:0;font-family:Poppins,sans-serif;font-size:clamp(16px,2vw,20px);font-style:italic;font-weight:200}.prices .prices-wrapper .prices-title .line{background-color:#fff;width:100%;max-width:500px;height:.5px;margin-top:5px}.prices .prices-wrapper .pricebox-container{justify-content:center;align-items:stretch;gap:30px;width:100%;display:flex;overflow-x:auto}@media (max-width:768px){.prices .prices-wrapper .pricebox-container{gap:20px}}.prices .prices-wrapper .pricebox-container.mobile-view{display:none}@media (max-width:768px){.prices .prices-wrapper .pricebox-container.mobile-view{display:flex}.prices .prices-wrapper .pricebox-container.desktop-view{display:none}}.prices .prices-wrapper .pricebox-container .pricebox{background:linear-gradient(135deg,#0d0d0d 0%,#1a1a1a 50%,#0d0d0d 100%);border:1px solid #fff3;border-radius:20px;flex-direction:column;flex:1;justify-content:flex-start;align-items:center;min-width:300px;max-width:400px;height:auto;min-height:650px;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 10px 40px #00000080}@media (max-width:768px){.prices .prices-wrapper .pricebox-container .pricebox{border-radius:15px}}.prices .prices-wrapper .pricebox-container .pricebox:before{content:"";opacity:0;pointer-events:none;background:linear-gradient(135deg,#ffffff08 0%,#0000 50%);width:100%;height:100%;transition:opacity .4s;position:absolute;top:0;left:0}.prices .prices-wrapper .pricebox-container .pricebox:hover{border-color:#fff6;transform:translateY(-5px);box-shadow:0 20px 60px #000000b3}.prices .prices-wrapper .pricebox-container .pricebox:hover:before{opacity:1}.prices .prices-wrapper .pricebox-container .pricebox.featured{background:linear-gradient(135deg,#1a1a1a 0%,#262626 50%,#1a1a1a 100%);border-color:#ffffff4d;box-shadow:0 15px 50px #ffffff1a}.prices .prices-wrapper .pricebox-container .pricebox.featured:hover{border-color:#ffffff80;box-shadow:0 25px 70px #ffffff26}.prices .prices-wrapper .pricebox-container .pricebox.featured .pricebox-header{background:linear-gradient(135deg,#262626 0%,#333 100%)}.prices .prices-wrapper .pricebox-container .pricebox.featured .pricebox-details p,.prices .prices-wrapper .pricebox-container .pricebox.featured .last-detail p,.prices .prices-wrapper .pricebox-container .pricebox:nth-child(2) .pricebox-details p,.prices .prices-wrapper .pricebox-container .pricebox:nth-child(2) .last-detail p{padding-left:0!important}.prices .prices-wrapper .pricebox-container .pricebox .pricebox-header{text-align:center;background:linear-gradient(135deg,#131313 0%,#1a1a1a 100%);border-bottom:1px solid #fff3;justify-content:center;align-items:center;width:100%;min-height:150px;padding:25px 15px;display:flex;position:relative}.prices .prices-wrapper .pricebox-container .pricebox .pricebox-header:after{content:"";background:linear-gradient(90deg,#0000,#ffffff80,#0000);width:60px;height:2px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.prices .prices-wrapper .pricebox-container .pricebox .pricebox-header h1{color:#fff;letter-spacing:.5px;font-family:Poppins,sans-serif;font-size:clamp(28px,3vw,42px);font-style:normal;font-weight:300}.prices .prices-wrapper .pricebox-container .pricebox .pricebox-details{text-align:center;border-bottom:.5px solid #ffffff1a;justify-content:center;align-items:center;width:100%;min-height:100px;padding:20px;transition:all .3s;display:flex;position:relative}@media (max-width:768px){.prices .prices-wrapper .pricebox-container .pricebox .pricebox-details{padding:15px}}.prices .prices-wrapper .pricebox-container .pricebox .pricebox-details:hover{background:#ffffff05}.prices .prices-wrapper .pricebox-container .pricebox .pricebox-details .service-number{color:#fff;background:linear-gradient(135deg,#ffffff1a 0%,#ffffff0d 100%);border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:35px;height:35px;font-family:Poppins,sans-serif;font-size:16px;font-weight:400;display:flex;position:absolute;left:20px}@media (max-width:768px){.prices .prices-wrapper .pricebox-container .pricebox .pricebox-details .service-number{width:30px;height:30px;font-size:14px;left:15px}}.prices .prices-wrapper .pricebox-container .pricebox .pricebox-details p{color:#fff;text-align:center;width:100%;margin:0;padding-left:50px;font-family:Poppins,sans-serif;font-size:clamp(14px,1.5vw,18px);font-style:normal;font-weight:300;line-height:1.6}@media (max-width:768px){.prices .prices-wrapper .pricebox-container .pricebox .pricebox-details p{padding-left:40px;font-size:clamp(13px,3vw,16px)}}.prices .prices-wrapper .pricebox-container .pricebox .pricebox-details p .service-detail,.prices .prices-wrapper .pricebox-container .pricebox .pricebox-details p .work-detail{color:#b5b5b5;margin-top:5px;font-size:.85em;font-weight:200;display:block}.prices .prices-wrapper .pricebox-container .pricebox .pricebox-details:not(:has(.service-number)) p{padding-left:0}.prices .prices-wrapper .pricebox-container .pricebox .pricebox-details .price-amount{color:#fff;text-align:center;width:100%;font-family:Poppins,sans-serif;font-size:clamp(20px,2.5vw,28px);font-weight:400;line-height:1.4;padding-left:0!important}.prices .prices-wrapper .pricebox-container .pricebox .pricebox-details .price-amount .currency{color:#b5b5b5;margin-left:5px;font-size:.7em;font-weight:300}.prices .prices-wrapper .pricebox-container .pricebox .last-detail{text-align:center;border-bottom:none;justify-content:center;align-items:center;width:100%;min-height:100px;padding:20px;transition:all .3s;display:flex;position:relative}@media (max-width:768px){.prices .prices-wrapper .pricebox-container .pricebox .last-detail{padding:15px}}.prices .prices-wrapper .pricebox-container .pricebox .last-detail:hover{background:#ffffff05}.prices .prices-wrapper .pricebox-container .pricebox .last-detail .service-number{color:#fff;background:linear-gradient(135deg,#ffffff1a 0%,#ffffff0d 100%);border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:35px;height:35px;font-family:Poppins,sans-serif;font-size:16px;font-weight:400;display:flex;position:absolute;left:20px}@media (max-width:768px){.prices .prices-wrapper .pricebox-container .pricebox .last-detail .service-number{width:30px;height:30px;font-size:14px;left:15px}}.prices .prices-wrapper .pricebox-container .pricebox .last-detail p{color:#fff;text-align:center;width:100%;margin:0;padding-left:50px;font-family:Poppins,sans-serif;font-size:clamp(14px,1.5vw,18px);font-style:normal;font-weight:300;line-height:1.6}@media (max-width:768px){.prices .prices-wrapper .pricebox-container .pricebox .last-detail p{padding-left:40px;font-size:clamp(13px,3vw,16px)}}.prices .prices-wrapper .pricebox-container .pricebox .last-detail p .service-detail,.prices .prices-wrapper .pricebox-container .pricebox .last-detail p .work-detail{color:#b5b5b5;margin-top:5px;font-size:.85em;font-weight:200;display:block}.prices .prices-wrapper .pricebox-container .pricebox .last-detail p.price-amount{text-align:center;width:100%;font-family:Poppins,sans-serif;font-weight:400;line-height:1.4;color:#fff!important;margin:0!important;padding-left:0!important;font-size:clamp(20px,2.5vw,28px)!important}@media (max-width:768px){.prices .prices-wrapper .pricebox-container .pricebox .last-detail p.price-amount{font-size:clamp(18px,3vw,24px)!important}}.prices .prices-wrapper .pricebox-container .pricebox .last-detail p.price-amount .currency{color:#b5b5b5;margin-left:5px;font-size:.7em;font-weight:300}@media (max-width:1024px){.prices{min-height:auto;padding:30px 15px}.prices .prices-wrapper{gap:40px;width:98%}.prices .prices-wrapper .prices-title{gap:12px}.prices .prices-wrapper .pricebox-container{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;padding-bottom:10px;overflow-x:auto}.prices .prices-wrapper .pricebox-container::-webkit-scrollbar{height:8px}.prices .prices-wrapper .pricebox-container::-webkit-scrollbar-track{background:#1a1a1a;border-radius:10px}.prices .prices-wrapper .pricebox-container::-webkit-scrollbar-thumb{background:#444;border-radius:10px}.prices .prices-wrapper .pricebox-container::-webkit-scrollbar-thumb:hover{background:#666}.prices .prices-wrapper .pricebox-container .pricebox{flex-shrink:0;min-width:280px}.prices .prices-wrapper .pricebox-container .pricebox .pricebox-header{min-height:120px;padding:20px 12px}.prices .prices-wrapper .pricebox-container .pricebox .pricebox-details,.prices .prices-wrapper .pricebox-container .pricebox .last-detail{min-height:90px;padding:15px}}@media (max-width:768px){.prices{padding:25px 10px}.prices .prices-wrapper{gap:30px;width:100%;min-height:auto}.prices .prices-wrapper .prices-title{gap:10px;padding:0 10px}.prices .prices-wrapper .prices-title .line{max-width:300px}.prices .prices-wrapper .pricebox-container{flex-direction:column;align-items:center;gap:20px;overflow-x:visible}.prices .prices-wrapper .pricebox-container.desktop-view{display:none}.prices .prices-wrapper .pricebox-container.mobile-view{width:100%;max-width:500px;display:flex}.prices .prices-wrapper .pricebox-container.mobile-view .pricebox.mobile-accordion{width:100%;min-width:auto;max-width:500px;min-height:auto}.prices .prices-wrapper .pricebox-container.mobile-view .pricebox.mobile-accordion .pricebox-header{min-height:100px;padding:20px 15px}.prices .prices-wrapper .pricebox-container.mobile-view .pricebox.mobile-accordion .mobile-service-item{cursor:pointer;-webkit-user-select:none;user-select:none;min-height:80px;transition:all .3s;position:relative;box-sizing:border-box!important;align-items:unset!important;justify-content:unset!important;width:300px!important;max-width:100%!important;padding:22px 50px 22px 70px!important;display:block!important}.prices .prices-wrapper .pricebox-container.mobile-view .pricebox.mobile-accordion .mobile-service-item:hover{background:#ffffff0d}.prices .prices-wrapper .pricebox-container.mobile-view .pricebox.mobile-accordion .mobile-service-item.expanded{background:#ffffff14;border-bottom-color:#fff3}.prices .prices-wrapper .pricebox-container.mobile-view .pricebox.mobile-accordion .mobile-service-item.last-detail{border-bottom:.5px solid #ffffff1a}.prices .prices-wrapper .pricebox-container.mobile-view .pricebox.mobile-accordion .mobile-service-item .service-number{color:#fff!important;background:linear-gradient(135deg,#ffffff1a 0%,#ffffff0d 100%)!important;border:1px solid #fff3!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:35px!important;min-width:35px!important;max-width:35px!important;height:35px!important;margin:0!important;padding:0!important;font-family:Poppins,sans-serif!important;font-size:16px!important;font-weight:400!important;display:flex!important;position:absolute!important;top:22px!important;left:20px!important;transform:none!important}.prices .prices-wrapper .pricebox-container.mobile-view .pricebox.mobile-accordion .mobile-service-item p{text-align:center;color:#fff;margin:0;padding:0;font-family:Poppins,sans-serif;font-size:clamp(14px,1.5vw,18px);font-style:normal;font-weight:300;line-height:1.6}.prices .prices-wrapper .pricebox-container.mobile-view .pricebox.mobile-accordion .mobile-service-item .expand-icon{color:#ffffff80;font-size:18px;font-weight:300;line-height:1;transition:color .3s;position:absolute;top:50%;right:20px;transform:translateY(-50%)}.prices .prices-wrapper .pricebox-container.mobile-view .pricebox.mobile-accordion .mobile-service-item.expanded .expand-icon{color:#fffc}.prices .prices-wrapper .pricebox-container.mobile-view .pricebox.mobile-accordion .mobile-expanded-content{background:#0000004d;border-bottom:.5px solid #ffffff1a;overflow:hidden}.prices .prices-wrapper .pricebox-container.mobile-view .pricebox.mobile-accordion .mobile-expanded-content .expanded-work-time,.prices .prices-wrapper .pricebox-container.mobile-view .pricebox.mobile-accordion .mobile-expanded-content .expanded-price{border-bottom:.5px solid #ffffff1a;padding:20px}.prices .prices-wrapper .pricebox-container.mobile-view .pricebox.mobile-accordion .mobile-expanded-content .expanded-work-time:last-child,.prices .prices-wrapper .pricebox-container.mobile-view .pricebox.mobile-accordion .mobile-expanded-content .expanded-price:last-child{border-bottom:none}.prices .prices-wrapper .pricebox-container.mobile-view .pricebox.mobile-accordion .mobile-expanded-content .expanded-work-time h3,.prices .prices-wrapper .pricebox-container.mobile-view .pricebox.mobile-accordion .mobile-expanded-content .expanded-price h3{color:#b5b5b5;text-transform:uppercase;letter-spacing:.5px;margin:0 0 10px;font-family:Poppins,sans-serif;font-size:16px;font-weight:400}.prices .prices-wrapper .pricebox-container.mobile-view .pricebox.mobile-accordion .mobile-expanded-content .expanded-work-time p,.prices .prices-wrapper .pricebox-container.mobile-view .pricebox.mobile-accordion .mobile-expanded-content .expanded-price p{color:#fff;text-align:left;margin:0;padding-left:0;font-family:Poppins,sans-serif;font-size:15px;font-weight:300}.prices .prices-wrapper .pricebox-container.mobile-view .pricebox.mobile-accordion .mobile-expanded-content .expanded-work-time p .work-detail,.prices .prices-wrapper .pricebox-container.mobile-view .pricebox.mobile-accordion .mobile-expanded-content .expanded-price p .work-detail{color:#b5b5b5;margin-top:5px;font-size:.9em;font-weight:200;display:block}.prices .prices-wrapper .pricebox-container.mobile-view .pricebox.mobile-accordion .mobile-expanded-content .expanded-work-time p.price-amount,.prices .prices-wrapper .pricebox-container.mobile-view .pricebox.mobile-accordion .mobile-expanded-content .expanded-price p.price-amount{color:#fff;font-size:22px;font-weight:400}.prices .prices-wrapper .pricebox-container.mobile-view .pricebox.mobile-accordion .mobile-expanded-content .expanded-work-time p.price-amount .currency,.prices .prices-wrapper .pricebox-container.mobile-view .pricebox.mobile-accordion .mobile-expanded-content .expanded-price p.price-amount .currency{color:#b5b5b5;margin-left:5px;font-size:.7em;font-weight:300}.prices .prices-wrapper .pricebox-container .pricebox:not(.mobile-accordion){width:100%;min-width:auto;max-width:500px;min-height:auto}.prices .prices-wrapper .pricebox-container .pricebox:not(.mobile-accordion) .pricebox-header{min-height:100px;padding:20px 15px}.prices .prices-wrapper .pricebox-container .pricebox:not(.mobile-accordion) .pricebox-details,.prices .prices-wrapper .pricebox-container .pricebox:not(.mobile-accordion) .last-detail{min-height:80px;padding:15px}}@media (max-width:480px){.prices{padding:20px 5px}.prices .prices-wrapper{gap:25px}.prices .prices-wrapper .prices-title .line{max-width:200px}.prices .prices-wrapper .pricebox-container{gap:15px}.prices .prices-wrapper .pricebox-container .pricebox{width:100%;max-width:100%}.prices .prices-wrapper .pricebox-container .pricebox .pricebox-header{min-height:90px;padding:18px 12px}.prices .prices-wrapper .pricebox-container .pricebox .pricebox-details,.prices .prices-wrapper .pricebox-container .pricebox .last-detail{min-height:70px;padding:12px}}
.targetads{background:#000;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:80px 20px;display:flex}@media (max-width:768px){.targetads{padding:60px 15px}}.targetads .targetads-wrapper{flex-direction:column;justify-content:center;align-items:center;gap:80px;width:90%;display:flex}@media (max-width:768px){.targetads .targetads-wrapper{gap:50px}}.targetads .targetads-wrapper .targetads-title{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:20px;display:flex}.targetads .targetads-wrapper .targetads-title h1{letter-spacing:1px;background:linear-gradient(135deg,#fff 0%,#e0e0e0 100%);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;margin:0;font-family:Poppins,sans-serif;font-size:clamp(32px,5vw,50px);font-style:normal;font-weight:300}@media (max-width:768px){.targetads .targetads-wrapper .targetads-title h1{font-size:32px}}@media (max-width:480px){.targetads .targetads-wrapper .targetads-title h1{font-size:24px}}.targetads .targetads-wrapper .targetads-title .line{background:linear-gradient(90deg,#0000,#ffffff80,#0000);width:600px;height:1px}@media (max-width:768px){.targetads .targetads-wrapper .targetads-title .line{width:80%}}.targetads .targetads-wrapper .targetads-title p{color:#ffffff7e;margin:0;font-family:Poppins,sans-serif;font-size:18px;font-style:italic;font-weight:200}@media (max-width:768px){.targetads .targetads-wrapper .targetads-title p{font-size:14px}}@media (max-width:480px){.targetads .targetads-wrapper .targetads-title p{font-size:12px}}.targetads .targetads-wrapper .targetads-infobox{justify-content:center;align-items:center;width:100%;display:flex}@media (max-width:1024px){.targetads .targetads-wrapper .targetads-infobox{flex-direction:column;gap:40px}}.targetads .targetads-wrapper .targetads-infobox .targetads-iconbox{flex-direction:column;justify-content:center;align-items:center;gap:20px;width:40%;display:flex}@media (max-width:1024px){.targetads .targetads-wrapper .targetads-infobox .targetads-iconbox{width:100%}}.targetads .targetads-wrapper .targetads-infobox .targetads-iconbox .targetads-icons{flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;display:flex}.targetads .targetads-wrapper .targetads-infobox .targetads-iconbox .targetads-icons #insta{opacity:.5;width:230px;margin-right:18px}@media (max-width:768px){.targetads .targetads-wrapper .targetads-infobox .targetads-iconbox .targetads-icons #insta{width:150px;margin-right:10px}}@media (max-width:480px){.targetads .targetads-wrapper .targetads-infobox .targetads-iconbox .targetads-icons #insta{width:100px;margin-right:0}}.targetads .targetads-wrapper .targetads-infobox .targetads-iconbox .targetads-icons #tiktok{opacity:.5;width:150px}@media (max-width:768px){.targetads .targetads-wrapper .targetads-infobox .targetads-iconbox .targetads-icons #tiktok{width:100px}}@media (max-width:480px){.targetads .targetads-wrapper .targetads-infobox .targetads-iconbox .targetads-icons #tiktok{width:70px}}.targetads .targetads-wrapper .targetads-infobox .targetads-iconbox .targetads-icons #linkedin{opacity:.5;width:150px}@media (max-width:768px){.targetads .targetads-wrapper .targetads-infobox .targetads-iconbox .targetads-icons #linkedin{width:100px}}@media (max-width:480px){.targetads .targetads-wrapper .targetads-infobox .targetads-iconbox .targetads-icons #linkedin{width:70px}}.targetads .targetads-wrapper .targetads-infobox .targetads-iconbox .targetads-icons #google{opacity:.8;width:180px;margin-left:30px}@media (max-width:768px){.targetads .targetads-wrapper .targetads-infobox .targetads-iconbox .targetads-icons #google{width:120px;margin-left:15px}}@media (max-width:480px){.targetads .targetads-wrapper .targetads-infobox .targetads-iconbox .targetads-icons #google{width:80px;margin-left:0}}.targetads .targetads-wrapper .targetads-infobox .targetads-detailswrapper{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:60%;display:flex}@media (max-width:1024px){.targetads .targetads-wrapper .targetads-infobox .targetads-detailswrapper{width:100%}}.targetads .targetads-wrapper .targetads-infobox .targetads-detailswrapper .targetads-details-container{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:25px;display:flex;box-shadow:5px 5px 100px 8px #242424}@media (max-width:1024px){.targetads .targetads-wrapper .targetads-infobox .targetads-detailswrapper .targetads-details-container{flex-direction:column;gap:20px}}.targetads .targetads-wrapper .targetads-infobox .targetads-detailswrapper .targetads-details-container .targetads-details{text-align:center;flex-direction:row;justify-content:center;align-items:center;gap:25px;width:100%;height:100%;display:flex}@media (max-width:768px){.targetads .targetads-wrapper .targetads-infobox .targetads-detailswrapper .targetads-details-container .targetads-details{flex-direction:row;gap:15px}}@media (max-width:480px){.targetads .targetads-wrapper .targetads-infobox .targetads-detailswrapper .targetads-details-container .targetads-details{flex-direction:column;gap:20px}}.targetads .targetads-wrapper .targetads-infobox .targetads-detailswrapper .targetads-details-container .targetads-details .targetads-detailbox{background:linear-gradient(135deg,#0d0d0d 0%,#1a1a1a 50%,#0d0d0d 100%);border:1px solid #ffffff26;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;gap:20px;width:350px;height:280px;padding:25px;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 8px 32px #0006}.targetads .targetads-wrapper .targetads-infobox .targetads-detailswrapper .targetads-details-container .targetads-details .targetads-detailbox:before{content:"";opacity:0;pointer-events:none;background:linear-gradient(135deg,#ffffff08 0%,#0000 50%);width:100%;height:100%;transition:opacity .4s;position:absolute;top:0;left:0}.targetads .targetads-wrapper .targetads-infobox .targetads-detailswrapper .targetads-details-container .targetads-details .targetads-detailbox:hover{border-color:#ffffff40;transform:translateY(-8px);box-shadow:0 15px 50px #0009}.targetads .targetads-wrapper .targetads-infobox .targetads-detailswrapper .targetads-details-container .targetads-details .targetads-detailbox:hover:before{opacity:1}@media (max-width:768px){.targetads .targetads-wrapper .targetads-infobox .targetads-detailswrapper .targetads-details-container .targetads-details .targetads-detailbox{width:45%;height:auto;padding:20px}}@media (max-width:480px){.targetads .targetads-wrapper .targetads-infobox .targetads-detailswrapper .targetads-details-container .targetads-details .targetads-detailbox{width:100%;height:auto;padding:15px}}.targetads .targetads-wrapper .targetads-infobox .targetads-detailswrapper .targetads-details-container .targetads-details .targetads-detailbox .details-title{text-align:center;border-bottom:1px solid #ffffff26;flex-direction:column;justify-content:center;align-items:center;height:80px;margin-bottom:10px;padding-bottom:15px;display:flex}@media (max-width:480px){.targetads .targetads-wrapper .targetads-infobox .targetads-detailswrapper .targetads-details-container .targetads-details .targetads-detailbox .details-title{height:auto;padding-bottom:10px}}.targetads .targetads-wrapper .targetads-infobox .targetads-detailswrapper .targetads-details-container .targetads-details .targetads-detailbox .details-title h1{color:#fff;letter-spacing:.3px;text-align:center;margin:0 0 8px;font-family:Poppins,sans-serif;font-size:20px;font-style:normal;font-weight:400}@media (max-width:768px){.targetads .targetads-wrapper .targetads-infobox .targetads-detailswrapper .targetads-details-container .targetads-details .targetads-detailbox .details-title h1{font-size:18px}}@media (max-width:480px){.targetads .targetads-wrapper .targetads-infobox .targetads-detailswrapper .targetads-details-container .targetads-details .targetads-detailbox .details-title h1{font-size:16px}}.targetads .targetads-wrapper .targetads-infobox .targetads-detailswrapper .targetads-details-container .targetads-details .targetads-detailbox .details-title p{color:#fff;text-align:center;background:linear-gradient(135deg,#fff 0%,#e0e0e0 100%);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;margin:0;font-family:Poppins,sans-serif;font-size:17px;font-style:normal;font-weight:500}@media (max-width:768px){.targetads .targetads-wrapper .targetads-infobox .targetads-detailswrapper .targetads-details-container .targetads-details .targetads-detailbox .details-title p{font-size:16px}}@media (max-width:480px){.targetads .targetads-wrapper .targetads-infobox .targetads-detailswrapper .targetads-details-container .targetads-details .targetads-detailbox .details-title p{font-size:14px}}.targetads .targetads-wrapper .targetads-infobox .targetads-detailswrapper .targetads-details-container .targetads-details .targetads-detailbox .details-info{flex-direction:column;justify-content:center;align-items:center;gap:10px;width:100%;display:flex}.targetads .targetads-wrapper .targetads-infobox .targetads-detailswrapper .targetads-details-container .targetads-details .targetads-detailbox .details-info p{color:#b5b5b5;text-align:center;width:100%;margin:0;padding:0 10px;font-family:Poppins,sans-serif;font-size:15px;font-style:normal;font-weight:300;line-height:1.6;position:relative}.targetads .targetads-wrapper .targetads-infobox .targetads-detailswrapper .targetads-details-container .targetads-details .targetads-detailbox .details-info p:before{content:"•";color:#fff6;font-size:18px;position:absolute;left:0}@media (max-width:768px){.targetads .targetads-wrapper .targetads-infobox .targetads-detailswrapper .targetads-details-container .targetads-details .targetads-detailbox .details-info p{width:100%;font-size:14px}}@media (max-width:480px){.targetads .targetads-wrapper .targetads-infobox .targetads-detailswrapper .targetads-details-container .targetads-details .targetads-detailbox .details-info p{width:100%;font-size:13px}}.targetads .targetads-wrapper .targetads-infobox .targetads-detailswrapper .targetads-details-container .targetads-details2{text-align:center;flex-direction:row;justify-content:center;align-items:center;gap:25px;width:100%;height:100%;display:flex}@media (max-width:768px){.targetads .targetads-wrapper .targetads-infobox .targetads-detailswrapper .targetads-details-container .targetads-details2{flex-direction:row;gap:15px}}@media (max-width:480px){.targetads .targetads-wrapper .targetads-infobox .targetads-detailswrapper .targetads-details-container .targetads-details2{flex-direction:column;gap:20px}}.targetads .targetads-wrapper .targetads-infobox .targetads-detailswrapper .targetads-details-container .targetads-details2 .targetads-detailbox{background:linear-gradient(135deg,#0d0d0d 0%,#1a1a1a 50%,#0d0d0d 100%);border:1px solid #ffffff26;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;gap:20px;width:350px;height:280px;padding:25px;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 8px 32px #0006}.targetads .targetads-wrapper .targetads-infobox .targetads-detailswrapper .targetads-details-container .targetads-details2 .targetads-detailbox:before{content:"";opacity:0;pointer-events:none;background:linear-gradient(135deg,#ffffff08 0%,#0000 50%);width:100%;height:100%;transition:opacity .4s;position:absolute;top:0;left:0}.targetads .targetads-wrapper .targetads-infobox .targetads-detailswrapper .targetads-details-container .targetads-details2 .targetads-detailbox:hover{border-color:#ffffff40;transform:translateY(-8px);box-shadow:0 15px 50px #0009}.targetads .targetads-wrapper .targetads-infobox .targetads-detailswrapper .targetads-details-container .targetads-details2 .targetads-detailbox:hover:before{opacity:1}@media (max-width:768px){.targetads .targetads-wrapper .targetads-infobox .targetads-detailswrapper .targetads-details-container .targetads-details2 .targetads-detailbox{width:45%;height:auto;padding:20px}}@media (max-width:480px){.targetads .targetads-wrapper .targetads-infobox .targetads-detailswrapper .targetads-details-container .targetads-details2 .targetads-detailbox{width:100%;height:auto;padding:15px}}.targetads .targetads-wrapper .targetads-infobox .targetads-detailswrapper .targetads-details-container .targetads-details2 .targetads-detailbox .details-title{text-align:center;border-bottom:1px solid #ffffff26;flex-direction:column;justify-content:center;align-items:center;height:80px;margin-bottom:10px;padding-bottom:15px;display:flex}@media (max-width:480px){.targetads .targetads-wrapper .targetads-infobox .targetads-detailswrapper .targetads-details-container .targetads-details2 .targetads-detailbox .details-title{height:auto;padding-bottom:10px}}.targetads .targetads-wrapper .targetads-infobox .targetads-detailswrapper .targetads-details-container .targetads-details2 .targetads-detailbox .details-title h1{color:#fff;letter-spacing:.3px;margin:0 0 8px;font-family:Poppins,sans-serif;font-size:22px;font-style:normal;font-weight:400}@media (max-width:768px){.targetads .targetads-wrapper .targetads-infobox .targetads-detailswrapper .targetads-details-container .targetads-details2 .targetads-detailbox .details-title h1{font-size:18px}}@media (max-width:480px){.targetads .targetads-wrapper .targetads-infobox .targetads-detailswrapper .targetads-details-container .targetads-details2 .targetads-detailbox .details-title h1{font-size:16px}}.targetads .targetads-wrapper .targetads-infobox .targetads-detailswrapper .targetads-details-container .targetads-details2 .targetads-detailbox .details-title p{color:#fff;background:linear-gradient(135deg,#fff 0%,#e0e0e0 100%);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;margin:0;font-family:Poppins,sans-serif;font-size:18px;font-style:normal;font-weight:500}@media (max-width:768px){.targetads .targetads-wrapper .targetads-infobox .targetads-detailswrapper .targetads-details-container .targetads-details2 .targetads-detailbox .details-title p{font-size:16px}}@media (max-width:480px){.targetads .targetads-wrapper .targetads-infobox .targetads-detailswrapper .targetads-details-container .targetads-details2 .targetads-detailbox .details-title p{font-size:14px}}.targetads .targetads-wrapper .targetads-infobox .targetads-detailswrapper .targetads-details-container .targetads-details2 .targetads-detailbox .details-info{flex-direction:column;justify-content:center;align-items:center;gap:10px;width:100%;display:flex}.targetads .targetads-wrapper .targetads-infobox .targetads-detailswrapper .targetads-details-container .targetads-details2 .targetads-detailbox .details-info p{color:#b5b5b5;text-align:center;width:100%;margin:0;padding:0 10px;font-family:Poppins,sans-serif;font-size:15px;font-style:normal;font-weight:300;line-height:1.6;position:relative}.targetads .targetads-wrapper .targetads-infobox .targetads-detailswrapper .targetads-details-container .targetads-details2 .targetads-detailbox .details-info p:before{content:"•";color:#fff6;font-size:18px;position:absolute;left:0}@media (max-width:768px){.targetads .targetads-wrapper .targetads-infobox .targetads-detailswrapper .targetads-details-container .targetads-details2 .targetads-detailbox .details-info p{width:100%;font-size:14px}}@media (max-width:480px){.targetads .targetads-wrapper .targetads-infobox .targetads-detailswrapper .targetads-details-container .targetads-details2 .targetads-detailbox .details-info p{width:100%;font-size:13px}}
.contact{background:#000;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:80px 20px;display:flex}@media (max-width:768px){.contact{padding:60px 20px}}.contact .contact-wrapper{flex-direction:column;justify-content:center;align-items:center;gap:60px;width:90%;display:flex}@media (max-width:768px){.contact .contact-wrapper{gap:40px;width:100%}}.contact .contact-wrapper .contact-title{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;width:100%;display:flex}@media (max-width:768px){.contact .contact-wrapper .contact-title{gap:15px}}.contact .contact-wrapper .contact-title h1{color:#fff;margin:0;font-family:Poppins,sans-serif;font-size:50px;font-style:normal;font-weight:200}@media (max-width:768px){.contact .contact-wrapper .contact-title h1{font-size:28px}}@media (max-width:480px){.contact .contact-wrapper .contact-title h1{font-size:22px}}.contact .contact-wrapper .contact-title .line{background:#888;width:600px;height:.1px}@media (max-width:768px){.contact .contact-wrapper .contact-title .line{width:80%}}.contact .contact-wrapper .contact-title p{color:#888;margin:0;font-family:Poppins,sans-serif;font-size:18px;font-style:italic;font-weight:100}@media (max-width:768px){.contact .contact-wrapper .contact-title p{font-size:14px}}@media (max-width:480px){.contact .contact-wrapper .contact-title p{font-size:12px}}.contact .contact-wrapper .contact-form{flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex}.contact .contact-wrapper .contact-form p{color:#888;margin:0;font-family:Poppins,sans-serif;font-size:18px;font-style:italic;font-weight:100}@media (max-width:768px){.contact .contact-wrapper .contact-form p{font-size:14px}}@media (max-width:480px){.contact .contact-wrapper .contact-form p{font-size:12px}}.contact .contact-wrapper .contact-form form{flex-direction:column;justify-content:center;align-items:center;gap:20px;width:100%;display:flex}@media (max-width:768px){.contact .contact-wrapper .contact-form form{gap:15px}}.contact .contact-wrapper .contact-form form .name-company-wrapper{gap:20px;width:900px;display:flex}@media (max-width:768px){.contact .contact-wrapper .contact-form form .name-company-wrapper{flex-direction:column;gap:15px;width:100%;max-width:500px}}@media (max-width:480px){.contact .contact-wrapper .contact-form form .name-company-wrapper{gap:12px;max-width:100%}}.contact .contact-wrapper .contact-form form .name-company-wrapper input{flex:1}.contact .contact-wrapper .contact-form form input{color:#fff;background:linear-gradient(90deg,#000 20%,#131313 70%);border:.1px solid #fff;border-radius:5px;outline:none;width:900px;height:55px;padding:20px;font-family:Poppins,sans-serif;font-size:16px;font-style:normal;font-weight:100}@media (max-width:768px){.contact .contact-wrapper .contact-form form input{width:100%;max-width:500px;height:40px;padding:15px;font-size:14px}}@media (max-width:480px){.contact .contact-wrapper .contact-form form input{max-width:100%;height:35px;padding:12px;font-size:13px}}.contact .contact-wrapper .contact-form form input::placeholder{color:#888}.contact .contact-wrapper .contact-form form input[type=date],.contact .contact-wrapper .contact-form form input[type=time]{cursor:pointer}.contact .contact-wrapper .contact-form form input[type=date]::-webkit-calendar-picker-indicator{filter:invert();cursor:pointer;opacity:.7}.contact .contact-wrapper .contact-form form input[type=time]::-webkit-calendar-picker-indicator{filter:invert();cursor:pointer;opacity:.7}.contact .contact-wrapper .contact-form form input[type=date]::-webkit-calendar-picker-indicator:hover{opacity:1}.contact .contact-wrapper .contact-form form input[type=time]::-webkit-calendar-picker-indicator:hover{opacity:1}.contact .contact-wrapper .contact-form form .phone-input-wrapper{gap:0;width:900px;display:flex;position:relative}@media (max-width:768px){.contact .contact-wrapper .contact-form form .phone-input-wrapper{width:100%;max-width:500px}}@media (max-width:480px){.contact .contact-wrapper .contact-form form .phone-input-wrapper{max-width:100%}}.contact .contact-wrapper .contact-form form .phone-input-wrapper .country-code-selector{cursor:pointer;color:#fff;-webkit-user-select:none;user-select:none;background:linear-gradient(90deg,#000 20%,#131313 70%);border:.1px solid #fff;border-right:none;border-radius:5px 0 0 5px;justify-content:space-between;align-items:center;min-width:120px;height:55px;padding:0 15px;font-family:Poppins,sans-serif;font-weight:100;transition:background .2s;display:flex;position:relative}.contact .contact-wrapper .contact-form form .phone-input-wrapper .country-code-selector:hover{background:linear-gradient(90deg,#131313 20%,#1a1a1a 70%)}@media (max-width:768px){.contact .contact-wrapper .contact-form form .phone-input-wrapper .country-code-selector{min-width:100px;height:40px;padding:0 12px;font-size:14px}}@media (max-width:480px){.contact .contact-wrapper .contact-form form .phone-input-wrapper .country-code-selector{min-width:90px;height:35px;padding:0 10px;font-size:13px}}.contact .contact-wrapper .contact-form form .phone-input-wrapper .country-code-selector .country-code-display{align-items:center;gap:5px;display:flex}.contact .contact-wrapper .contact-form form .phone-input-wrapper .country-code-selector .dropdown-arrow{color:#888;font-size:10px;transition:transform .3s}.contact .contact-wrapper .contact-form form .phone-input-wrapper .country-code-selector.open .dropdown-arrow{transform:rotate(180deg)}.contact .contact-wrapper .contact-form form .phone-input-wrapper .country-code-selector .country-dropdown{z-index:1000;background:#131313;border:.1px solid #fff;border-radius:5px;max-height:300px;margin-top:5px;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 4px 6px #0000004d}@media (max-width:768px){.contact .contact-wrapper .contact-form form .phone-input-wrapper .country-code-selector .country-dropdown{max-height:250px}}.contact .contact-wrapper .contact-form form .phone-input-wrapper .country-code-selector .country-dropdown .country-option{cursor:pointer;color:#fff;border-bottom:.1px solid #ffffff1a;align-items:center;gap:10px;padding:12px 15px;font-family:Poppins,sans-serif;font-weight:100;transition:background .2s;display:flex}@media (max-width:768px){.contact .contact-wrapper .contact-form form .phone-input-wrapper .country-code-selector .country-dropdown .country-option{padding:10px 12px;font-size:14px}}@media (max-width:480px){.contact .contact-wrapper .contact-form form .phone-input-wrapper .country-code-selector .country-dropdown .country-option{padding:8px 10px;font-size:13px}}.contact .contact-wrapper .contact-form form .phone-input-wrapper .country-code-selector .country-dropdown .country-option:hover{background:#ffffff1a}.contact .contact-wrapper .contact-form form .phone-input-wrapper .country-code-selector .country-dropdown .country-option:last-child{border-bottom:none}.contact .contact-wrapper .contact-form form .phone-input-wrapper .country-code-selector .country-dropdown .country-option .country-name{color:#888;margin-left:auto;font-size:12px}@media (max-width:480px){.contact .contact-wrapper .contact-form form .phone-input-wrapper .country-code-selector .country-dropdown .country-option .country-name{font-size:11px}}.contact .contact-wrapper .contact-form form .phone-input-wrapper .phone-number-input{border-left:none;border-radius:0 5px 5px 0;flex:1}.contact .contact-wrapper .contact-form form textarea{resize:none;color:#fff;background:linear-gradient(90deg,#000 20%,#131313 70%);border:.1px solid #fff;border-radius:5px;outline:none;width:900px;height:250px;padding:20px;font-family:Poppins,sans-serif;font-size:17px;font-style:normal;font-weight:100}@media (max-width:768px){.contact .contact-wrapper .contact-form form textarea{width:100%;max-width:500px;height:150px;padding:15px;font-size:14px}}@media (max-width:480px){.contact .contact-wrapper .contact-form form textarea{max-width:100%;height:120px;padding:12px;font-size:13px}}.contact .contact-wrapper .contact-form form textarea::placeholder{color:#888}.contact .contact-wrapper .contact-form form button{cursor:pointer;color:#000;background:linear-gradient(135deg,#fff 0%,#f0f0f0 100%);border:1px solid #ffffff4d;border-radius:8px;width:900px;height:65px;font-family:Poppins,sans-serif;font-size:17px;font-style:normal;font-weight:300;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 4px 15px #ffffff1a}@media (max-width:768px){.contact .contact-wrapper .contact-form form button{width:100%;max-width:500px;height:45px;font-size:14px}}@media (max-width:480px){.contact .contact-wrapper .contact-form form button{max-width:100%;height:40px;font-size:13px}}.contact .contact-wrapper .contact-form form button:before{content:"";background:linear-gradient(90deg,#0000,#0000001a,#0000);width:100%;height:100%;transition:left .6s;position:absolute;top:0;left:-100%}.contact .contact-wrapper .contact-form form button:hover:not(:disabled){background:linear-gradient(135deg,#f0f0f0 0%,#e0e0e0 100%);border-color:#ffffff80;transform:translateY(-2px);box-shadow:0 8px 25px #fff3}.contact .contact-wrapper .contact-form form button:hover:not(:disabled):before{left:100%}.contact .contact-wrapper .contact-form form button:active:not(:disabled){transform:translateY(0);box-shadow:0 4px 15px #ffffff26}.contact .contact-wrapper .contact-form form button:disabled{opacity:.6;cursor:not-allowed;transform:none}.contact .contact-wrapper .contact-form form .call-preference-section{flex-direction:column;gap:20px;width:900px;display:flex}@media (max-width:768px){.contact .contact-wrapper .contact-form form .call-preference-section{gap:15px;width:100%;max-width:500px}}@media (max-width:480px){.contact .contact-wrapper .contact-form form .call-preference-section{gap:12px;max-width:100%}}.contact .contact-wrapper .contact-form form .call-preference-section .call-toggle{color:#b5b5b5;cursor:pointer;background:linear-gradient(90deg,#000 20%,#131313 70%);border:1px solid #ffffff4d;border-radius:5px;justify-content:center;align-items:center;gap:12px;width:100%;height:55px;padding:0 20px;font-family:Poppins,sans-serif;font-size:16px;font-weight:200;transition:all .3s ease-in-out;display:flex;position:relative;overflow:hidden}@media (max-width:768px){.contact .contact-wrapper .contact-form form .call-preference-section .call-toggle{height:45px;padding:0 15px;font-size:14px}}@media (max-width:480px){.contact .contact-wrapper .contact-form form .call-preference-section .call-toggle{height:40px;padding:0 12px;font-size:13px}}.contact .contact-wrapper .contact-form form .call-preference-section .call-toggle:before{content:"";background:linear-gradient(90deg,#0000,#ffffff1a,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.contact .contact-wrapper .contact-form form .call-preference-section .call-toggle:hover:before{left:100%}.contact .contact-wrapper .contact-form form .call-preference-section .call-toggle .toggle-icon{background:#ffffff1a;border:1px solid #ffffff4d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:14px;font-weight:400;transition:all .3s ease-in-out;display:flex}@media (max-width:768px){.contact .contact-wrapper .contact-form form .call-preference-section .call-toggle .toggle-icon{width:20px;height:20px;font-size:12px}}.contact .contact-wrapper .contact-form form .call-preference-section .call-toggle.active{color:#fff;background:linear-gradient(90deg,#1a1a1a 20%,#262626 70%);border-color:#fff9}.contact .contact-wrapper .contact-form form .call-preference-section .call-toggle.active .toggle-icon{background:#fff3;border-color:#ffffff80;transform:rotate(360deg)}.contact .contact-wrapper .contact-form form .call-preference-section .call-toggle span:last-child{text-align:left;flex:1}.contact .contact-wrapper .contact-form form .call-preference-section .call-scheduling{width:100%;overflow:hidden}.contact .contact-wrapper .contact-form form .call-preference-section .call-scheduling .call-datetime-wrapper{gap:20px;width:100%;display:flex}@media (max-width:768px){.contact .contact-wrapper .contact-form form .call-preference-section .call-scheduling .call-datetime-wrapper{flex-direction:column;gap:15px}}@media (max-width:480px){.contact .contact-wrapper .contact-form form .call-preference-section .call-scheduling .call-datetime-wrapper{gap:12px}}.contact .contact-wrapper .contact-form form .call-preference-section .call-scheduling .call-datetime-wrapper .call-date-wrapper,.contact .contact-wrapper .contact-form form .call-preference-section .call-scheduling .call-datetime-wrapper .call-time-wrapper{flex-direction:column;flex:1;gap:8px;display:flex}@media (max-width:768px){.contact .contact-wrapper .contact-form form .call-preference-section .call-scheduling .call-datetime-wrapper .call-date-wrapper,.contact .contact-wrapper .contact-form form .call-preference-section .call-scheduling .call-datetime-wrapper .call-time-wrapper{gap:6px}}.contact .contact-wrapper .contact-form form .call-preference-section .call-scheduling .call-datetime-wrapper .call-date-wrapper label,.contact .contact-wrapper .contact-form form .call-preference-section .call-scheduling .call-datetime-wrapper .call-time-wrapper label{color:#b5b5b5;cursor:pointer;margin-left:5px;font-family:Poppins,sans-serif;font-size:14px;font-weight:200}@media (max-width:768px){.contact .contact-wrapper .contact-form form .call-preference-section .call-scheduling .call-datetime-wrapper .call-date-wrapper label,.contact .contact-wrapper .contact-form form .call-preference-section .call-scheduling .call-datetime-wrapper .call-time-wrapper label{font-size:13px}}@media (max-width:480px){.contact .contact-wrapper .contact-form form .call-preference-section .call-scheduling .call-datetime-wrapper .call-date-wrapper label,.contact .contact-wrapper .contact-form form .call-preference-section .call-scheduling .call-datetime-wrapper .call-time-wrapper label{font-size:12px}}.contact .contact-wrapper .contact-form form .call-preference-section .call-scheduling .call-datetime-wrapper .call-date-wrapper .date-input-wrapper,.contact .contact-wrapper .contact-form form .call-preference-section .call-scheduling .call-datetime-wrapper .call-date-wrapper .time-input-wrapper,.contact .contact-wrapper .contact-form form .call-preference-section .call-scheduling .call-datetime-wrapper .call-time-wrapper .date-input-wrapper,.contact .contact-wrapper .contact-form form .call-preference-section .call-scheduling .call-datetime-wrapper .call-time-wrapper .time-input-wrapper{width:100%;position:relative}.contact .contact-wrapper .contact-form form .call-preference-section .call-scheduling .call-datetime-wrapper .call-date-wrapper .date-input-wrapper .date-time-input,.contact .contact-wrapper .contact-form form .call-preference-section .call-scheduling .call-datetime-wrapper .call-date-wrapper .time-input-wrapper .date-time-input,.contact .contact-wrapper .contact-form form .call-preference-section .call-scheduling .call-datetime-wrapper .call-time-wrapper .date-input-wrapper .date-time-input,.contact .contact-wrapper .contact-form form .call-preference-section .call-scheduling .call-datetime-wrapper .call-time-wrapper .time-input-wrapper .date-time-input{color:#fff;cursor:pointer;appearance:none;-moz-appearance:textfield;background:linear-gradient(90deg,#000 20%,#131313 70%);border:.1px solid #fff;border-radius:5px;width:100%;height:55px;padding:20px 50px 20px 20px;font-family:Poppins,sans-serif;font-size:16px;font-weight:100}@media (max-width:768px){.contact .contact-wrapper .contact-form form .call-preference-section .call-scheduling .call-datetime-wrapper .call-date-wrapper .date-input-wrapper .date-time-input,.contact .contact-wrapper .contact-form form .call-preference-section .call-scheduling .call-datetime-wrapper .call-date-wrapper .time-input-wrapper .date-time-input,.contact .contact-wrapper .contact-form form .call-preference-section .call-scheduling .call-datetime-wrapper .call-time-wrapper .date-input-wrapper .date-time-input,.contact .contact-wrapper .contact-form form .call-preference-section .call-scheduling .call-datetime-wrapper .call-time-wrapper .time-input-wrapper .date-time-input{height:40px;padding:15px 45px 15px 15px;font-size:14px}}@media (max-width:480px){.contact .contact-wrapper .contact-form form .call-preference-section .call-scheduling .call-datetime-wrapper .call-date-wrapper .date-input-wrapper .date-time-input,.contact .contact-wrapper .contact-form form .call-preference-section .call-scheduling .call-datetime-wrapper .call-date-wrapper .time-input-wrapper .date-time-input,.contact .contact-wrapper .contact-form form .call-preference-section .call-scheduling .call-datetime-wrapper .call-time-wrapper .date-input-wrapper .date-time-input,.contact .contact-wrapper .contact-form form .call-preference-section .call-scheduling .call-datetime-wrapper .call-time-wrapper .time-input-wrapper .date-time-input{height:35px;padding:12px 40px 12px 12px;font-size:13px}}.contact .contact-wrapper .contact-form form .call-preference-section .call-scheduling .call-datetime-wrapper .call-date-wrapper .date-input-wrapper .date-time-input::-webkit-calendar-picker-indicator{cursor:pointer;opacity:0;z-index:2;width:30px;height:30px;position:absolute;right:10px}.contact .contact-wrapper .contact-form form .call-preference-section .call-scheduling .call-datetime-wrapper .call-date-wrapper .time-input-wrapper .date-time-input::-webkit-calendar-picker-indicator{cursor:pointer;opacity:0;z-index:2;width:30px;height:30px;position:absolute;right:10px}.contact .contact-wrapper .contact-form form .call-preference-section .call-scheduling .call-datetime-wrapper .call-time-wrapper .date-input-wrapper .date-time-input::-webkit-calendar-picker-indicator{cursor:pointer;opacity:0;z-index:2;width:30px;height:30px;position:absolute;right:10px}.contact .contact-wrapper .contact-form form .call-preference-section .call-scheduling .call-datetime-wrapper .call-time-wrapper .time-input-wrapper .date-time-input::-webkit-calendar-picker-indicator{cursor:pointer;opacity:0;z-index:2;width:30px;height:30px;position:absolute;right:10px}.contact .contact-wrapper .contact-form form .call-preference-section .call-scheduling .call-datetime-wrapper .call-date-wrapper .date-input-wrapper .date-time-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.contact .contact-wrapper .contact-form form .call-preference-section .call-scheduling .call-datetime-wrapper .call-date-wrapper .date-input-wrapper .date-time-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.contact .contact-wrapper .contact-form form .call-preference-section .call-scheduling .call-datetime-wrapper .call-date-wrapper .time-input-wrapper .date-time-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.contact .contact-wrapper .contact-form form .call-preference-section .call-scheduling .call-datetime-wrapper .call-date-wrapper .time-input-wrapper .date-time-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.contact .contact-wrapper .contact-form form .call-preference-section .call-scheduling .call-datetime-wrapper .call-time-wrapper .date-input-wrapper .date-time-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.contact .contact-wrapper .contact-form form .call-preference-section .call-scheduling .call-datetime-wrapper .call-time-wrapper .date-input-wrapper .date-time-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.contact .contact-wrapper .contact-form form .call-preference-section .call-scheduling .call-datetime-wrapper .call-time-wrapper .time-input-wrapper .date-time-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.contact .contact-wrapper .contact-form form .call-preference-section .call-scheduling .call-datetime-wrapper .call-time-wrapper .time-input-wrapper .date-time-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.contact .contact-wrapper .contact-form form .call-preference-section .call-scheduling .call-datetime-wrapper .call-date-wrapper .date-input-wrapper .date-time-input::-moz-calendar-picker-indicator{opacity:0;cursor:pointer;z-index:2;width:30px;height:30px;position:absolute;right:10px}.contact .contact-wrapper .contact-form form .call-preference-section .call-scheduling .call-datetime-wrapper .call-date-wrapper .time-input-wrapper .date-time-input::-moz-calendar-picker-indicator{opacity:0;cursor:pointer;z-index:2;width:30px;height:30px;position:absolute;right:10px}.contact .contact-wrapper .contact-form form .call-preference-section .call-scheduling .call-datetime-wrapper .call-time-wrapper .date-input-wrapper .date-time-input::-moz-calendar-picker-indicator{opacity:0;cursor:pointer;z-index:2;width:30px;height:30px;position:absolute;right:10px}.contact .contact-wrapper .contact-form form .call-preference-section .call-scheduling .call-datetime-wrapper .call-time-wrapper .time-input-wrapper .date-time-input::-moz-calendar-picker-indicator{opacity:0;cursor:pointer;z-index:2;width:30px;height:30px;position:absolute;right:10px}.contact .contact-wrapper .contact-form form .call-preference-section .call-scheduling .call-datetime-wrapper .call-date-wrapper .date-input-wrapper .date-time-input:focus,.contact .contact-wrapper .contact-form form .call-preference-section .call-scheduling .call-datetime-wrapper .call-date-wrapper .time-input-wrapper .date-time-input:focus,.contact .contact-wrapper .contact-form form .call-preference-section .call-scheduling .call-datetime-wrapper .call-time-wrapper .date-input-wrapper .date-time-input:focus,.contact .contact-wrapper .contact-form form .call-preference-section .call-scheduling .call-datetime-wrapper .call-time-wrapper .time-input-wrapper .date-time-input:focus{background:linear-gradient(90deg,#1a1a1a 20%,#262626 70%);border-color:#ffffff80;outline:none}.contact .contact-wrapper .contact-form form .call-preference-section .call-scheduling .call-datetime-wrapper .call-date-wrapper .date-input-wrapper .date-time-input::placeholder,.contact .contact-wrapper .contact-form form .call-preference-section .call-scheduling .call-datetime-wrapper .call-date-wrapper .time-input-wrapper .date-time-input::placeholder,.contact .contact-wrapper .contact-form form .call-preference-section .call-scheduling .call-datetime-wrapper .call-time-wrapper .date-input-wrapper .date-time-input::placeholder,.contact .contact-wrapper .contact-form form .call-preference-section .call-scheduling .call-datetime-wrapper .call-time-wrapper .time-input-wrapper .date-time-input::placeholder{color:#888}.contact .contact-wrapper .contact-form form .call-preference-section .call-scheduling .call-datetime-wrapper .call-date-wrapper .date-input-wrapper .picker-icon,.contact .contact-wrapper .contact-form form .call-preference-section .call-scheduling .call-datetime-wrapper .call-date-wrapper .time-input-wrapper .picker-icon,.contact .contact-wrapper .contact-form form .call-preference-section .call-scheduling .call-datetime-wrapper .call-time-wrapper .date-input-wrapper .picker-icon,.contact .contact-wrapper .contact-form form .call-preference-section .call-scheduling .call-datetime-wrapper .call-time-wrapper .time-input-wrapper .picker-icon{pointer-events:none;z-index:1;opacity:.7;font-size:20px;transition:opacity .3s;position:absolute;top:50%;right:15px;transform:translateY(-50%)}@media (max-width:768px){.contact .contact-wrapper .contact-form form .call-preference-section .call-scheduling .call-datetime-wrapper .call-date-wrapper .date-input-wrapper .picker-icon,.contact .contact-wrapper .contact-form form .call-preference-section .call-scheduling .call-datetime-wrapper .call-date-wrapper .time-input-wrapper .picker-icon,.contact .contact-wrapper .contact-form form .call-preference-section .call-scheduling .call-datetime-wrapper .call-time-wrapper .date-input-wrapper .picker-icon,.contact .contact-wrapper .contact-form form .call-preference-section .call-scheduling .call-datetime-wrapper .call-time-wrapper .time-input-wrapper .picker-icon{font-size:18px;right:12px}}@media (max-width:480px){.contact .contact-wrapper .contact-form form .call-preference-section .call-scheduling .call-datetime-wrapper .call-date-wrapper .date-input-wrapper .picker-icon,.contact .contact-wrapper .contact-form form .call-preference-section .call-scheduling .call-datetime-wrapper .call-date-wrapper .time-input-wrapper .picker-icon,.contact .contact-wrapper .contact-form form .call-preference-section .call-scheduling .call-datetime-wrapper .call-time-wrapper .date-input-wrapper .picker-icon,.contact .contact-wrapper .contact-form form .call-preference-section .call-scheduling .call-datetime-wrapper .call-time-wrapper .time-input-wrapper .picker-icon{font-size:16px;right:10px}}.contact .contact-wrapper .contact-form form .call-preference-section .call-scheduling .call-datetime-wrapper .call-date-wrapper .date-input-wrapper:hover .picker-icon,.contact .contact-wrapper .contact-form form .call-preference-section .call-scheduling .call-datetime-wrapper .call-date-wrapper .time-input-wrapper:hover .picker-icon,.contact .contact-wrapper .contact-form form .call-preference-section .call-scheduling .call-datetime-wrapper .call-time-wrapper .date-input-wrapper:hover .picker-icon,.contact .contact-wrapper .contact-form form .call-preference-section .call-scheduling .call-datetime-wrapper .call-time-wrapper .time-input-wrapper:hover .picker-icon,.contact .contact-wrapper .contact-form form .call-preference-section .call-scheduling .call-datetime-wrapper .call-date-wrapper .date-input-wrapper input:focus+.picker-icon,.contact .contact-wrapper .contact-form form .call-preference-section .call-scheduling .call-datetime-wrapper .call-date-wrapper .time-input-wrapper input:focus+.picker-icon,.contact .contact-wrapper .contact-form form .call-preference-section .call-scheduling .call-datetime-wrapper .call-time-wrapper .date-input-wrapper input:focus+.picker-icon,.contact .contact-wrapper .contact-form form .call-preference-section .call-scheduling .call-datetime-wrapper .call-time-wrapper .time-input-wrapper input:focus+.picker-icon{opacity:1}
.footer{background:#000;border-top:.1px solid #333;justify-content:center;align-items:center;width:100%;min-height:auto;padding:60px 20px;display:flex}@media (max-width:768px){.footer{padding:50px 20px}}@media (max-width:480px){.footer{padding:20px 15px}}.footer .footer-wrapper{flex-direction:column;justify-content:space-between;align-items:center;gap:40px;width:80%;display:flex}@media (max-width:768px){.footer .footer-wrapper{gap:30px;width:100%}}.footer .footer-wrapper .footer-upper{flex-direction:row;justify-content:center;align-items:center;gap:40px;width:100%;display:flex}@media (max-width:1024px){.footer .footer-wrapper .footer-upper{gap:20px}}@media (max-width:768px){.footer .footer-wrapper .footer-upper{flex-direction:column;align-items:flex-start;gap:30px}}.footer .footer-wrapper .footer-upper .logo-sub{flex-direction:column;justify-content:center;align-items:flex-start;width:25%;margin-right:150px;display:flex}@media (max-width:1024px){.footer .footer-wrapper .footer-upper .logo-sub{margin-right:0}}@media (max-width:768px){.footer .footer-wrapper .footer-upper .logo-sub{width:100%;margin-right:0}}.footer .footer-wrapper .footer-upper .logo-sub img{width:250px}@media (max-width:768px){.footer .footer-wrapper .footer-upper .logo-sub img{width:180px}}@media (max-width:480px){.footer .footer-wrapper .footer-upper .logo-sub img{width:140px}}.footer .footer-wrapper .footer-upper .logo-sub p{color:#979797;margin:0;font-family:Poppins,sans-serif;font-size:15px;font-style:normal;font-weight:200}@media (max-width:768px){.footer .footer-wrapper .footer-upper .logo-sub p{font-size:13px}}@media (max-width:480px){.footer .footer-wrapper .footer-upper .logo-sub p{font-size:12px}}.footer .footer-wrapper .footer-upper .services{flex-direction:column;justify-content:center;align-items:flex-start;gap:5px;width:25%;display:flex}@media (max-width:768px){.footer .footer-wrapper .footer-upper .services{width:100%}}.footer .footer-wrapper .footer-upper .services h1{text-align:left;margin:0 0 5px;font-family:Poppins,sans-serif;font-size:35px;font-style:normal;font-weight:200}@media (max-width:768px){.footer .footer-wrapper .footer-upper .services h1{font-size:24px}}@media (max-width:480px){.footer .footer-wrapper .footer-upper .services h1{font-size:20px}}.footer .footer-wrapper .footer-upper .services p{color:silver;margin:0;font-family:Poppins,sans-serif;font-size:17px;font-style:normal;font-weight:200}@media (max-width:768px){.footer .footer-wrapper .footer-upper .services p{font-size:14px}}@media (max-width:480px){.footer .footer-wrapper .footer-upper .services p{font-size:13px}}.footer .footer-wrapper .footer-upper .connect{flex-direction:column;justify-content:center;align-items:flex-start;gap:5px;width:25%;display:flex}@media (max-width:768px){.footer .footer-wrapper .footer-upper .connect{width:100%}}.footer .footer-wrapper .footer-upper .connect h1{text-align:left;margin:0 0 5px;font-family:Poppins,sans-serif;font-size:35px;font-style:normal;font-weight:200}@media (max-width:768px){.footer .footer-wrapper .footer-upper .connect h1{font-size:24px}}@media (max-width:480px){.footer .footer-wrapper .footer-upper .connect h1{font-size:20px}}.footer .footer-wrapper .footer-upper .connect p{color:silver;margin:0;font-family:Poppins,sans-serif;font-size:17px;font-style:normal;font-weight:200}@media (max-width:768px){.footer .footer-wrapper .footer-upper .connect p{font-size:14px}}@media (max-width:480px){.footer .footer-wrapper .footer-upper .connect p{font-size:13px}}.footer .footer-wrapper .footer-upper .connect a{color:silver;cursor:pointer;margin:0;font-family:Poppins,sans-serif;font-size:17px;font-style:normal;font-weight:200;text-decoration:none;transition:all .3s;position:relative}@media (max-width:768px){.footer .footer-wrapper .footer-upper .connect a{font-size:14px}}@media (max-width:480px){.footer .footer-wrapper .footer-upper .connect a{font-size:13px}}.footer .footer-wrapper .footer-upper .connect a:after{content:"";background-color:#fff;width:0;height:1px;transition:width .3s;position:absolute;bottom:-2px;left:0}.footer .footer-wrapper .footer-upper .connect a:hover{color:#fff}.footer .footer-wrapper .footer-upper .connect a:hover:after{width:100%}.footer .footer-wrapper .footer-upper .images{justify-content:flex-start;align-items:flex-start;gap:20px;width:25%;display:flex}@media (max-width:768px){.footer .footer-wrapper .footer-upper .images{gap:15px;width:100%}}.footer .footer-wrapper .footer-upper .images img{width:100px}@media (max-width:768px){.footer .footer-wrapper .footer-upper .images img{width:80px}}@media (max-width:480px){.footer .footer-wrapper .footer-upper .images img{width:60px}}.footer .footer-wrapper .line{background-color:#b0b0b0;width:100%;height:.1px}.footer .footer-wrapper .footer-lower{justify-content:center;align-items:center;gap:250px;width:100%;display:flex}@media (max-width:1024px){.footer .footer-wrapper .footer-lower{gap:50px}}@media (max-width:768px){.footer .footer-wrapper .footer-lower{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:20px}}.footer .footer-wrapper .footer-lower .rights{justify-content:center;align-items:center;display:flex}@media (max-width:768px){.footer .footer-wrapper .footer-lower .rights{justify-content:flex-start;width:100%}}.footer .footer-wrapper .footer-lower .rights p{color:silver;margin:0;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:200}@media (max-width:768px){.footer .footer-wrapper .footer-lower .rights p{font-size:12px}}@media (max-width:480px){.footer .footer-wrapper .footer-lower .rights p{font-size:11px}}.footer .footer-wrapper .footer-lower .policies{justify-content:center;align-items:center;gap:20px;display:flex}@media (max-width:768px){.footer .footer-wrapper .footer-lower .policies{justify-content:flex-start;gap:15px;width:100%}}.footer .footer-wrapper .footer-lower .policies a{color:silver;cursor:pointer;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:200;text-decoration:none;transition:all .3s;position:relative}@media (max-width:768px){.footer .footer-wrapper .footer-lower .policies a{font-size:12px}}@media (max-width:480px){.footer .footer-wrapper .footer-lower .policies a{font-size:11px}}.footer .footer-wrapper .footer-lower .policies a:after{content:"";background-color:#fff;width:0;height:1px;transition:width .3s;position:absolute;bottom:-2px;left:0}.footer .footer-wrapper .footer-lower .policies a:hover{color:#fff}.footer .footer-wrapper .footer-lower .policies a:hover:after{width:100%}.footer .footer-wrapper .footer-lower .socials{justify-content:center;align-items:center;gap:10px;display:flex}@media (max-width:768px){.footer .footer-wrapper .footer-lower .socials{justify-content:flex-start;width:100%}}.footer .footer-wrapper .footer-lower .socials a{color:silver;cursor:pointer;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:200;text-decoration:none;transition:all .3s;position:relative}@media (max-width:768px){.footer .footer-wrapper .footer-lower .socials a{font-size:12px}}@media (max-width:480px){.footer .footer-wrapper .footer-lower .socials a{font-size:11px}}.footer .footer-wrapper .footer-lower .socials a:after{content:"";background-color:#fff;width:0;height:1px;transition:width .3s;position:absolute;bottom:-2px;left:0}.footer .footer-wrapper .footer-lower .socials a:hover{color:#fff}.footer .footer-wrapper .footer-lower .socials a:hover:after{width:100%}
.modal-overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:9998;cursor:pointer;background:#000000d9;width:100%;height:100%;position:fixed;top:0;left:0}.modal-content{z-index:9999;background:linear-gradient(135deg,#0a0a0a 0%,#1a1a1a 100%);border:1px solid #fff3;border-radius:20px;flex-direction:column;width:90%;max-width:800px;max-height:90vh;display:flex;position:fixed;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 20px 60px #000c}@media (max-width:768px){.modal-content{border-radius:15px;width:95%;max-width:95%;max-height:95vh;top:50%;left:50%;transform:translate(-50%,-50%)}}@media (max-width:480px){.modal-content{border-radius:0;width:100%;max-width:100%;max-height:100vh;top:0;left:0;transform:none}}.modal-content .modal-header{background:linear-gradient(90deg,#131313 0%,#0a0a0a 100%);border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:30px 40px;display:flex}@media (max-width:768px){.modal-content .modal-header{padding:20px 25px}}.modal-content .modal-header h1{color:#fff;margin:0;font-family:Poppins,sans-serif;font-size:32px;font-weight:300}@media (max-width:768px){.modal-content .modal-header h1{font-size:24px}}@media (max-width:480px){.modal-content .modal-header h1{font-size:20px}}.modal-content .modal-header .close-button{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-family:Poppins,sans-serif;font-size:20px;transition:all .3s;display:flex}@media (max-width:768px){.modal-content .modal-header .close-button{width:35px;height:35px;font-size:18px}}@media (max-width:480px){.modal-content .modal-header .close-button{width:32px;height:32px;font-size:16px}}.modal-content .modal-header .close-button:hover{background:#ffffff26;border-color:#ffffff80;transform:rotate(90deg)}.modal-content .modal-body{flex:1;padding:40px;overflow-y:auto}@media (max-width:768px){.modal-content .modal-body{padding:25px 20px}}@media (max-width:480px){.modal-content .modal-body{padding:20px 15px}}.modal-content .modal-body::-webkit-scrollbar{width:8px}.modal-content .modal-body::-webkit-scrollbar-track{background:#ffffff0d;border-radius:10px}.modal-content .modal-body::-webkit-scrollbar-thumb{background:#fff3;border-radius:10px}.modal-content .modal-body::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.modal-content .modal-body .policy-section{margin-bottom:35px}@media (max-width:768px){.modal-content .modal-body .policy-section{margin-bottom:25px}}.modal-content .modal-body .policy-section:last-child{margin-bottom:0}.modal-content .modal-body .policy-section h2{color:#fff;margin:0 0 15px;font-family:Poppins,sans-serif;font-size:22px;font-weight:400}@media (max-width:768px){.modal-content .modal-body .policy-section h2{margin-bottom:12px;font-size:18px}}@media (max-width:480px){.modal-content .modal-body .policy-section h2{margin-bottom:10px;font-size:16px}}.modal-content .modal-body .policy-section p{color:#b5b5b5;margin:0 0 12px;font-family:Poppins,sans-serif;font-size:16px;font-weight:200;line-height:1.8}@media (max-width:768px){.modal-content .modal-body .policy-section p{font-size:14px;line-height:1.6}}@media (max-width:480px){.modal-content .modal-body .policy-section p{margin-bottom:10px;font-size:13px;line-height:1.5}}.modal-content .modal-body .policy-section p strong{color:#fff;font-weight:400}.modal-content .modal-body .policy-section ul{margin:15px 0;padding-left:25px}@media (max-width:768px){.modal-content .modal-body .policy-section ul{margin:12px 0;padding-left:20px}}.modal-content .modal-body .policy-section ul li{color:#b5b5b5;margin-bottom:8px;font-family:Poppins,sans-serif;font-size:16px;font-weight:200;line-height:1.8}@media (max-width:768px){.modal-content .modal-body .policy-section ul li{font-size:14px;line-height:1.6}}.modal-content .modal-body .policy-section .last-updated{color:#888;border-top:1px solid #ffffff1a;margin-top:20px;padding-top:20px;font-size:14px;font-style:italic}@media (max-width:768px){.modal-content .modal-body .policy-section .last-updated{margin-top:15px;padding-top:15px;font-size:12px}}
