.cookie-banner{position:fixed;bottom:20px;left:20px;right:20px;margin:auto;background-color:var(--dark-color);color:#fff;padding:1rem 1.5rem;border-radius:12px;box-shadow:0 8px 20px #0003;z-index:1000;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.cookie-banner p{margin:0;font-size:14px;flex:1}.cookie-banner .cookie-link{color:var(--pr-color);text-decoration:underline}.cookie-banner button{background-color:var(--pr-color);color:#1e1e1e;border:none;border-radius:6px;padding:8px 16px;font-weight:600;cursor:pointer;transition:background-color .2s ease}.cookie-banner button:hover{background-color:#e0bc00}@media (min-width: 600px){.cookie-banner{width:80%}}@media (min-width: 768px){.cookie-banner{width:70%}}@media (min-width: 1024px){.cookie-banner{width:60%}}.wa-promo-box{position:fixed;bottom:50px;right:20px;background-color:var(--wa-green);color:var(--dark-color);padding:1rem;border-radius:12px;box-shadow:0 8px 20px #0003;width:260px;font-size:14px;z-index:999;text-align:center;text-decoration:none;animation:fadeSlideIn .4s ease-out;transition:transform .2s ease}.wa-promo-box:hover{transform:translateY(-3px);box-shadow:0 10px 25px #00000040}.wa-promo-content{display:block;text-decoration:none;color:var(--dark-color)}.wa-cta{display:block;margin-top:.5rem;font-weight:700;color:var(--dark-color)}.wa-close-btn{position:absolute;top:6px;right:10px;background:transparent;border:none;font-size:18px;font-weight:700;color:var(--dark-color);cursor:pointer;padding:0;line-height:1}.wa-close-btn:hover{color:red}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (min-width: 1024px){.wa-promo-box{bottom:80px}}.navbar{width:100%;height:60px;background-color:var(--pr-color);display:flex;align-items:center;position:relative}.logo-image{width:50px;height:50px;margin:5px;cursor:pointer}.logo-word{width:auto;height:60px;margin-left:10px;transform:scale(2);cursor:pointer}.hamburger{display:block;margin-left:auto;margin-right:10px;font-size:25px;background:none;border:none;cursor:pointer}.nav-list{width:150px;height:auto;display:none;flex-direction:column;align-items:center;position:absolute;top:60px;left:auto;right:0;z-index:10;background-color:var(--light-color);padding:10px;gap:10px}.nav-list a{width:100px;height:20px;text-decoration:none;text-align:center;cursor:pointer;line-height:20px;color:var(--dark-color)}.nav-list a:hover{background-color:#eef1f5;border-bottom:2px solid var(--sc-color)}.nav-list.show{display:flex}@media (min-width: 1024px){.navbar{height:100px}.logo-image{width:100px;height:100px;margin:10px}.logo-word{height:100px}.hamburger{display:none}.nav-list{width:20%;height:50%;padding:0;margin:0;top:50%;background-color:transparent;display:flex;flex-direction:row}.nav-list a{width:33%;height:100%;line-height:50px}.nav-list a:hover{background-color:transparent;border-bottom:3px solid var(--sc-color)}}.hero{width:100%;height:35vh;border-radius:0 0 10px 10px;margin:0 auto;background-color:var(--pr-color);display:flex;flex-direction:column;justify-content:flex-end;position:relative}.hero:before{content:"";width:100%;height:100%;top:0;left:0;z-index:1;border-radius:0 0 10px 10px;background-color:#0009;position:absolute}.hero-image{width:100%;height:100%;border-radius:0 0 10px 10px;position:absolute;top:0;left:0}.hero h3{color:var(--light-color);font-size:2rem;margin:0 10px;z-index:2}.hero p{color:var(--light-color);margin:0 10px;font-size:.85rem;font-weight:400;z-index:2;bottom:10px}.hero button{width:150px;height:40px;border-radius:12px;margin:15px;z-index:2;border:none;outline:none;background:var(--sc-color);color:var(--dark-color);font-weight:700;font-size:1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #00000040;position:relative;overflow:hidden;animation:glow 3s ease-in-out infinite}.hero button:hover{background:linear-gradient(45deg,var(--pr-color),var(--sc-color));transform:scale(1.05);box-shadow:0 6px 16px #00000059}.hero button:after{content:"";position:absolute;top:0;left:-75%;width:50%;height:100%;background:linear-gradient(120deg,#fff0,#fff9,#fff0);animation:shine 4s infinite}@keyframes shine{0%{left:-75%}50%{left:125%}to{left:125%}}@keyframes glow{0%,to{box-shadow:0 0 8px #ffd100e6}50%{box-shadow:0 0 18px #ffd100cc}}@media (min-width: 600px){.hero{width:90%;height:45vh;border-radius:10px;margin:5px auto;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative}.hero:before{border-radius:10px}.hero-image{border-radius:10px;object-fit:cover;object-position:top center}.hero h3{font-size:1.5rem;text-align:center}.hero p{font-size:1rem;text-align:center}}@media (min-width: 1024px){.hero{width:80%;height:45vh;border-radius:10px;margin:5px auto;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative}.hero h3{font-size:4rem}.hero p{font-size:1rem;text-align:center}}.solutionsDiv{width:calc(50% - 5px);height:auto;min-height:180px;padding:5px;margin-bottom:7px;border-radius:5px;border:1px solid var(--dark-color);box-sizing:border-box;position:relative;display:flex;flex-direction:column}.solutionsIcon{width:100%;height:25%;margin-bottom:5px;position:relative}.solutionsDiv h5{font-size:1.05rem}.solutionsDiv p{font-size:.9rem;margin:0 5px}@media (min-width: 1024px){.solutionsDiv{width:calc(25% - 5px);height:90px}}.smart-home-div{width:calc(50% - 5px);height:260px;border-radius:10px;background-color:var(--dark-color);position:relative;display:flex;flex-direction:column}.smart-home-image-container{width:100%;height:50%}.smart-home-image-container img{width:100%;height:100%;border-radius:10px 10px 0 0}.smart-home-title{margin:5px;font-weight:600;color:var(--light-color)}.smart-home-description{margin:5px;font-size:.9rem;font-weight:300;color:var(--light-color)}@media (min-width: 1024px){.smart-home-div{flex-direction:row}.smart-home-image-container{width:50%;height:100%}.smart-home-image-container img{border-radius:10px 0 0 10px}.smart-home-p-container{width:50%;padding:10px 5px;display:flex;flex-direction:column}.smart-home-title{font-size:1.5rem}.smart-home-description{font-size:1.2rem}}.product-card{width:300px;height:345px;padding:10px;margin:2px 10px;border-radius:10px;box-shadow:0 4px 8px #0000001a;border:1px solid #ddd;background:var(--light-color);text-align:center;box-sizing:border-box;overflow:hidden;cursor:pointer;flex-shrink:0}.product-card:hover{box-shadow:0 6px 12px #0003;transform:translateY(-1px);transition:transform .3s ease,box-shadow .3s ease}.product-image{width:auto;height:45%;border-radius:8px}.product-name{font-size:1.25rem;margin:8px 0}.product-brand{font-size:1rem;margin:4px 0}.product-model,.product-spec{font-size:.9rem;margin:4px 0}.product-description{display:none}.product-price{font-size:1.1rem;margin:4px;font-weight:700;color:var(--pr2-color)}.product-button{width:80px;height:auto;padding:8px 16px;border-radius:20px;background-color:var(--pr-color);color:var(--dark-color);border:none;cursor:pointer;transition:background-color .3s ease}@media (min-width: 1024px){.product-card{width:400px;height:510px}.product-description{margin-top:10px;display:block}}.footer-contact{width:100%;height:auto;padding:5px 10px;border-top:1px solid var(--dark-color);display:flex;flex-direction:column;justify-content:center;align-items:center}.footer-contact h1{text-align:center}.footer-contact p{margin-top:5px;text-align:center}.footer-contact button{width:50%;height:40px;margin:10px;border-radius:10px;background-color:var(--pr-color);transition:color .3s ease;outline:none;border:none;cursor:pointer}.footer-contact button:hover{background-color:var(--sc-color);color:var(--dark-color)}@media (min-width: 1024px){.footer-contact{padding:20px 0;position:relative;border:none}.footer-contact:before{content:"";position:absolute;top:0;left:10%;right:10%;height:1px;background:linear-gradient(to right,transparent,var(--pr-color),transparent)}.footer-contact:after{content:"";position:absolute;bottom:0;left:10%;right:10%;height:1px;background:linear-gradient(to right,transparent,var(--pr-color),transparent)}.footer-contact button{width:10%}}.footer-container{width:100%;height:fit-content;padding:5px 10px;border-top:1px solid var(--dark-color);border-bottom:1px solid var(--dark-color);display:flex;flex-direction:column;align-items:center}.footer-container-main{display:flex;flex-direction:column;align-items:center}.footer-image-container{width:150px;height:150px}.footer-image-container img{width:100%;aspect-ratio:1/1}.footer-links{width:100%;height:auto;display:flex;flex-direction:column;justify-content:center;align-items:center;margin:10px 0}.footer-links a{width:100%;line-height:30px;font-size:1rem;color:var(--dark-color);text-decoration:none;text-align:center;transition:color .3s ease;position:relative;cursor:pointer}.footer-links a:hover{color:var(--sc-color)}.footer-social{width:100%;height:100px;gap:10px;display:flex;justify-content:center;align-items:center}.footer-social-link{width:50px;height:50px;margin:0 10px;border-radius:50%;border:1px solid var(--sc-color);transition:color .3s ease;display:flex;align-items:center;justify-content:center;position:relative}.footer-social-link:hover .footer-social-link-icon{color:var(--pr2-color)}.footer-social-link-icon{color:var(--sc-color);transition:color .3s ease}.footer-social-link-icon:hover{color:var(--pr2-color)}.footer-social-link .icon{width:24px;height:24px;stroke-width:1;position:absolute}.footer-copyright{width:100%;height:auto;text-align:center;font-size:.6rem;color:var(--dark-color);margin-top:10px}.footer-p{width:80%;height:auto;text-align:center;font-size:.6rem;color:var(--dark-color);margin-top:10px}@media (min-width: 1024px){.footer-container{border-top:none}.footer-container-left a{width:80%;height:50px;line-height:50px;margin-top:10px;border-radius:10px;text-decoration:none;text-align:center;cursor:pointer;transition:all .3s ease;color:var(--light-color);background-color:var(--wa-green)}.footer-container-left a:hover{box-shadow:0 2px 6px #0006}.footer-container-main{width:40%}.footer-links{width:90%;flex-direction:row}.footer-copyright{width:80%;font-size:.9rem}.footer-p{width:80%;font-size:.8rem}}.home-page{background-color:var(--light-color);color:var(--dark-color)}.home-page h1{font-size:1.5rem;margin:5px 15px}.home-page h2{margin:5px 15px;font-size:1.1rem}.home-solutions-container{width:100%;height:380px;margin:auto;padding:5px 10px 10px;display:flex;flex-wrap:wrap;justify-content:space-between}.home-smart-home-container{width:100%;height:550px;margin:0 0 10px;padding:5px 10px;display:flex;flex-wrap:wrap;justify-content:space-between}.home-product-card-container{width:100%;height:350px;margin:0 0 10px;display:flex;position:relative}.home-product-card-wrapper{width:100%;height:100%;display:flex;align-items:center;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;position:relative}.home-product-card-wrapper::-webkit-scrollbar{display:none}.scroll-button{width:20px;height:20px;position:absolute;top:50%;transform:translateY(-50%);z-index:2;background:#0000004d;color:#fff;border:none;padding:8px;cursor:pointer;border-radius:50%;transition:background .3s}.scroll-button:hover{background-color:var(--pr-color)}.scroll-button-icon{position:absolute;top:15%}.scroll-button-icon.left{left:10%}.scroll-button-icon.right{right:10%}.scroll-button.left{left:5px}.scroll-button.right{right:5px}@media (min-width: 600px){.home-solutions-container,.home-smart-home-container,.home-product-card-container,.home-page h1{width:90%;margin:auto}.home-page h2{width:90%;font-size:1.2rem;margin:auto}}@media (min-width: 1024px){.home-solutions-container,.home-smart-home-container,.home-product-card-container,.home-page h1{width:80%}.home-page h2{width:80%;font-size:1.3rem}.home-solutions-container{height:190px}.home-product-card-container{height:510px;margin-bottom:10px}.home-product-card-wrapper{width:100%;height:510px;margin-bottom:10px}}.category-page{background-color:var(--light-color)}.category-header-slider{max-width:90%;height:50px;margin:5px auto 10px 15px;display:flex;align-items:center;overflow-x:auto;gap:5px}.category-header-slider{background-color:var(--light-color2);padding:5px 10px;border-radius:12px;box-shadow:inset 0 -1px 4px #0000001a}.category-header-slider{position:sticky;top:0;z-index:100;background:#fff}.category-header-slider::-webkit-scrollbar{display:none}.category-header-filters{width:fit-content;min-width:70px;height:35px;line-height:35px;margin:0 5px;padding:3px 7px 0;border-radius:10px;color:var(--dark-color);border:1px solid var(--sc-color);flex-shrink:0;display:flex;align-items:center;justify-content:center;white-space:nowrap;box-sizing:border-box;cursor:pointer;font-weight:600;font-size:15px;transition:all .1s ease-in-out}.category-header-filters:hover{background-color:#0057b81a;transform:scale(1.05)}.category-header-filters.active{background-color:var(--pr-color)}.category-header-filters.active{background-color:var(--pr-color);font-weight:700;box-shadow:0 2px 6px #0003}.category-sort-products{margin:1px 10px}#category-sort{width:150px;height:20px;margin-left:5px;border-radius:5px}.category-product-count{font-size:.8rem}.category-product-cards-container{width:100%;height:auto;min-height:510px;padding:5px 10px;display:flex;flex-wrap:wrap;align-items:center;gap:10px}.category-product-cards-container a{display:block;width:100%}.category-pagination{margin:0 15px}.category-pagination button{border:none;outline:none}.category-pagination-button-prev,.category-pagination-button-next{width:80px;height:30px;margin:5px;padding-top:1px;border-radius:10px;color:var(--dark-color);background-color:var(--pr3-color);text-align:center;cursor:pointer}.category-pagination-button-prev:hover,.category-pagination-button-next:hover{background-color:#b4f0f0}.category-pagination-button-page{width:30px;height:30px;margin:5px;padding-top:1px;border-radius:10px;color:var(--dark-color);background-color:#def5f5cc;text-align:center;cursor:pointer}.category-pagination button.active{width:30px;height:30px;margin:5px;padding-top:1px;border-radius:10px;background-color:var(--pr-color);color:var(--dark-color)}@media (min-width: 600px){.category-header-slider{width:90%;margin:10px auto}.category-sort-products{width:90%;margin:auto auto 10px}.category-product-cards-container{width:90%;margin:auto;flex-direction:row;justify-content:flex-start;align-items:flex-start}.category-pagination{width:90%;margin:auto}}@media (min-width: 768px){.category-header-slider{width:90%;margin:10px auto}.category-sort-products{width:90%;margin:auto auto 10px}.category-product-cards-container{width:90%;margin:auto;flex-direction:row;justify-content:flex-start;align-items:flex-start}.category-product-cards-container a{width:calc(50% - 10px)}.category-pagination{width:90%;margin:auto}}@media (min-width: 1024px){.category-header-slider{width:80%;margin:20px auto}.category-product-cards-container{width:80%;height:auto;min-height:630px;margin:auto;flex-direction:row;justify-content:flex-start;align-items:flex-start}.category-product-cards-container a{width:calc(33% - 10px)}.category-sort-products{width:80%;margin:auto auto 10px}#category-sort{width:150px;height:20px;margin-left:5px;border-radius:5px}#category-sort option{background-color:var(--light-color);cursor:pointer}#category-sort option:hover{background-color:var(--pr-color)}.category-product-count{font-size:.8rem}.category-pagination{width:80%;margin:auto}}.page-nav{width:100%;height:50px;background-color:var(--light-color);border-bottom:1px solid var(--sc-color);display:flex;align-items:center}.page-nav-arrow{width:50px;height:100%;display:flex;align-items:center;justify-content:center;cursor:pointer}.page-nav-title{height:100%;line-height:50px;font-size:1.1em;color:var(--dark-color);margin-left:10px;text-align:center}.product-h-card{width:100%;min-height:170px;padding:5px 10px;border-radius:10px;background-color:var(--light-color2);box-shadow:0 2px 8px #0000002e;display:flex;align-items:center;justify-content:center;cursor:pointer}.product-h-card:hover{box-shadow:0 4px 12px #00000040;transform:translateY(-2px);transition:transform .3s ease,box-shadow .3s ease}.product-h-card:hover button{background:var(--sc-color);transform:scale(1.05);box-shadow:0 2px 8px #ffd1004d;color:var(--dark-color)}.product-h-card-details{width:65%;min-height:150px;margin-left:1px;display:flex;flex-direction:column;justify-content:flex-start}.product-h-card-tag{margin:0;font-size:.6rem}.product-h-card-details h2{margin:3px 0}.product-h-card-short-description{height:34px;font-size:.9rem;margin:0 0 7px}.product-h-card-price{font-size:1.2rem;font-weight:700;color:var(--dark-color)}.product-h-card-details button{width:100px;height:30px;margin:10px 0 0;padding:8px 5px 5px;border-radius:10px;border:none;color:#fff;background-color:#1e1e1e;transition:all .3s ease;cursor:pointer}.product-h-card-img{width:35%;height:100%;position:relative;display:flex;justify-content:center;align-items:center}.product-h-card-img img{width:100%;height:100%;object-fit:cover;border-radius:10px}@media (min-width: 768px){.product-h-card{min-height:180px}}@media (min-width: 1024px){.product-h-card{min-height:200px}.product-h-card-details{height:90%;justify-content:space-between}.product-h-card-tag{font-size:.9rem}}.product-detail-div{background-color:var(--light-color)}.product-detail-hotproducts-container{width:100%;height:auto;min-height:365px;overflow-x:scroll;display:flex}.product-detail-div h2{margin:5px 15px;font-size:1.1rem}@media (min-width: 1024px){.product-detail-container{width:80%;margin:auto;display:flex;border-bottom:1px solid var(--pr-color)}.product-detail-div h2{width:80%;margin:30px auto 5px}}.product-detail-card{width:100%}.product-detail-gallery{width:100%;aspect-ratio:1/1;border-bottom:1px solid var(--sc-color);box-sizing:border-box;display:flex;flex-direction:column;align-items:center;position:relative}.product-image-button{width:20px;height:20px;position:absolute;top:40%;transform:translateY(-50%);z-index:2;background:#0000004d;color:var(--light-color);border:none;padding:8px;cursor:pointer;border-radius:50%;transition:background .3s}.product-image-button:hover{background-color:var(--pr-color)}.product-image-button-icon{position:absolute;top:16%}.product-image-button-icon.left,.product-image-button-icon.right{left:12%}.product-image-button.prev-button{left:5px}.product-image-button.next-button{right:5px}.product-detail-image{max-width:100%;height:84%}.product-detail-gallery-images{width:100%;height:16%;display:flex;align-items:center;justify-content:center;overflow-x:auto;border-top:1px solid var(--sc-color)}.product-detail-gallery-images::-webkit-scrollbar{display:none}.product-detail-gallery-image{height:100%;margin-left:1px;background-color:var(--light-color2)}.product-detail-info{display:flex;flex-direction:column;position:relative}.product-detail-name{margin:10px 0 5px 10px;font-size:1.3rem}.product-detail-description{margin:5px 0 5px 10px}.product-detail-keyfeatures{margin:10px;font-weight:600;font-size:1.1rem}.product-detail-keyfeatures-features{width:100%;height:60px;border:1px solid none;display:flex;align-items:center}.product-detail-icon-container{width:45px;height:70%;margin:10px;border-radius:5px;border:1px solid none;background-color:#fff;display:flex;align-items:center;justify-content:center}.product-detail-icon-container svg{transform:scale(.7)}.product-detail-tech-specs-container{width:100%;min-height:60px;border:1px solid none;display:flex;position:relative;align-items:center}.product-detail-tech-specs-container:before{content:"";position:absolute;top:0;left:10%;right:10%;height:1px;background:linear-gradient(to right,transparent,var(--sc-color),transparent)}.product-detail-tech-specs-title{width:30%;height:100%;padding-left:10px;text-align:left;color:#88e3e3}.product-detail-tech-specs-p{width:70%;height:100%;padding-left:10px}.product-detail-tech-specs-button-holder{padding:10px}.product-detail-tech-specs-button-holder a{height:30px;width:60%;padding:0 10px;border-radius:10px;font-size:.9rem;display:flex;align-items:center;justify-content:center;cursor:pointer;text-decoration:none;color:var(--dark-color);background-color:var(--sub-button)}.product-detail-tech-specs-button-holder a:hover{background-color:var(--pr-color);transition:all .3s ease}.product-detail-cta-div{width:100%;height:auto;padding:10px;border-top:1px solid var(--sc-color);border-bottom:1px solid var(--sc-color);display:flex;flex-direction:column;box-sizing:border-box}.product-detail-cta-div p{margin:10px 5px;font-weight:600}.product-detail-cta-div button{padding:15px 30px;border-radius:10px;border:none;outline:none;cursor:pointer;background-color:var(--pr-color)}.product-detail-cta-div button:hover{background-color:var(--sc-color);transition:all .3s ease}@media (min-width: 600px){.product-detail-gallery{width:100%;aspect-ratio:1/.4}.product-detail-gallery-images{gap:10px;justify-content:center;background-color:transparent}}@media (min-width: 768px){.product-detail-gallery{width:100%;aspect-ratio:1/.4}.product-detail-key-and-tech-specs{margin-top:15px;display:flex;justify-content:space-between}}@media (min-width: 1024px){.product-detail-card{display:flex}.product-detail-gallery{width:40%;aspect-ratio:1/.5;border-bottom:transparent}.product-detail-gallery-images{gap:0px;justify-content:center}.product-detail-info{margin-left:10px}.product-detail-tech-specs-div{width:50%}.product-detail-cta-div{width:80%;border-top:transparent;border-bottom:transparent}.product-detail-cta-div p{font-weight:600}}.contact-page{background-color:var(--light-color);color:var(--dark-color)}.contact-title{margin:5px 15px;font-size:1.5rem;font-weight:600;border-bottom:1px solid var(--dark-color)}.contact-page p{margin:5px 15px;font-size:.9rem}.contact-page form{margin:5px 15px;padding:10px 0;display:flex;flex-direction:column;align-items:flex-start;gap:5px}.contact-name,.contact-email,.contact-subject,.contact-message{width:90%;border-radius:5px;padding:1px 5px;border:none;outline:none}.contact-name::placeholder,.contact-email::placeholder,.contact-subject::placeholder,.contact-message::placeholder{padding-left:10px;font-size:.65rem;position:absolute;top:5px;color:var(--pr2-color)}.contact-name,.contact-email,.contact-subject{height:40px}.contact-message{height:200px;resize:none}.contact-submit{width:100px;height:30px;padding-top:3px;border-radius:10px;border:none;outline:none;background-color:var(--pr-color);cursor:pointer}.contact-submit:hover{background-color:var(--sc-color)}.thank-you-message{width:80%;height:390px;padding:20px;margin:20px 15px 5px;background-color:#e0ffe0;border:1px solid #00cc00;color:#060;border-radius:8px}@media (min-width: 600px){.contact-content{width:90%;margin:0 auto}}@media (min-width: 1024px){.contact-content{width:80%;height:630px;margin:0 auto}.contact-name,.contact-email,.contact-subject{height:50px}.contact-name::placeholder,.contact-email::placeholder,.contact-subject::placeholder,.contact-message::placeholder{font-size:.8rem}.contact-page-info{border-bottom:1px solid var(--dark-color)}.thank-you-message{height:420px}}.terms-page{background-color:var(--light-color)}.terms-title{margin:5px 15px;font-size:1.5rem;font-weight:600;border-bottom:1px solid var(--dark-color)}.terms-date{margin:5px 15px;color:var(--text-dark);border-bottom:1px solid var(--dark-color)}.terms-topic{margin:7px 15px 5px;font-size:1.1rem;font-weight:900}.terms-p{margin:5px 15px 10px 25px}.terms-p1{margin:1px 15px 10px 25px;padding-left:20px;padding-right:20px;font-size:.9rem}.terms-list{margin:1px 0 15px 25px;padding-left:20px;padding-right:20px;font-size:.9rem;list-style-type:disc}.terms-list-p1{margin:1px 0 15px 25px;padding-left:35px;padding-right:20px;font-size:.9rem;list-style-type:disc}.terms-table{width:90%;margin:1px 0 15px 25px;border-collapse:collapse}.terms-table th{padding:5px;background-color:var(--pr-color)}.terms-table td{padding:5px}@media (min-width: 600px){.terms-content{width:90%;margin:0 auto}}@media (min-width: 1024px){.terms-content{width:80%;margin:0 auto}}.about-page{background-color:var(--light-color)}.about-title{margin:5px 15px;font-size:1.5rem;font-weight:600;border-bottom:1px solid var(--dark-color)}.about-tagline{margin:5px 15px}.about-topic{margin:7px 15px 5px;font-size:1.1rem;font-weight:900}.about-p{margin:5px 15px 10px 25px}.about-list{margin:1px 0 15px 25px;padding-left:20px;padding-right:20px;font-size:.9rem;list-style-type:disc}#about-list-values{list-style-type:"✔"}@media (min-width: 600px){.about-content{width:90%;margin:auto}}@media (min-width: 1024px){.about-content{width:80%;margin:auto}}@font-face{font-family:Jconstantia;src:url(/assets/constantia-DEjdWRi3.ttf) format("truetype");font-weight:400;font-style:normal}:root{--pr-color: #aeffff;--pr2-color: #00b8b8;--pr3-color:#cceeee;--sc-color: #ffd100;--dark-color: #1e1e1e;--light-color: #f4f6f9;--light-color2: #f9fafc;--text-dark: #1e1e1e;--sub-button: #e8eaeb;--wa-green: #25D366}*{margin:0;padding:0;box-sizing:border-box;font-family:Jconstantia}
