:root{--header-bg: #7f8c8d;--gray-bg: #8a8a8a;--intro-bg: #9a9a9a;--products-bg: #a0a0a0;--footer-bg: #3a3a3a;--white: #ffffff;--black: #000000;--blue: #0056b3}*{box-sizing:border-box}html,body{margin:0;overflow-x:hidden;font-family:Arial,Helvetica,sans-serif;background:var(--gray-bg);color:var(--black)}a{color:inherit;text-decoration:none}button,input,select{font:inherit}img,video{max-width:100%}.site-header{position:fixed;top:0;left:0;width:100%;height:45px;z-index:1000;background:var(--header-bg);color:#fff;box-shadow:0 2px 4px #0000001f}.header-container{height:45px;display:flex;align-items:center;padding:2px 15px;gap:12px}.logo{flex:0 0 auto;display:flex;align-items:center}.logo img{height:45px;width:auto;display:block}.nav-links{flex:1;display:flex;justify-content:center;align-items:center}.nav-links ul{display:flex;align-items:center;list-style:none;gap:10px;margin:0;padding:0}.nav-links li{position:relative}.nav-links a,.nav-links .dropbtn{color:#fff;font-weight:700;padding:6px 8px;display:inline-block;position:relative}.nav-links a:after,.nav-links .dropbtn:after,.dropdown-content a:after,.dropdown-content button:after{content:"";display:block;width:0;height:2px;background:red;transition:width .25s;position:absolute;left:50%;transform:translate(-50%);bottom:-3px}.nav-links a:hover:after,.nav-links .dropbtn:hover:after,.dropdown-content a:hover:after,.dropdown-content button:hover:after{width:100%}.dropdown-content{display:none;position:absolute;top:calc(100% + 10px);left:50%;transform:translate(-50%);background:#95a5a6;box-shadow:0 8px 16px #0003;z-index:1001;padding:5px;min-width:190px}.dropdown:hover .dropdown-content{display:flex;flex-direction:column}.dropdown-content a,.dropdown-content button{color:#fff;background:transparent;border:0;text-align:left;padding:8px 12px;white-space:nowrap;cursor:pointer;position:relative}.header-right{display:flex;align-items:center;gap:9px;flex:0 0 auto}.bayi-giris-btn{background:#2c3e50;color:#fff;padding:8px 22px;border-radius:20px;border:1px solid #35495e;font-size:.9rem;font-weight:600;box-shadow:0 2px 4px #0000002e;white-space:nowrap}.bayi-giris-btn:hover{background:#1a252f}.language-select{height:30px;border:0;border-radius:4px;background:#ecf0f1;cursor:pointer;padding:5px}.search-form{display:flex;align-items:center}.search-form input{height:30px;width:180px;border:0;border-radius:4px 0 0 4px;padding:5px 8px;outline:none}.search-form button{height:30px;border:0;border-radius:0 4px 4px 0;background:#000;color:#fff;padding:5px 12px;cursor:pointer;font-weight:700}.mobile-search{display:none}.hamburger{display:none;flex-direction:column;gap:4px;background:transparent;border:0;cursor:pointer}.hamburger span{width:25px;height:3px;background:#fff}main{padding-top:45px}.video-section{width:100%;background:linear-gradient(to bottom,#000000b3,#0003);padding:20px 0}.video-and-fair{display:flex;justify-content:center;align-items:center;gap:20px}.video-wrapper{flex:1;max-width:900px;position:relative;display:flex;justify-content:center}.video-intro{width:100%;max-width:900px;max-height:80vh;object-fit:contain;display:block}.video-arrow{cursor:pointer;position:absolute;top:50%;transform:translateY(-50%);border:0;background:transparent;color:#fff;font-weight:900;font-size:38px;padding:14px}.video-arrow.left{left:10px}.video-arrow.right{right:10px}.fair-slideshow{position:relative;width:300px}.fair-header{background:#0000008c;color:#fff;text-align:center;padding:7px 0;font-weight:700;font-size:1.2em}.fair-slide{display:none;width:100%}.fair-slide.active{display:block}.fair-arrow{position:absolute;top:54%;transform:translateY(-50%);background:#00000080;color:#fff;border:0;font-size:28px;padding:4px 11px;cursor:pointer}.fair-arrow.left{left:5px}.fair-arrow.right{right:5px}.intro-text{background:var(--intro-bg);padding:40px 20px;text-align:center;width:100%;font-size:1.2em}.intro-text p{margin:0;line-height:1.4}.intro-text .bold{font-weight:700}.products-section{background:var(--products-bg);padding:20px 20px 40px;text-align:center}.products-section>h2{font-size:1.5em;margin:20px 0 40px}.slideshow-container{width:100%;position:relative;overflow:hidden}.slide{display:none;width:80%;margin:0 auto;align-items:flex-start;justify-content:center;background:var(--products-bg);position:relative;text-align:center}.slide.visible{display:flex}.slide img{width:40%;border-radius:8px;object-fit:cover}.slide .text{font-size:.9em;width:50%;display:flex;flex-direction:column;align-items:center;margin-left:18px;line-height:1.25}.slide .text h2{margin-top:10px}.slide .text p{margin:5px 0}.view-products-button{display:inline-block;margin-top:12px;padding:10px 20px;font-size:1em;font-weight:700;color:#fff;background:var(--blue);border-radius:5px}.prev,.next{cursor:pointer;position:absolute;top:50%;transform:translateY(-50%);border:0;background:transparent;color:#fff;font-weight:900;font-size:36px;padding:16px;z-index:2}.prev{left:-40px}.next{right:-40px}.footer{background:var(--footer-bg);color:#fff;padding:40px 0;text-align:center}.footer-container{max-width:1200px;margin:0 auto}.brands-container h2{margin:0;padding:15px 0;font-size:1.5em;letter-spacing:2px;display:flex;align-items:center;justify-content:center}.brands-container h2:before,.brands-container h2:after{content:"";height:1px;width:35%;background:#fff}.brands-container h2:before{margin-right:10px}.brands-container h2:after{margin-left:10px}.brands{padding:20px 0;font-size:1.2em;font-weight:700}.footer-menu{display:flex;justify-content:space-between;flex-wrap:wrap;text-align:left;padding:40px 0;font-size:.8em}.footer-menu>div{flex:1;min-width:150px;margin:0 20px}.footer-menu h3{margin-bottom:20px}.footer-menu p,.footer-menu a{margin:10px 0;color:#fff}.social-icons{display:flex;gap:5px}.social-icons span{display:inline-grid;place-items:center;width:22px;height:22px;background:#fff;color:#333;border-radius:4px;font-weight:900;font-size:13px}.footer-bottom{max-width:980px;margin:30px auto 0;padding-top:18px;border-top:1px solid rgba(255,255,255,.75);text-align:left;font-size:14px}.modal,.image-viewer{display:none;position:fixed;inset:0;background:#000000d1;z-index:2000;align-items:center;justify-content:center;padding:20px}.modal.active,.image-viewer.active{display:flex}.modal-content{background:#404040;color:#fff;border-radius:12px;width:min(92vw,720px);max-height:90vh;overflow:auto;padding:25px;position:relative}.modal-close{position:absolute;top:10px;right:14px;background:transparent;border:0;color:#fff;font-size:32px;cursor:pointer}.loading-images{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.image-button{border:0;background:transparent;cursor:pointer}.image-button img{width:150px;border-radius:8px}.image-viewer img{max-width:92vw;max-height:88vh;border-radius:8px}.whatsapp-float{position:fixed;right:24px;bottom:24px;width:52px;height:52px;border-radius:999px;background:#57d163;color:#fff;display:grid;place-items:center;font-size:25px;font-weight:900;box-shadow:0 8px 24px #0000004d;z-index:1200}@media(max-width:900px){.site-header,.header-container{height:auto;min-height:55px}.hamburger{display:flex}.logo img{height:40px}.nav-links{display:none;position:fixed;top:55px;left:0;width:100%;background:var(--header-bg);padding:15px;align-items:flex-start}.nav-links.active{display:block}.nav-links ul{flex-direction:column;align-items:flex-start}.dropdown:hover .dropdown-content{position:static;transform:none;display:flex;box-shadow:none}.desktop-search{display:none}.mobile-search{display:flex;margin-top:12px}.bayi-giris-btn{padding:7px 14px}main{padding-top:55px}.video-and-fair{flex-direction:column}.fair-slideshow{width:min(92vw,340px)}.slide.visible{width:100%;flex-direction:column;align-items:center}.slide img,.slide .text{width:92%;margin-left:0}.prev{left:5px}.next{right:5px}.footer-menu{flex-direction:column;padding-left:20px}.footer-bottom{margin-inline:20px}}.products-mega{left:50%!important;top:45px!important;transform:translate(-50%)!important;width:min(96vw,1320px);max-height:calc(100vh - 70px);overflow-y:auto;background:#9faeae;padding:12px 16px 16px;gap:10px;align-items:flex-start;justify-content:center;flex-wrap:nowrap;box-shadow:0 10px 22px #00000047}.products-dropdown:hover .products-mega{display:flex!important;flex-direction:row!important}.mega-column{min-width:118px;max-width:165px;display:flex;flex-direction:column;align-items:flex-start;border-right:1px solid rgba(255,255,255,.35);padding-right:8px}.mega-column:last-child{border-right:0}.mega-title{width:100%;color:#fff!important;font-weight:800!important;padding:6px 0 7px!important;border-bottom:2px solid #e60000;white-space:nowrap}.mega-children{display:flex;flex-direction:column;align-items:flex-start;padding-top:6px;gap:2px}.mega-children a{color:#fff!important;font-size:13px;font-weight:700!important;line-height:1.25;padding:4px 0!important;white-space:normal!important;text-align:left}.mega-title:after,.mega-children a:after{display:none!important}.loading-menu{position:relative}.loading-dropdown{min-width:620px!important;left:50%!important;transform:translate(-50%)!important;top:calc(100% + 10px)!important;background:#9faeae;padding:10px;gap:8px;justify-content:center;align-items:stretch}.loading-menu:hover .loading-dropdown{display:flex!important;flex-direction:row!important}.loading-dropdown button{min-width:185px;text-align:center!important;font-weight:800;border-bottom:2px solid #e60000!important;padding:10px 12px!important;white-space:normal!important}.loading-dropdown button:after{display:none!important}.nav-links li.dropdown:hover{z-index:2000}@media(max-width:1200px){.products-mega{justify-content:flex-start;overflow-x:auto}.mega-column{min-width:145px}}@media(max-width:900px){.products-dropdown{position:relative!important}.products-mega,.loading-dropdown{position:static!important;transform:none!important;width:100%!important;min-width:0!important;max-height:none;overflow:visible;flex-direction:column!important}.products-dropdown:hover .products-mega,.loading-menu:hover .loading-dropdown{display:flex!important;flex-direction:column!important}.mega-column{max-width:none;width:100%;border-right:0;border-bottom:1px solid rgba(255,255,255,.25)}.loading-dropdown button{width:100%}}.products-dropdown{position:static!important}.products-horizontal-menu{display:none;position:fixed!important;top:45px!important;left:0!important;right:0!important;transform:none!important;width:100vw!important;min-width:0!important;max-height:none!important;overflow:visible!important;background:#9faeae!important;padding:0 18px!important;box-shadow:0 8px 18px #00000040!important;z-index:1500!important;flex-direction:row!important;align-items:stretch!important;justify-content:center!important;gap:0!important}.products-dropdown:hover .products-horizontal-menu{display:flex!important}.product-tab{position:relative;display:flex;align-items:stretch}.product-tab-title{display:flex!important;align-items:center;height:45px;padding:0 13px!important;color:#fff!important;font-weight:800!important;white-space:nowrap!important;border-bottom:2px solid transparent}.product-tab:hover .product-tab-title{border-bottom-color:#e00000;background:#ffffff12}.product-tab-title:after{display:none!important}.product-submenu{display:none;position:absolute;top:45px;left:0;min-width:185px;background:#9faeae;padding:6px 0;box-shadow:0 8px 18px #00000040;z-index:1600}.product-tab:hover .product-submenu{display:block}.product-submenu a{display:block!important;color:#fff!important;font-weight:800!important;font-size:14px;line-height:1.2;padding:8px 12px!important;white-space:normal!important;text-align:left!important}.product-submenu a:hover{background:#ffffff1f}.product-submenu a:after{display:none!important}.loading-menu{position:relative!important}.loading-horizontal-menu{display:none;position:absolute!important;top:calc(100% + 0px)!important;left:50%!important;transform:translate(-50%)!important;min-width:590px!important;width:auto!important;background:#9faeae!important;padding:0!important;box-shadow:0 8px 18px #00000040!important;z-index:1600!important;flex-direction:row!important;align-items:stretch!important;justify-content:center!important;gap:0!important}.loading-menu:hover .loading-horizontal-menu{display:flex!important}.loading-horizontal-menu button{height:45px;min-width:190px;border:0!important;border-bottom:2px solid transparent!important;background:transparent!important;color:#fff!important;font-weight:800!important;padding:0 14px!important;cursor:pointer;white-space:nowrap!important;text-align:center!important}.loading-horizontal-menu button:hover{border-bottom-color:#e00000!important;background:#ffffff12!important}.loading-horizontal-menu button:after{display:none!important}.products-mega,.mega-column,.mega-title,.mega-children{all:unset}@media(max-width:900px){.products-horizontal-menu,.loading-horizontal-menu{position:static!important;width:100%!important;min-width:0!important;transform:none!important;flex-direction:column!important}.product-tab{flex-direction:column}.product-tab-title{height:auto;padding:10px 12px!important}.product-submenu{position:static;box-shadow:none;padding-left:16px}.loading-horizontal-menu button{width:100%}}.products-dropdown.is-open .products-horizontal-menu,.products-dropdown:hover .products-horizontal-menu,.loading-menu.is-open .loading-horizontal-menu,.loading-menu:hover .loading-horizontal-menu{display:flex!important}.products-horizontal-menu{top:45px!important;left:50%!important;right:auto!important;transform:translate(-50%)!important;width:auto!important;max-width:min(1180px,calc(100vw - 36px))!important;background:#8f9d9dfa!important;padding:0 10px!important;border-radius:0 0 4px 4px;box-shadow:0 10px 22px #00000042!important;font-family:Arial,Helvetica,sans-serif}.products-horizontal-menu:before,.loading-horizontal-menu:before{content:"";position:absolute;left:0;right:0;top:-10px;height:10px}.product-tab-title{height:36px!important;padding:0 9px!important;font-size:13px!important;font-weight:700!important;letter-spacing:0!important;line-height:36px!important;color:#fff!important;text-shadow:0 1px 1px rgba(0,0,0,.18)}.product-tab:hover .product-tab-title{background:#0000001f!important;border-bottom:2px solid #d60000!important}.product-submenu{top:36px!important;min-width:170px!important;max-width:230px!important;background:#8f9d9dfc!important;padding:5px 0!important;border-radius:0 0 4px 4px;box-shadow:0 9px 18px #0000003d!important}.product-submenu a{font-size:12.5px!important;font-weight:700!important;line-height:1.25!important;padding:7px 10px!important;color:#fff!important}.product-submenu a:hover{background:#00000024!important}.loading-horizontal-menu{top:45px!important;min-width:0!important;width:max-content!important;background:#8f9d9dfa!important;border-radius:0 0 4px 4px;box-shadow:0 10px 22px #00000042!important}.loading-horizontal-menu button{height:36px!important;min-width:150px!important;padding:0 14px!important;font-size:13px!important;font-weight:700!important;line-height:36px!important;text-shadow:0 1px 1px rgba(0,0,0,.18)}.loading-horizontal-menu button:hover{background:#0000001f!important;border-bottom-color:#d60000!important}.nav-links a,.nav-links .dropbtn{font-size:15px;font-weight:700}@media(max-width:1180px){.products-horizontal-menu{justify-content:flex-start!important;overflow-x:auto!important}.product-tab{flex:0 0 auto}}.product-submenu{width:max-content!important;min-width:0!important;max-width:none!important;padding:5px 0!important}.product-submenu a{width:auto!important;white-space:nowrap!important;padding:7px 11px!important}.product-tab{position:relative!important}.product-tab:hover .product-submenu,.product-tab:focus-within .product-submenu{display:block!important}.product-submenu a{font-size:14.5px!important;font-weight:800!important;line-height:1.35!important;padding:8px 12px!important}.product-tab-title{font-size:15px!important;font-weight:800!important;height:38px!important;line-height:38px!important;padding:0 11px!important}.product-submenu a{font-size:13px!important;font-weight:700!important;line-height:1.3!important;padding:7px 11px!important}.products-horizontal-menu{left:0!important;right:0!important;transform:none!important;width:100vw!important;max-width:100vw!important;padding:0 8px!important;justify-content:center!important;overflow:visible!important}.product-tab{flex:0 1 auto!important;min-width:0!important}.product-tab-title{font-size:13.5px!important;font-weight:800!important;height:38px!important;line-height:38px!important;padding:0 7px!important;white-space:nowrap!important}@media(max-width:1450px){.product-tab-title{font-size:12.8px!important;padding:0 5.5px!important}}@media(max-width:1180px){.products-horizontal-menu{justify-content:flex-start!important;overflow-x:auto!important;overflow-y:visible!important}.product-tab{flex:0 0 auto!important}}.products-dropdown{position:relative!important}.products-horizontal-menu{position:absolute!important;top:100%!important;left:50%!important;right:auto!important;transform:translate(-50%)!important;width:max-content!important;max-width:calc(100vw - 80px)!important;padding:0 6px!important;background:#8f9d9dfa!important;border-radius:0 0 4px 4px;box-shadow:0 8px 18px #00000040!important;justify-content:center!important;align-items:stretch!important;overflow:visible!important}.product-tab-title{font-size:12.6px!important;font-weight:800!important;height:36px!important;line-height:36px!important;padding:0 6px!important;white-space:nowrap!important}.product-submenu{top:36px!important}.product-tab:last-child .product-submenu,.product-tab:nth-last-child(2) .product-submenu{left:auto!important;right:0!important}@media(max-width:1250px){.products-horizontal-menu{max-width:calc(100vw - 40px)!important;overflow-x:auto!important;overflow-y:visible!important;justify-content:flex-start!important}.product-tab{flex:0 0 auto!important}}.video-wrapper{position:relative}.video-text-box{position:absolute;left:0;right:0;bottom:0;min-height:44px;background:#000000b8;color:#fff;padding:12px 18px;text-align:center;font-size:15px;line-height:1.4;pointer-events:none}.video-wrapper:hover .video-text-box{opacity:0}.video-description-list{background:#000000b8;color:#fff;padding:14px 18px;font-size:14px;line-height:1.45}.video-description-list article{margin:0 0 12px}.video-description-list h2{font-size:16px;margin:0 0 6px}.video-description-list p{margin:0 0 4px}.media-only-video{display:flex;justify-content:center}.media-only-video .video-wrapper{max-width:900px;width:min(900px,94vw)}.media-only-fair{display:flex;justify-content:center}.media-only-fair .fair-slideshow{width:min(360px,94vw)}.fair-frame{position:relative;background:#111;min-height:210px;overflow:hidden}.fair-frame img{width:100%;display:none}.fair-frame img.active{display:block}.home-video-panel{min-width:0;width:100%}.video-frame{position:relative;width:100%;background:#111}.video-intro{width:100%!important;height:auto!important;max-height:560px!important;display:block!important;object-fit:contain!important;background:#111}.video-current-description{margin:0;background:#000000b8;color:#fff;padding:10px 14px;text-align:center;font-size:14px;line-height:1.35}.video-description-list,.video-seo-text{display:none!important}.video-wrapper{display:block!important}.fair-frame{width:300px!important;min-height:0!important;background:#111}@media(max-width:980px){.video-and-fair{grid-template-columns:1fr!important;width:min(100% - 28px,900px)!important}.fair-slideshow,.fair-frame,.fair-frame img{width:min(100%,340px)!important;max-width:340px!important;margin-inline:auto}}.video-current-description[hidden]{display:none!important}.video-section{padding:18px 0!important}.video-and-fair{width:min(100% - 48px,1320px)!important;margin:0 auto!important;display:grid!important;grid-template-columns:minmax(0,1fr) 300px!important;gap:28px!important;align-items:center!important}.home-video-panel{min-width:0!important;width:100%!important}.video-frame{position:relative!important;width:100%!important;aspect-ratio:16 / 9!important;background:#000!important;overflow:hidden!important}.video-intro{display:block!important;width:100%!important;height:100%!important;max-height:none!important;object-fit:cover!important;background:#000!important}.video-arrow{position:absolute!important;top:50%!important;transform:translateY(-50%)!important;z-index:5!important;width:42px!important;height:58px!important;padding:0!important;display:grid!important;place-items:center!important;border:0!important;border-radius:6px!important;background:#0000002e!important;color:#fff!important;font-size:46px!important;font-weight:800!important;line-height:1!important;cursor:pointer!important}.video-arrow:hover{background:#0000006b!important}.video-arrow.left{left:14px!important}.video-arrow.right{right:14px!important}.video-current-description{margin:0!important;background:#000000b8!important;color:#fff!important;padding:10px 14px!important;text-align:center!important;font-size:14px!important;line-height:1.35!important}.video-current-description[hidden],.video-description-list,.video-seo-text{display:none!important}.fair-slideshow{width:300px!important;max-width:300px!important;align-self:center!important}.fair-frame{width:300px!important;min-height:0!important;background:#111!important;overflow:hidden!important}.fair-frame img{width:300px!important;height:auto!important;display:none}.fair-frame img.active{display:block!important}.media-only-video{grid-template-columns:minmax(0,900px)!important;justify-content:center!important}.media-only-fair{grid-template-columns:300px!important;justify-content:center!important}@media(max-width:980px){.video-and-fair{grid-template-columns:1fr!important;width:min(100% - 28px,900px)!important}.fair-slideshow,.fair-frame,.fair-frame img{width:min(100%,340px)!important;max-width:340px!important;margin-inline:auto}.video-arrow{width:34px!important;height:48px!important;font-size:38px!important}}.home-video-panel{width:100%!important;min-width:0!important}.home-video-panel .video-frame{position:relative!important;width:100%!important;aspect-ratio:16 / 9!important;height:auto!important;background:#000!important;overflow:hidden!important;display:block!important}.home-video-panel .video-frame .video-intro{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;min-width:100%!important;min-height:100%!important;display:block!important;object-fit:cover!important;object-position:center center!important;margin:0!important;padding:0!important;background:#000!important}.home-video-panel .video-arrow{opacity:0!important;pointer-events:none!important;position:absolute!important;top:50%!important;transform:translateY(-50%)!important;z-index:10!important;width:38px!important;height:58px!important;padding:0!important;display:grid!important;place-items:center!important;border:0!important;border-radius:4px!important;background:#00000047!important;color:#fff!important;font-size:46px!important;font-weight:800!important;line-height:1!important;cursor:pointer!important;transition:opacity .18s ease,background .18s ease!important}.home-video-panel .video-frame:hover .video-arrow{opacity:1!important;pointer-events:auto!important}.home-video-panel .video-arrow:hover{background:#0000008c!important}.home-video-panel .video-arrow.left{left:18px!important}.home-video-panel .video-arrow.right{right:18px!important}.home-video-panel .video-arrow.left,.home-video-panel .video-arrow.right{bottom:auto!important}.video-and-fair{align-items:center!important}.products-section{background:#a0a0a0!important;padding:20px 20px 44px!important;text-align:center!important}.products-section>h2{font-size:1.5em!important;margin:20px 0 34px!important}.slideshow-container{width:100%!important;min-height:330px!important;position:relative!important;overflow:hidden!important}.slide{display:none!important;width:min(80%,1050px)!important;min-height:300px!important;margin:0 auto!important;align-items:center!important;justify-content:center!important;gap:28px!important;background:#a0a0a0!important;position:relative!important;text-align:center!important}.slide img{width:42%!important;height:265px!important;object-fit:cover!important;border-radius:8px!important;opacity:0;transform:translate(-80px)}.slide .text{width:48%!important;min-height:240px!important;margin:0!important;font-size:.9em!important;line-height:1.25!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;opacity:0;transform:translate(80px)}.slide.visible img{animation:productImageIn .75s ease forwards}@keyframes productImageIn{0%{opacity:0;transform:translate(-80px)}to{opacity:1;transform:translate(0)}}@keyframes productTextIn{0%{opacity:0;transform:translate(80px)}to{opacity:1;transform:translate(0)}}.slide .text h2{margin:0 0 18px!important;font-size:1.55em!important}.slide .text p{margin:4px 0!important}.view-products-button{display:inline-block!important;padding:10px 20px!important;font-size:1em!important;font-weight:700!important;color:#fff!important;background:#0056b3!important;border-radius:5px!important}.products-section .prev,.products-section .next{opacity:0!important;pointer-events:none!important;transition:opacity .2s ease,background .2s ease!important;position:absolute!important;top:50%!important;transform:translateY(-50%)!important;z-index:5!important;border:0!important;background:#0000002e!important;color:#fff!important;font-weight:900!important;font-size:38px!important;width:42px!important;height:58px!important;display:grid!important;place-items:center!important;cursor:pointer!important}.products-section:hover .prev,.products-section:hover .next{opacity:1!important;pointer-events:auto!important}.products-section .prev:hover,.products-section .next:hover{background:#00000073!important}.products-section .prev{left:0!important}.products-section .next{right:0!important}@media(max-width:900px){.slideshow-container{min-height:0!important}.slide.visible{width:100%!important;flex-direction:column!important}.slide img{width:min(92%,520px)!important;height:auto!important}.slide .text{width:92%!important;min-height:0!important}}.products-section{padding:28px 20px 64px!important}.products-section>h2{font-size:1.75em!important;margin:20px 0 38px!important}.slideshow-container{width:100%!important;min-height:430px!important;position:relative!important;overflow:hidden!important}.slide{width:min(92%,1250px)!important;min-height:400px!important;margin:0 auto!important;display:none!important;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr)!important;gap:44px!important;align-items:center!important;justify-content:center!important;background:#a0a0a0!important;position:relative!important;text-align:center!important}.slide img{width:100%!important;height:355px!important;object-fit:contain!important;object-position:center center!important;border-radius:8px!important;background:transparent!important;opacity:0;transform:translate(-80px)}.slide .text{width:100%!important;min-height:355px!important;margin:0!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;font-size:.98em!important;line-height:1.36!important;text-align:center!important;opacity:0;transform:translate(80px)}.slide .text h2{margin:0 0 22px!important;font-size:1.7em!important}.slide .text p{margin:5px 0!important;max-width:620px!important}.slide .button-container{margin-top:18px!important}.products-section .prev,.products-section .next{top:50%!important}.products-section .prev{left:20px!important}.products-section .next{right:20px!important}@media(max-width:900px){.slideshow-container{min-height:0!important}.slide.visible{display:flex!important;width:100%!important;min-height:0!important;flex-direction:column!important;gap:20px!important}.slide img{width:min(94%,620px)!important;height:auto!important;max-height:360px!important}.slide .text{width:94%!important;min-height:0!important}}.products-section{padding:32px 20px 72px!important;background:#a0a0a0!important;text-align:center!important}.products-section>h2{font-size:1.8em!important;margin:18px 0 38px!important}.slideshow-container{width:min(100% - 40px,1360px)!important;min-height:470px!important;margin:0 auto!important;position:relative!important;overflow:visible!important}.slide{display:none!important;width:calc(100% - 120px)!important;min-height:440px!important;margin:0 auto!important;grid-template-columns:minmax(0,1.15fr) minmax(380px,.85fr)!important;gap:46px!important;align-items:center!important;justify-content:center!important;background:transparent!important;position:relative!important;text-align:center!important}.slide.visible{display:grid!important}.product-slide-image-frame{width:100%!important;height:400px!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:visible!important;background:transparent!important;opacity:0;transform:translate(-70px)}.product-slide-image-frame img{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center center!important;display:block!important;border-radius:8px!important;background:transparent!important;margin:0!important;padding:0!important;opacity:1!important;transform:none!important}.slide .text{width:100%!important;min-height:400px!important;margin:0!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;font-size:1em!important;line-height:1.38!important;opacity:0;transform:translate(70px)}.slide .text h2{margin:0 0 22px!important;font-size:1.75em!important}.slide .text p{max-width:650px!important;margin:5px 0!important}.slide.visible .product-slide-image-frame{animation:productImageIn .75s ease forwards}.slide.visible .text{animation:productTextIn .75s ease forwards}.products-section .product-slider-arrow{position:absolute!important;top:50%!important;transform:translateY(-50%)!important;z-index:20!important;width:48px!important;height:68px!important;display:grid!important;place-items:center!important;border:0!important;border-radius:4px!important;background:#0003!important;color:#fff!important;font-size:52px!important;font-weight:900!important;line-height:1!important;cursor:pointer!important;opacity:0!important;pointer-events:none!important;transition:opacity .2s ease,background .2s ease!important}.slideshow-container:hover .product-slider-arrow{opacity:1!important;pointer-events:auto!important}.products-section .product-slider-arrow:hover{background:#0000007a!important}.products-section .product-slider-arrow.prev{left:0!important;right:auto!important}.products-section .product-slider-arrow.next{right:0!important;left:auto!important}.products-section .product-slider-arrow.prev,.products-section .product-slider-arrow.next{bottom:auto!important;margin:0!important;padding:0!important}@media(max-width:900px){.slideshow-container{width:100%!important;min-height:0!important}.slide.visible{display:flex!important;width:100%!important;min-height:0!important;flex-direction:column!important;gap:22px!important}.product-slide-image-frame{width:min(94%,640px)!important;height:320px!important}.slide .text{width:94%!important;min-height:0!important}.products-section .product-slider-arrow{width:38px!important;height:54px!important;font-size:42px!important}}.products-section{background-color:#a0a0a0!important;padding:20px 20px 46px!important;text-align:center!important;margin:0!important}.products-section>h2{font-size:1.5em!important;margin:20px 0 40px!important}.slideshow-container{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;max-width:none!important;min-height:0!important;margin:0!important;position:relative!important;overflow:visible!important}.slide{display:none!important;width:min(80%,1120px)!important;min-height:0!important;margin:0 auto!important;grid-template-columns:none!important;gap:0!important;align-items:center!important;justify-content:center!important;background-color:#a0a0a0!important;position:relative!important;text-align:center!important}.slide.visible{display:flex!important}.product-slide-image-frame{width:40%!important;height:auto!important;min-height:0!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:visible!important;background:transparent!important;opacity:0;transform:translate(-100px);transition:opacity 1s ease-in-out,transform 1s ease-in-out}.product-slide-image-frame img{width:100%!important;height:auto!important;max-width:100%!important;max-height:none!important;object-fit:contain!important;object-position:center center!important;display:block!important;border-radius:8px!important;background:transparent!important;margin:0!important;padding:0!important;opacity:1!important;transform:none!important}.slide>img{display:none!important}.slide .text{font-size:.86em!important;width:50%!important;min-height:0!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;margin-left:18px!important;margin-top:0!important;opacity:0;transform:translate(100px);transition:opacity 1s ease-in-out,transform 1s ease-in-out;transition-delay:.35s;line-height:1.25!important;text-align:center!important}.slide .text h2{margin:0 0 24px!important;font-size:1.65em!important}.slide .text p{max-width:620px!important;margin:4px 0!important}.slide .button-container{margin-top:14px!important}.view-products-button{display:inline-block!important;padding:10px 20px!important;font-size:1em!important;font-weight:700!important;color:#fff!important;background-color:#0056b3!important;border:none!important;border-radius:5px!important;cursor:pointer!important}.slide.visible .product-slide-image-frame,.slide.visible .text{opacity:1!important;transform:translate(0)!important}.products-section .product-slider-arrow{cursor:pointer!important;position:absolute!important;top:50%!important;transform:translateY(-50%)!important;width:auto!important;height:auto!important;padding:16px!important;color:#fff!important;font-weight:700!important;font-size:32px!important;background:transparent!important;border:none!important;border-radius:3px!important;transition:.3s ease!important;user-select:none!important;z-index:10!important;opacity:1!important;pointer-events:auto!important}.products-section .product-slider-arrow.prev{left:calc(10% - 52px)!important;right:auto!important}.products-section .product-slider-arrow.next{right:calc(10% - 52px)!important;left:auto!important}.products-section .product-slider-arrow:hover{background-color:#0000008c!important}@media(max-width:900px){.slide.visible{width:100%!important;flex-direction:column!important}.product-slide-image-frame{width:min(94%,620px)!important}.slide .text{width:94%!important;margin-left:0!important;margin-top:20px!important}.products-section .product-slider-arrow.prev{left:4px!important}.products-section .product-slider-arrow.next{right:4px!important}}.products-section{background:#a0a0a0!important;padding:26px 0 55px!important;text-align:center!important}.products-section>h2{font-size:1.65em!important;font-weight:800!important;margin:18px 0 34px!important}.products-section .slideshow-container{width:min(1120px,92vw)!important;min-height:360px!important;margin:0 auto!important;position:relative!important;overflow:visible!important;display:block!important}.products-section .slide{display:none!important;width:100%!important;min-height:340px!important;margin:0 auto!important;grid-template-columns:610px 1fr!important;gap:34px!important;align-items:center!important;justify-content:center!important;background:transparent!important;position:relative!important;text-align:center!important}.products-section .product-slide-image-frame{width:610px!important;height:330px!important;min-height:330px!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;background:transparent!important;border-radius:7px!important;opacity:0!important;transform:translate(-70px)!important}.products-section .product-slide-image-frame img{width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:cover!important;object-position:center center!important;display:block!important;border-radius:7px!important;background:transparent!important;margin:0!important;padding:0!important;opacity:1!important;transform:none!important}.products-section .slide .text{width:100%!important;min-height:330px!important;margin:0!important;padding:0!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;text-align:center!important;font-size:.92em!important;line-height:1.35!important;opacity:0!important;transform:translate(70px)!important}.products-section .slide .button-container{margin-top:18px!important}.products-section .view-products-button{display:inline-block!important;padding:11px 22px!important;font-size:.95em!important;font-weight:800!important;color:#fff!important;background:#2f5db8!important;border:0!important;border-radius:5px!important}.products-section .slide.visible .product-slide-image-frame{animation:oldProductImageIn .75s ease forwards!important}.products-section .slide.visible .text{animation:oldProductTextIn .75s ease forwards!important}@keyframes oldProductImageIn{0%{opacity:0;transform:translate(-70px)}to{opacity:1;transform:translate(0)}}@keyframes oldProductTextIn{0%{opacity:0;transform:translate(70px)}to{opacity:1;transform:translate(0)}}.products-section .slideshow-container>.product-slider-arrow,.products-section .slideshow-container>button.product-slider-arrow,.products-section .slideshow-container>.prev,.products-section .slideshow-container>.next{position:absolute!important;top:50%!important;transform:translateY(-50%)!important;z-index:30!important;width:44px!important;height:64px!important;padding:0!important;margin:0!important;display:grid!important;place-items:center!important;background:transparent!important;border:0!important;outline:none!important;box-shadow:none!important;color:#fff!important;font-size:48px!important;font-weight:900!important;line-height:1!important;cursor:pointer!important;user-select:none!important;opacity:1!important;pointer-events:auto!important}.products-section .slideshow-container>.product-slider-arrow:hover,.products-section .slideshow-container>button.product-slider-arrow:hover{background:#00000038!important;border-radius:4px!important}.products-section .slideshow-container>.product-slider-arrow.prev{left:-62px!important;right:auto!important}.products-section .slideshow-container>.product-slider-arrow.next{right:-62px!important;left:auto!important}@media(max-width:1250px){.products-section .slideshow-container{width:min(980px,90vw)!important}.products-section .slide{grid-template-columns:540px 1fr!important;gap:28px!important}.products-section .product-slide-image-frame{width:540px!important;height:300px!important;min-height:300px!important}.products-section .slide .text{min-height:300px!important}.products-section .slideshow-container>.product-slider-arrow.prev{left:-50px!important}.products-section .slideshow-container>.product-slider-arrow.next{right:-50px!important}}@media(max-width:900px){.products-section .slideshow-container{width:100%!important;min-height:0!important}.products-section .slide.visible{display:flex!important;width:100%!important;min-height:0!important;flex-direction:column!important;gap:20px!important}.products-section .product-slide-image-frame{width:min(92vw,620px)!important;height:300px!important;min-height:300px!important}.products-section .slide .text{width:min(92vw,620px)!important;min-height:0!important}.products-section .slideshow-container>.product-slider-arrow.prev{left:8px!important}.products-section .slideshow-container>.product-slider-arrow.next{right:8px!important}}.products-section .slideshow-container{width:min(1180px,92vw)!important}.products-section .slide{grid-template-columns:620px 1fr!important;gap:34px!important}.products-section .product-slide-image-frame{width:620px!important;height:345px!important;min-height:345px!important;overflow:hidden!important}.products-section .product-slide-image-frame img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important}.products-section .slide .text{min-height:345px!important}.products-section .slideshow-container>.product-slider-arrow{background:transparent!important;color:#fff!important;text-shadow:0 1px 4px rgba(0,0,0,.35)!important;border:0!important;box-shadow:none!important}.products-section .slideshow-container>.product-slider-arrow:hover{background:#00000040!important}.products-section .slideshow-container>.product-slider-arrow.prev{left:-55px!important}.products-section .slideshow-container>.product-slider-arrow.next{right:-55px!important}.products-section{display:block!important;background:#a0a0a0!important;padding:26px 0 58px!important;text-align:center!important;min-height:430px!important}.products-section>h2{display:block!important;color:#000!important;font-size:1.65em!important;font-weight:800!important;margin:18px 0 34px!important}.products-section .slideshow-container{display:block!important;width:min(1120px,92vw)!important;min-height:350px!important;margin:0 auto!important;position:relative!important;overflow:visible!important}.products-section .slide{display:none!important;width:100%!important;min-height:340px!important;margin:0 auto!important;grid-template-columns:620px 1fr!important;gap:34px!important;align-items:center!important;justify-content:center!important;background:transparent!important;position:relative!important;text-align:center!important}.products-section .slide.visible{display:grid!important}.products-section .product-slide-image-frame{width:620px!important;height:345px!important;min-height:345px!important;overflow:hidden!important;border-radius:7px!important;background:transparent!important}.products-section .product-slide-image-frame img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important;display:block!important;border-radius:7px!important}.products-section .slide .text{min-height:345px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;text-align:center!important;font-size:.92em!important;line-height:1.35!important}.products-section .slide .text h2{font-size:1.55em!important;font-weight:800!important;margin:0 0 22px!important}.products-section .slide .text p{max-width:520px!important;margin:4px 0!important}.products-section .button-container{margin-top:18px!important}.products-section .view-products-button{display:inline-block!important;padding:11px 22px!important;font-size:.95em!important;font-weight:800!important;color:#fff!important;background:#2f5db8!important;border-radius:5px!important}.products-section .product-slider-arrow{position:absolute!important;top:50%!important;transform:translateY(-50%)!important;z-index:30!important;background:transparent!important;border:0!important;color:#fff!important;font-size:48px!important;font-weight:900!important;width:44px!important;height:64px!important;display:grid!important;place-items:center!important;cursor:pointer!important;text-shadow:0 1px 4px rgba(0,0,0,.35)!important}.products-section .product-slider-arrow.prev{left:-55px!important}.products-section .product-slider-arrow.next{right:-55px!important}@media(max-width:900px){.products-section .slide.visible{display:flex!important;flex-direction:column!important}.products-section .product-slide-image-frame{width:min(92vw,620px)!important;height:300px!important}.products-section .slide .text{min-height:0!important;width:min(92vw,620px)!important}.products-section .product-slider-arrow.prev{left:8px!important}.products-section .product-slider-arrow.next{right:8px!important}}.products-section,.products-section *{box-sizing:border-box!important}.products-section{display:block!important;width:100%!important;min-height:520px!important;background:#a0a0a0!important;padding:32px 0 62px!important;margin:0!important;text-align:center!important;overflow:visible!important}.products-section>h2{display:block!important;color:#000!important;font-size:28px!important;font-weight:800!important;line-height:1.2!important;margin:0 0 38px!important;padding:0!important}.products-section .slideshow-container{display:block!important;width:1180px!important;max-width:calc(100vw - 160px)!important;min-height:385px!important;margin:0 auto!important;padding:0!important;position:relative!important;overflow:visible!important;background:transparent!important}.products-section .slide{display:none!important;width:100%!important;min-height:385px!important;margin:0 auto!important;padding:0!important;position:relative!important;background:transparent!important;text-align:center!important}.products-section .slide.visible{display:grid!important;grid-template-columns:680px 1fr!important;gap:36px!important;align-items:center!important;justify-content:center!important}.products-section .product-slide-image-frame{display:block!important;width:680px!important;height:385px!important;min-width:680px!important;min-height:385px!important;max-width:680px!important;max-height:385px!important;margin:0!important;padding:0!important;overflow:hidden!important;border-radius:7px!important;background:transparent!important;opacity:1!important;transform:none!important;animation:none!important}.products-section .product-slide-image-frame img{display:block!important;width:100%!important;height:100%!important;min-width:100%!important;min-height:100%!important;max-width:none!important;max-height:none!important;object-fit:cover!important;object-position:center center!important;margin:0!important;padding:0!important;border-radius:7px!important;opacity:1!important;transform:none!important;animation:none!important}.products-section .slide .text{display:flex!important;width:100%!important;min-width:0!important;min-height:385px!important;max-height:none!important;margin:0!important;padding:0!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;color:#000!important;text-align:center!important;font-size:15px!important;line-height:1.38!important;opacity:1!important;visibility:visible!important;transform:none!important;animation:none!important}.products-section .slide .text h2{display:block!important;color:#000!important;font-size:26px!important;font-weight:800!important;line-height:1.2!important;margin:0 0 24px!important;padding:0!important}.products-section .slide .text p{display:block!important;color:#000!important;max-width:560px!important;margin:5px 0!important;padding:0!important;font-size:15px!important;line-height:1.38!important;opacity:1!important;visibility:visible!important}.products-section .button-container{display:block!important;margin-top:20px!important}.products-section .view-products-button{display:inline-block!important;padding:11px 22px!important;background:#2f5db8!important;color:#fff!important;border:0!important;border-radius:5px!important;font-size:14px!important;font-weight:800!important;text-decoration:none!important}.products-section .product-slider-arrow{position:absolute!important;top:50%!important;transform:translateY(-50%)!important;z-index:50!important;display:grid!important;place-items:center!important;width:42px!important;height:62px!important;margin:0!important;padding:0!important;background:transparent!important;border:0!important;outline:0!important;box-shadow:none!important;color:#fff!important;font-size:52px!important;font-weight:900!important;line-height:1!important;text-shadow:0 1px 5px rgba(0,0,0,.45)!important;cursor:pointer!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important}@media(max-width:1200px){.products-section .slideshow-container{width:980px!important;max-width:calc(100vw - 110px)!important}.products-section .slide.visible{grid-template-columns:600px 1fr!important;gap:30px!important}.products-section .product-slide-image-frame{width:600px!important;height:340px!important;min-width:600px!important;min-height:340px!important}.products-section .slide .text{min-height:340px!important}}@media(max-width:900px){.products-section{min-height:0!important;padding:28px 0 48px!important}.products-section .slideshow-container{width:100%!important;max-width:100%!important;min-height:0!important}.products-section .slide.visible{display:flex!important;width:100%!important;min-height:0!important;flex-direction:column!important;gap:20px!important}.products-section .product-slide-image-frame{width:min(92vw,680px)!important;height:330px!important;min-width:0!important;min-height:330px!important;max-width:none!important;max-height:none!important}.products-section .slide .text{width:min(92vw,680px)!important;min-height:0!important}.products-section .product-slider-arrow.prev{left:8px!important}.products-section .product-slider-arrow.next{right:8px!important}}.products-section{display:block!important;width:100%!important;min-height:590px!important;background:#a0a0a0!important;padding:34px 0 72px!important;margin:0!important;text-align:center!important;overflow:hidden!important}.products-section>h2{color:#000!important;font-size:30px!important;font-weight:800!important;margin:0 0 42px!important}.products-section .slideshow-container{width:min(1320px,calc(100vw - 150px))!important;min-height:440px!important;margin:0 auto!important;padding:0!important;position:relative!important;overflow:visible!important}.products-section .slide{display:none!important;width:100%!important;min-height:440px!important;margin:0 auto!important;padding:0!important;background:transparent!important}.products-section .slide.visible{display:grid!important;grid-template-columns:760px 1fr!important;gap:44px!important;align-items:center!important;justify-content:center!important}.products-section .product-slide-image-frame{width:760px!important;height:430px!important;min-width:760px!important;min-height:430px!important;max-width:760px!important;max-height:430px!important;overflow:hidden!important;border-radius:7px!important;background:transparent!important}.products-section .product-slide-image-frame img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important;border-radius:7px!important}.products-section .slide .text{display:flex!important;min-height:430px!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;text-align:center!important;color:#000!important;font-size:15.5px!important;line-height:1.42!important}.products-section .slide .text h2{color:#000!important;font-size:28px!important;font-weight:800!important;margin:0 0 26px!important}.products-section .slide .text p{color:#000!important;max-width:570px!important;margin:5px 0!important}.products-section .view-products-button{display:inline-block!important;padding:12px 24px!important;background:#2f5db8!important;color:#fff!important;border-radius:5px!important;font-size:14px!important;font-weight:800!important;text-decoration:none!important}.products-section .product-slider-arrow{position:absolute!important;top:50%!important;transform:translateY(-50%)!important;z-index:50!important;width:46px!important;height:68px!important;display:grid!important;place-items:center!important;border:0!important;background:transparent!important;color:#fff!important;font-size:56px!important;font-weight:900!important;line-height:1!important;text-shadow:0 2px 6px rgba(0,0,0,.45)!important;cursor:pointer!important}.products-section .product-slider-arrow.prev{left:-62px!important}.products-section .product-slider-arrow.next{right:-62px!important}.products-section .product-slider-arrow:hover{background:#00000040!important;border-radius:4px!important}@media(max-width:1350px){.products-section .slideshow-container{width:min(1160px,calc(100vw - 130px))!important}.products-section .slide.visible{grid-template-columns:670px 1fr!important;gap:34px!important}.products-section .product-slide-image-frame{width:670px!important;height:380px!important;min-width:670px!important;min-height:380px!important;max-width:670px!important;max-height:380px!important}.products-section .slide .text{min-height:380px!important}}@media(max-width:980px){.products-section{min-height:0!important;padding:28px 0 52px!important}.products-section .slideshow-container{width:100%!important;min-height:0!important}.products-section .slide.visible{display:flex!important;flex-direction:column!important;gap:22px!important}.products-section .product-slide-image-frame{width:min(94vw,760px)!important;height:360px!important;min-width:0!important;min-height:360px!important;max-width:none!important;max-height:none!important}.products-section .slide .text{width:min(94vw,760px)!important;min-height:0!important}.products-section .product-slider-arrow.prev{left:8px!important}.products-section .product-slider-arrow.next{right:8px!important}}.products-section{background:#a0a0a0!important;padding:34px 0 72px!important;min-height:0!important;overflow:visible!important}.products-section .slideshow-container{width:min(1240px,calc(100vw - 130px))!important;min-height:0!important;margin:0 auto!important;overflow:visible!important;position:relative!important}.products-section .slide{display:none!important;width:100%!important;min-height:0!important;margin:0 auto!important;padding:0!important;background:transparent!important}.products-section .slide.visible{display:grid!important;grid-template-columns:minmax(620px,760px) minmax(360px,1fr)!important;gap:38px!important;align-items:center!important;justify-content:center!important}.products-section .product-slide-image-frame{width:760px!important;height:auto!important;min-width:0!important;min-height:0!important;max-width:760px!important;max-height:none!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:visible!important;background:transparent!important;border-radius:7px!important;opacity:1!important;transform:none!important;animation:none!important}.products-section .product-slide-image-frame img{display:block!important;width:100%!important;height:auto!important;max-width:760px!important;max-height:none!important;min-width:0!important;min-height:0!important;object-fit:contain!important;object-position:center center!important;border-radius:7px!important;background:transparent!important;margin:0!important;padding:0!important;opacity:1!important;transform:none!important;animation:none!important}.products-section .slide .text{display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;min-height:360px!important;height:auto!important;color:#000!important;text-align:center!important;opacity:1!important;visibility:visible!important;transform:none!important;animation:none!important}.products-section .slide .text h2{color:#000!important;font-size:28px!important;font-weight:800!important;margin:0 0 24px!important}.products-section .slide .text p{color:#000!important;max-width:570px!important;font-size:15.5px!important;line-height:1.42!important;margin:5px 0!important}.products-section .product-slider-arrow{position:absolute!important;top:50%!important;transform:translateY(-50%)!important;z-index:60!important;width:44px!important;height:64px!important;display:grid!important;place-items:center!important;background:transparent!important;border:0!important;color:#fff!important;font-size:56px!important;font-weight:900!important;line-height:1!important;text-shadow:0 2px 6px rgba(0,0,0,.55)!important;cursor:pointer!important}.products-section .product-slider-arrow.prev{left:-58px!important;right:auto!important}.products-section .product-slider-arrow.next{right:-58px!important;left:auto!important}@media(max-width:1280px){.products-section .slideshow-container{width:min(1080px,calc(100vw - 110px))!important}.products-section .slide.visible{grid-template-columns:minmax(560px,660px) minmax(340px,1fr)!important;gap:32px!important}.products-section .product-slide-image-frame,.products-section .product-slide-image-frame img{width:660px!important;max-width:660px!important}.products-section .product-slider-arrow.prev{left:-48px!important}.products-section .product-slider-arrow.next{right:-48px!important}}@media(max-width:900px){.products-section .slideshow-container{width:100%!important}.products-section .slide.visible{display:flex!important;flex-direction:column!important;gap:22px!important}.products-section .product-slide-image-frame,.products-section .product-slide-image-frame img{width:min(94vw,760px)!important;max-width:min(94vw,760px)!important}.products-section .slide .text{width:min(94vw,760px)!important;min-height:0!important}.products-section .product-slider-arrow.prev{left:8px!important}.products-section .product-slider-arrow.next{right:8px!important}}.products-section .slideshow-container{width:min(1280px,calc(100vw - 190px))!important;height:500px!important;min-height:500px!important;position:relative!important;overflow:visible!important}.products-section .slide{display:grid!important;position:absolute!important;inset:0!important;grid-template-columns:minmax(620px,760px) minmax(360px,1fr)!important;gap:76px!important;align-items:center!important;justify-content:center!important;width:100%!important;min-height:500px!important;margin:0!important;padding:0!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;z-index:1!important;transition:opacity .65s ease-in-out,visibility .65s ease-in-out!important}.products-section .slide.visible{display:grid!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;z-index:2!important}.products-section .product-slide-image-frame,.products-section .slide .text{opacity:1!important;transform:none!important;animation:none!important;transition:none!important}.products-section .product-slide-image-frame{width:760px!important;max-width:760px!important;height:auto!important;max-height:440px!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:visible!important;background:transparent!important}.products-section .product-slide-image-frame img{width:100%!important;height:auto!important;max-width:760px!important;max-height:440px!important;object-fit:contain!important;object-position:center center!important;display:block!important;border-radius:7px!important}.products-section .slide .text{min-height:420px!important;justify-content:center!important;align-items:center!important;padding-left:8px!important}.products-section .slide .text h2{margin-bottom:26px!important}.products-section .slide .text p{max-width:590px!important}.products-section .product-slider-arrow.prev{left:-92px!important}.products-section .product-slider-arrow.next{right:-92px!important}@media(min-width:1450px){.products-section .product-slider-arrow.prev{left:-115px!important}.products-section .product-slider-arrow.next{right:-115px!important}}@media(max-width:1280px){.products-section .slideshow-container{width:min(1120px,calc(100vw - 150px))!important;height:470px!important;min-height:470px!important}.products-section .slide{grid-template-columns:minmax(560px,660px) minmax(340px,1fr)!important;gap:58px!important;min-height:470px!important}.products-section .product-slide-image-frame,.products-section .product-slide-image-frame img{width:660px!important;max-width:660px!important;max-height:400px!important}.products-section .product-slider-arrow.prev{left:-72px!important}.products-section .product-slider-arrow.next{right:-72px!important}}@media(max-width:900px){.products-section .slideshow-container{width:100%!important;height:auto!important;min-height:560px!important}.products-section .slide{grid-template-columns:1fr!important;gap:20px!important;min-height:560px!important;align-content:center!important}.products-section .slide.visible{display:grid!important}.products-section .product-slide-image-frame,.products-section .product-slide-image-frame img{width:min(94vw,760px)!important;max-width:min(94vw,760px)!important;max-height:360px!important}.products-section .slide .text{width:min(94vw,760px)!important;min-height:0!important;margin:0 auto!important;padding-left:0!important}.products-section .product-slider-arrow.prev{left:8px!important}.products-section .product-slider-arrow.next{right:8px!important}}.products-section{padding:34px 0 78px!important;min-height:640px!important}.products-section .slideshow-container{width:min(1380px,calc(100vw - 180px))!important;height:560px!important;min-height:560px!important;overflow:visible!important}.products-section .slide{min-height:560px!important}.products-section .slide.visible{display:grid!important;grid-template-columns:820px 1fr!important;gap:82px!important;align-items:center!important}.products-section .product-slide-image-frame{width:820px!important;max-width:820px!important;height:auto!important;max-height:none!important;min-height:0!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:visible!important;background:transparent!important}.products-section .product-slide-image-frame img{width:820px!important;max-width:820px!important;height:auto!important;max-height:none!important;object-fit:contain!important;object-position:center center!important;display:block!important;border-radius:7px!important}.products-section .slide .text{min-height:430px!important;justify-content:center!important}.products-section .slide .text h2{font-size:28px!important}.products-section .slide .text p{font-size:15.5px!important;max-width:590px!important}.products-section .product-slider-arrow.prev{left:-105px!important}.products-section .product-slider-arrow.next{right:-105px!important}@media(max-width:1350px){.products-section .slideshow-container{width:min(1180px,calc(100vw - 150px))!important;height:520px!important;min-height:520px!important}.products-section .slide{min-height:520px!important}.products-section .slide.visible{grid-template-columns:720px 1fr!important;gap:62px!important}.products-section .product-slide-image-frame,.products-section .product-slide-image-frame img{width:720px!important;max-width:720px!important;max-height:none!important}.products-section .product-slider-arrow.prev{left:-78px!important}.products-section .product-slider-arrow.next{right:-78px!important}}@media(max-width:900px){.products-section{min-height:0!important}.products-section .slideshow-container{width:100%!important;height:auto!important;min-height:640px!important}.products-section .slide{min-height:640px!important}.products-section .slide.visible{grid-template-columns:1fr!important;gap:22px!important}.products-section .product-slide-image-frame,.products-section .product-slide-image-frame img{width:min(94vw,760px)!important;max-width:min(94vw,760px)!important;max-height:none!important}.products-section .product-slider-arrow.prev{left:8px!important}.products-section .product-slider-arrow.next{right:8px!important}}.products-section{display:block!important;width:100%!important;height:auto!important;min-height:520px!important;background:#a0a0a0!important;padding:32px 0 54px!important;margin:0!important;overflow:hidden!important;text-align:center!important}.products-section>h2{font-size:30px!important;font-weight:800!important;margin:0 0 34px!important;color:#000!important}.products-section .slideshow-container{width:min(1180px,calc(100vw - 150px))!important;height:390px!important;min-height:390px!important;max-height:390px!important;margin:0 auto!important;padding:0!important;position:relative!important;overflow:visible!important;background:transparent!important}.products-section .slide{display:grid!important;position:absolute!important;inset:0!important;grid-template-columns:620px 1fr!important;gap:58px!important;align-items:center!important;justify-content:center!important;width:100%!important;height:390px!important;min-height:390px!important;max-height:390px!important;margin:0!important;padding:0!important;background:transparent!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;z-index:1!important;transition:opacity .5s ease-in-out,visibility .5s ease-in-out!important}.products-section .product-slide-image-frame{width:620px!important;height:360px!important;min-width:620px!important;min-height:360px!important;max-width:620px!important;max-height:360px!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;background:transparent!important;border-radius:7px!important;margin:0!important;padding:0!important;opacity:1!important;transform:none!important;animation:none!important}.products-section .product-slide-image-frame img{display:block!important;width:auto!important;height:auto!important;max-width:620px!important;max-height:360px!important;object-fit:contain!important;object-position:center center!important;border-radius:7px!important;background:transparent!important;margin:0!important;padding:0!important;opacity:1!important;transform:none!important;animation:none!important}.products-section .slide .text{width:100%!important;height:360px!important;min-height:360px!important;max-height:360px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;margin:0!important;padding:0!important;color:#000!important;text-align:center!important;opacity:1!important;visibility:visible!important;transform:none!important;animation:none!important}.products-section .slide .text h2{font-size:27px!important;font-weight:800!important;margin:0 0 24px!important;color:#000!important}.products-section .slide .text p{max-width:560px!important;margin:5px 0!important;color:#000!important;font-size:15px!important;line-height:1.4!important}.products-section .button-container{margin-top:20px!important}.products-section .view-products-button{display:inline-block!important;padding:11px 22px!important;background:#2f5db8!important;color:#fff!important;border-radius:5px!important;font-size:14px!important;font-weight:800!important;text-decoration:none!important}.products-section .product-slider-arrow{position:absolute!important;top:50%!important;transform:translateY(-50%)!important;z-index:50!important;width:44px!important;height:64px!important;display:grid!important;place-items:center!important;background:transparent!important;border:0!important;color:#fff!important;font-size:54px!important;font-weight:900!important;line-height:1!important;text-shadow:0 2px 6px rgba(0,0,0,.5)!important;cursor:pointer!important}.products-section .product-slider-arrow.prev{left:-62px!important;right:auto!important}.products-section .product-slider-arrow.next{right:-62px!important;left:auto!important}.products-section .product-slider-arrow:hover{background:#0000003d!important;border-radius:4px!important}@media(max-width:1280px){.products-section .slideshow-container{width:min(1060px,calc(100vw - 130px))!important;height:360px!important;min-height:360px!important;max-height:360px!important}.products-section .slide{grid-template-columns:560px 1fr!important;gap:46px!important;height:360px!important;min-height:360px!important;max-height:360px!important}.products-section .product-slide-image-frame{width:560px!important;height:330px!important;min-width:560px!important;min-height:330px!important;max-width:560px!important;max-height:330px!important}.products-section .product-slide-image-frame img{max-width:560px!important;max-height:330px!important}.products-section .slide .text{height:330px!important;min-height:330px!important;max-height:330px!important}.products-section .product-slider-arrow.prev{left:-52px!important}.products-section .product-slider-arrow.next{right:-52px!important}}@media(max-width:900px){.products-section{min-height:0!important;padding:28px 0 48px!important}.products-section .slideshow-container{width:100%!important;height:610px!important;min-height:610px!important;max-height:none!important}.products-section .slide{grid-template-columns:1fr!important;gap:20px!important;height:610px!important;min-height:610px!important;max-height:none!important}.products-section .product-slide-image-frame{width:min(94vw,620px)!important;height:330px!important;min-width:0!important;min-height:330px!important;max-width:min(94vw,620px)!important;max-height:330px!important}.products-section .product-slide-image-frame img{max-width:min(94vw,620px)!important;max-height:330px!important}.products-section .slide .text{width:min(94vw,620px)!important;height:auto!important;min-height:0!important;max-height:none!important;margin:0 auto!important}.products-section .product-slider-arrow.prev{left:8px!important}.products-section .product-slider-arrow.next{right:8px!important}}.products-section{display:block!important;width:100%!important;background:#a0a0a0!important;padding:34px 0 70px!important;margin:0!important;text-align:center!important;overflow:hidden!important;min-height:700px!important}.products-section>h2{color:#000!important;font-size:30px!important;font-weight:800!important;margin:0 0 34px!important;padding:0!important}.products-section .slideshow-container{width:min(1320px,calc(100vw - 180px))!important;height:570px!important;min-height:570px!important;max-height:570px!important;margin:0 auto!important;padding:0!important;position:relative!important;overflow:visible!important;background:transparent!important}.products-section .slide{display:grid!important;position:absolute!important;inset:0!important;grid-template-columns:720px 1fr!important;gap:78px!important;align-items:center!important;justify-content:center!important;width:100%!important;height:570px!important;min-height:570px!important;max-height:570px!important;margin:0!important;padding:0!important;background:transparent!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;z-index:1!important;transition:opacity .52s ease-in-out,visibility .52s ease-in-out!important}.products-section .product-slide-image-frame{width:720px!important;height:540px!important;min-width:720px!important;min-height:540px!important;max-width:720px!important;max-height:540px!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:visible!important;background:transparent!important;border-radius:7px!important;margin:0!important;padding:0!important;opacity:1!important;visibility:visible!important;transform:none!important;animation:none!important}.products-section .product-slide-image-frame img{display:block!important;width:auto!important;height:auto!important;max-width:720px!important;max-height:540px!important;object-fit:contain!important;object-position:center center!important;border-radius:7px!important;background:transparent!important;margin:0!important;padding:0!important;opacity:1!important;visibility:visible!important;transform:none!important;animation:none!important}.products-section .slide>img{display:none!important}.products-section .slide .text{width:100%!important;height:540px!important;min-height:540px!important;max-height:540px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;margin:0!important;padding:0!important;color:#000!important;text-align:center!important;opacity:1!important;visibility:visible!important;transform:none!important;animation:none!important}.products-section .slide .text h2{color:#000!important;font-size:30px!important;font-weight:800!important;line-height:1.2!important;margin:0 0 26px!important;padding:0!important}.products-section .slide .text p{color:#000!important;max-width:590px!important;font-size:16px!important;line-height:1.42!important;margin:5px 0!important;padding:0!important}.products-section .button-container{margin-top:22px!important}.products-section .view-products-button{display:inline-block!important;padding:12px 24px!important;background:#2f5db8!important;color:#fff!important;border-radius:5px!important;border:0!important;font-size:14px!important;font-weight:800!important;text-decoration:none!important}.products-section .product-slider-arrow{position:absolute!important;top:50%!important;transform:translateY(-50%)!important;z-index:80!important;width:48px!important;height:70px!important;display:grid!important;place-items:center!important;background:transparent!important;border:0!important;outline:0!important;color:#fff!important;font-size:58px!important;font-weight:900!important;line-height:1!important;text-shadow:0 2px 7px rgba(0,0,0,.55)!important;cursor:pointer!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important}.products-section .product-slider-arrow:hover{background:#00000038!important;border-radius:4px!important}.products-section .product-slider-arrow.prev{left:-92px!important;right:auto!important}.products-section .product-slider-arrow.next{right:-92px!important;left:auto!important}@media(max-width:1350px){.products-section{min-height:640px!important}.products-section .slideshow-container{width:min(1160px,calc(100vw - 150px))!important;height:510px!important;min-height:510px!important;max-height:510px!important}.products-section .slide{grid-template-columns:650px 1fr!important;gap:58px!important;height:510px!important;min-height:510px!important;max-height:510px!important}.products-section .product-slide-image-frame{width:650px!important;height:490px!important;min-width:650px!important;min-height:490px!important;max-width:650px!important;max-height:490px!important}.products-section .product-slide-image-frame img{max-width:650px!important;max-height:490px!important}.products-section .slide .text{height:490px!important;min-height:490px!important;max-height:490px!important}.products-section .product-slider-arrow.prev{left:-70px!important}.products-section .product-slider-arrow.next{right:-70px!important}}@media(max-width:900px){.products-section{min-height:0!important;padding:28px 0 52px!important}.products-section .slideshow-container{width:100%!important;height:720px!important;min-height:720px!important;max-height:none!important}.products-section .slide{grid-template-columns:1fr!important;gap:22px!important;height:720px!important;min-height:720px!important;max-height:none!important}.products-section .product-slide-image-frame{width:min(94vw,650px)!important;height:min(94vw,650px)!important;min-width:0!important;min-height:0!important;max-width:min(94vw,650px)!important;max-height:min(94vw,650px)!important}.products-section .product-slide-image-frame img{max-width:min(94vw,650px)!important;max-height:min(94vw,650px)!important}.products-section .slide .text{width:min(94vw,650px)!important;height:auto!important;min-height:0!important;max-height:none!important;margin:0 auto!important}.products-section .product-slider-arrow.prev{left:8px!important}.products-section .product-slider-arrow.next{right:8px!important}}.products-section .slideshow-container{width:1220px!important;max-width:calc(100vw - 180px)!important;height:540px!important;min-height:540px!important;max-height:540px!important;margin:0 auto!important;position:relative!important;overflow:visible!important}.products-section .slide{position:absolute!important;inset:0!important;display:grid!important;grid-template-columns:650px 500px!important;gap:70px!important;justify-content:center!important;align-items:center!important;width:100%!important;height:540px!important;min-height:540px!important;max-height:540px!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;z-index:1!important;transition:opacity .52s ease-in-out,visibility .52s ease-in-out!important}.products-section .slide.visible{opacity:1!important;visibility:visible!important;pointer-events:auto!important;z-index:2!important}.products-section .product-slide-image-frame{width:650px!important;height:500px!important;min-width:650px!important;min-height:500px!important;max-width:650px!important;max-height:500px!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:visible!important;background:transparent!important;border-radius:7px!important}.products-section .product-slide-image-frame img{width:auto!important;height:auto!important;max-width:650px!important;max-height:500px!important;object-fit:contain!important;object-position:center center!important;display:block!important;border-radius:7px!important}.products-section .slide .text{width:500px!important;min-width:500px!important;max-width:500px!important;height:500px!important;min-height:500px!important;max-height:500px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;text-align:center!important;color:#000!important}.products-section .slide .text h2{font-size:30px!important;font-weight:800!important;margin:0 0 26px!important}.products-section .slide .text p{width:100%!important;max-width:500px!important;font-size:16px!important;line-height:1.42!important;margin:5px 0!important}.products-section .product-slider-arrow.prev{left:-72px!important;right:auto!important}.products-section .product-slider-arrow.next{right:-72px!important;left:auto!important}@media(max-width:1350px){.products-section .slideshow-container{width:1080px!important;max-width:calc(100vw - 150px)!important;height:500px!important;min-height:500px!important;max-height:500px!important}.products-section .slide{grid-template-columns:590px 430px!important;gap:50px!important;height:500px!important;min-height:500px!important;max-height:500px!important}.products-section .product-slide-image-frame{width:590px!important;height:460px!important;min-width:590px!important;min-height:460px!important;max-width:590px!important;max-height:460px!important}.products-section .product-slide-image-frame img{max-width:590px!important;max-height:460px!important}.products-section .slide .text{width:430px!important;min-width:430px!important;max-width:430px!important;height:460px!important;min-height:460px!important;max-height:460px!important}.products-section .slide .text p{max-width:430px!important;font-size:15px!important}.products-section .product-slider-arrow.prev{left:-58px!important}.products-section .product-slider-arrow.next{right:-58px!important}}@media(max-width:1180px){.products-section .slideshow-container{width:960px!important;max-width:calc(100vw - 120px)!important}.products-section .slide{grid-template-columns:520px 390px!important;gap:40px!important}.products-section .product-slide-image-frame{width:520px!important;height:430px!important;min-width:520px!important;min-height:430px!important;max-width:520px!important;max-height:430px!important}.products-section .product-slide-image-frame img{max-width:520px!important;max-height:430px!important}.products-section .slide .text{width:390px!important;min-width:390px!important;max-width:390px!important}.products-section .slide .text p{max-width:390px!important;font-size:14.5px!important}}@media(max-width:900px){.products-section .slideshow-container{width:100%!important;max-width:100%!important;height:720px!important;min-height:720px!important;max-height:none!important}.products-section .slide{grid-template-columns:1fr!important;gap:22px!important;height:720px!important;min-height:720px!important;max-height:none!important}.products-section .product-slide-image-frame{width:min(94vw,620px)!important;height:min(94vw,620px)!important;min-width:0!important;min-height:0!important;max-width:min(94vw,620px)!important;max-height:min(94vw,620px)!important;margin:0 auto!important}.products-section .product-slide-image-frame img{max-width:min(94vw,620px)!important;max-height:min(94vw,620px)!important}.products-section .slide .text{width:min(94vw,620px)!important;min-width:0!important;max-width:min(94vw,620px)!important;height:auto!important;min-height:0!important;max-height:none!important;margin:0 auto!important}.products-section .slide .text p{max-width:min(94vw,620px)!important}.products-section .product-slider-arrow.prev{left:8px!important}.products-section .product-slider-arrow.next{right:8px!important}}
