:root{--primary-bg:#003e3e;--header-bg:#00352f;--header-border:#075a51;--accent-orange:#ffab49;--primary-btn-gradient-start:#ffe600;--primary-btn-gradient-end:#ffb800;--primary-btn-border:#fff2a680;--primary-btn-shadow-inset:#fff2a6;--primary-btn-shadow:#b64100;--primary-btn-text:#b64100;--secondary-btn-gradient-start:#0f727c;--secondary-btn-gradient-end:#004e56;--secondary-btn-shadow:#003941;--secondary-btn-border:#11867d80;--text-light:#fff;--text-dark:#333;--section-bg:#f5f5f5}*{box-sizing:border-box;margin:0;padding:0}img{height:auto;max-width:100%}.header{transform:translateZ(0)}html{font-size:16px;scroll-behavior:smooth}body{background-color:#003e3e;background-color:var(--primary-bg);color:#333;color:var(--text-dark);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{color:#fff;color:var(--text-light);font-weight:700;line-height:1.2;margin-bottom:1rem}h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.5rem}p{color:#fff;color:var(--text-light);margin-bottom:1rem}a{color:#ffab49;color:var(--accent-orange);text-decoration:none;transition:color .3s ease}a:hover{color:#ffe600;color:var(--primary-btn-gradient-start)}.header{background-color:#00352f;background-color:var(--header-bg);border-bottom:2px solid #075a51;border-bottom:2px solid var(--header-border);box-shadow:0 2px 10px #0000004d;padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.header-container{justify-content:space-between;padding:0 1rem}.header-container,.logo{align-items:center;display:flex}.logo img{height:25px;width:auto}.nav-menu{align-items:center;display:flex;gap:2rem;list-style:none}.nav-menu li a{color:#fff;color:var(--text-light);display:block;font-weight:500;padding:.5rem 1rem;transition:color .3s ease}.nav-menu li a.active,.nav-menu li a:hover{color:#ffab49;color:var(--accent-orange)}.nav-menu li a.active{border-bottom:2px solid #ffab49;border-bottom:2px solid var(--accent-orange);font-weight:700}.header-buttons{align-items:center;display:flex;gap:1rem}.btn{align-items:center;border-radius:4px;cursor:pointer;display:inline-block;display:inline-flex;font-size:1rem;font-weight:700;gap:.5rem;justify-content:center;min-height:44px;padding:.75rem 1.5rem;text-align:center;text-decoration:none;transition:all .3s ease}.primary-btn{background:linear-gradient(180deg,#ffe600,#ffb800);background:linear-gradient(180deg,var(--primary-btn-gradient-start),var(--primary-btn-gradient-end));border:1px solid #fff2a680;border:1px solid var(--primary-btn-border);box-shadow:inset 0 2px 0 1px #fff2a6,0 2px 0 0 #b64100;box-shadow:inset 0 2px 0 1px var(--primary-btn-shadow-inset),0 2px 0 0 var(--primary-btn-shadow);text-shadow:0 2px 0 #9f340033}.primary-btn,.primary-btn:hover{color:#b64100;color:var(--primary-btn-text)}.primary-btn:hover{box-shadow:inset 0 2px 0 1px #fff2a6,0 4px 0 0 #b64100;box-shadow:inset 0 2px 0 1px var(--primary-btn-shadow-inset),0 4px 0 0 var(--primary-btn-shadow);transform:translateY(-2px)}.secondary-btn{background:linear-gradient(180deg,#0f727c,#004e56);background:linear-gradient(180deg,var(--secondary-btn-gradient-start),var(--secondary-btn-gradient-end));border:1px solid #11867d80;border:1px solid var(--secondary-btn-border);box-shadow:0 2px 0 0 #003941;box-shadow:0 2px 0 0 var(--secondary-btn-shadow);text-shadow:0 2px 0 #1100004d}.secondary-btn,.secondary-btn:hover{color:#ffab49;color:var(--accent-orange)}.secondary-btn:hover{box-shadow:0 4px 0 0 #003941;box-shadow:0 4px 0 0 var(--secondary-btn-shadow);transform:translateY(-2px)}.btn-group{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin:1.5rem 0}.burger-menu{cursor:pointer;display:none;flex-direction:column;gap:5px;padding:.5rem}.burger-menu span{background-color:#fff;background-color:var(--text-light);border-radius:2px;height:3px;transition:all .3s ease;width:25px}.burger-menu.active span:first-child{transform:rotate(45deg) translate(5px,4px)}.burger-menu.active span:nth-child(2){opacity:0}.burger-menu.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.container{margin:0 auto;max-width:1200px;padding:0 1rem}.section{padding:3rem 0}.section-title{color:#fff;color:var(--text-light);margin-bottom:2rem;text-align:center}.hero-slider{background-color:#003e3e;background-color:var(--primary-bg);border-radius:8px;margin:2rem auto;max-width:1200px;overflow:hidden;position:relative;width:100%}.hero .btn-group{margin-bottom:0}.banner-swiper{height:100%;width:100%}.banner-swiper .swiper-slide{height:100%;overflow:hidden;position:relative;width:100%}.banner-swiper .swiper-slide img{display:block;height:100%;width:100%}.banner-swiper .swiper-pagination{bottom:20px}.banner-swiper .swiper-pagination-bullet{background:#fff;background:var(--text-light);height:12px;opacity:.5;transition:all .3s ease;width:12px}.banner-swiper .swiper-pagination-bullet-active{background:#ffab49;background:var(--accent-orange);opacity:1}.banner-swiper .swiper-button-next,.banner-swiper .swiper-button-prev{background:#00000080;border-radius:50%;color:#fff;color:var(--text-light);height:44px;transition:all .3s ease;width:44px}.banner-swiper .swiper-button-next:hover,.banner-swiper .swiper-button-prev:hover{background:#000000b3;color:#ffab49;color:var(--accent-orange)}.banner-swiper .swiper-button-next:after,.banner-swiper .swiper-button-prev:after{font-size:20px;font-weight:700}.hero{background:linear-gradient(135deg,#003e3e,#005050);background:linear-gradient(135deg,var(--primary-bg) 0,#005050 100%);padding:4rem 0;text-align:center}.hero h1{font-size:2.5rem;margin-bottom:1.5rem}.hero p{font-size:1.125rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:800px}.section-image{box-shadow:0 4px 15px #0000004d}.hero-image,.section-image{border-radius:8px;display:block;height:auto;margin:2rem auto;width:100%}.hero-image{box-shadow:0 4px 20px #0006;max-width:800px}.feature-card img{border-radius:8px;height:200px;margin-bottom:1rem;width:100%}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:2rem 0}.feature-card{background:#ffffff1a;border-radius:8px;padding:2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{box-shadow:0 10px 30px #0000004d;transform:translateY(-5px)}.feature-card i{color:#ffab49;color:var(--accent-orange);font-size:3rem;margin-bottom:1rem}.feature-card h3{margin-bottom:1rem}.feature-card h3,.feature-card p{color:#fff;color:var(--text-light)}.feature-card p{opacity:.9}.table-responsive{margin:2rem 0;overflow-x:auto}table{background-color:#ffffff1a;border-collapse:collapse;margin:1rem 0;width:100%}table td,table th{border-bottom:1px solid #fff3;color:#fff;color:var(--text-light);padding:1rem;text-align:left}table th{background-color:#0000004d;color:#ffab49;color:var(--accent-orange);font-weight:700}table tr:hover{background-color:#ffffff0d}.feature-list{list-style:none;margin:1.5rem 0}.feature-list li{color:#fff;color:var(--text-light);padding:.75rem 0 .75rem 2rem;position:relative}.feature-list li:before{color:#ffab49;color:var(--accent-orange);content:"\f00c";font-family:Font Awesome\ 6 Free;font-weight:900;left:0;position:absolute}.feature-list.ordered{list-style:decimal;padding-left:2rem}.feature-list.ordered li{padding-left:.5rem}.feature-list.ordered li:before{display:none}.feature-card ol{color:#fff;color:var(--text-light);margin-top:1rem;padding-left:1.5rem;text-align:left}.footer{background-color:#00352f;background-color:var(--header-bg);border-top:2px solid #075a51;border-top:2px solid var(--header-border);padding:3rem 0 calc(1rem + 90px)}@media (min-width:769px){.footer{padding-bottom:1rem}}.footer-container{margin:0 auto;max-width:1200px;padding:0 1rem}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:2rem}.footer-section h3{color:#ffab49;color:var(--accent-orange);font-size:1.25rem;margin-bottom:1rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#fff;color:var(--text-light);opacity:.8;transition:opacity .3s ease}.footer-section ul li a:hover{color:#ffab49;color:var(--accent-orange);opacity:1}.payment-systems{display:flex;flex-wrap:wrap;gap:1rem;margin:1rem 0}.payment-systems span{background:#ffffff1a;border-radius:4px;color:#fff;color:var(--text-light);font-size:.875rem;padding:.5rem 1rem}.footer-bottom{border-top:1px solid #ffffff1a;color:#fff;color:var(--text-light);opacity:.7;padding-top:2rem;text-align:center}@media (max-width:1024px){h1{font-size:1.75rem}h2{font-size:1.5rem}.hero h1{font-size:2rem}.banner-swiper{height:400px}.nav-menu{gap:1rem}}@media (max-width:1440px){.burger-menu{display:flex}nav{background-color:#00352f;background-color:var(--header-bg);display:none;left:0;position:absolute;top:calc(100% + 2px);transition:left .3s ease;width:100%}.nav-menu{flex-direction:column;gap:0}nav.active{display:block}.nav-menu li{border-bottom:1px solid #ffffff1a;width:100%}.nav-menu li a{display:block;padding:1rem;text-align:center}}@media (max-width:768px){html{font-size:14px}.banner-swiper{height:100%}.banner-swiper .swiper-button-next,.banner-swiper .swiper-button-prev{height:36px;width:36px}.banner-swiper .swiper-button-next:after,.banner-swiper .swiper-button-prev:after{font-size:16px}.hero{padding:2rem 0}.hero h1{font-size:1.5rem}.btn-group{flex-direction:column}.btn-group .btn{width:100%}.features-grid{grid-template-columns:1fr}.table-responsive{font-size:.875rem}table td,table th{padding:.5rem}.footer-content{grid-template-columns:1fr}}@media (max-width:480px){.banner-swiper{height:100%}.header-container{flex-wrap:wrap}.header-buttons{justify-content:center;margin-top:15px;order:3;width:100%}.header-buttons .btn{width:100%}}.text-center{text-align:center}.mt-1{margin-top:1rem}.mt-2{margin-top:2rem}.mt-3{margin-top:3rem}.mb-1{margin-bottom:1rem}.mb-2{margin-bottom:2rem}.mb-3{margin-bottom:3rem}.highlight{color:#ffab49;color:var(--accent-orange);font-weight:700}.bb44-banner-wrapper{background:linear-gradient(135deg,#00352f,#013f40);border-bottom:3px solid #ffd70059;box-shadow:0 8px 24px #0009;margin:2rem auto;max-width:1200px;position:relative;width:100%}.banner-container{align-items:center;background:linear-gradient(90deg,#00352f,#013f40 50%,#00352f);display:flex;height:62px;overflow:hidden;position:relative}.banner-container:before{animation:lightSweep 4s linear infinite;background:linear-gradient(90deg,#0000,#ffd70080 20%,#00ffaa80 40%,#ffd70080 60%,#00ffaa80 80%,#0000);content:"";height:2px;left:-100%;position:absolute;top:0;width:200%}@keyframes lightSweep{0%{transform:translateX(0)}to{transform:translateX(50%)}}.sound-zone{align-items:center;background:#00000073;border-right:2px solid #ffd7004d;display:flex;flex-shrink:0;height:100%;justify-content:center;position:relative;width:62px;z-index:2}.sound-zone:after{animation:radiateGlow 2.8s ease-in-out infinite;background:radial-gradient(circle at center,#ffd70033 0,#0000 65%);content:"";inset:0;position:absolute}@keyframes radiateGlow{0%,to{opacity:.4;transform:scale(.9)}50%{opacity:1;transform:scale(1.1)}}.sound-icon{animation:iconPulse 2.2s ease-in-out infinite;color:gold;filter:drop-shadow(0 0 10px rgba(255,215,0,.7));font-size:26px;position:relative;z-index:3}@keyframes iconPulse{0%,to{transform:scale(1) rotate(0deg)}30%{transform:scale(1.12) rotate(-8deg)}70%{transform:scale(1.12) rotate(8deg)}}.content-slider{background:#0000;flex:1 1;height:100%;mask-image:linear-gradient(90deg,#0000,#000 8%,#000 92%,#0000);-webkit-mask-image:linear-gradient(90deg,#0000,#000 8%,#000 92%,#0000);overflow:hidden;position:relative}.slider-content{align-items:center;animation:scrollText 50s linear infinite;display:flex;height:100%;white-space:nowrap}.slider-content:hover{animation-play-state:paused}@keyframes scrollText{0%{transform:translateX(100%)}to{transform:translateX(-100%)}}.banner-text{color:#f0f1f5;display:inline-block;font-size:15.5px;font-weight:600;letter-spacing:.4px;line-height:1.65;padding-right:150%;text-shadow:0 2px 4px #000000d9}.text-primary{animation:colorPulse 3.2s ease-in-out infinite;color:#00ffd4;font-weight:800;text-shadow:0 0 14px #00ffd4d9,0 0 7px #00ffd4a6}.text-secondary{animation:colorPulse 3.2s ease-in-out .6s infinite;color:gold;font-weight:800;text-shadow:0 0 14px #ffd700d9,0 0 7px #ffd700a6}.text-accent{animation:colorPulse 3.2s ease-in-out 1.2s infinite;color:#00ff7f;font-weight:800;text-shadow:0 0 14px #00ff7fd9,0 0 7px #00ff7fa6}@keyframes colorPulse{0%,to{filter:brightness(1);opacity:1}50%{filter:brightness(1.4);opacity:.95}}.action-button{align-items:center;background:#00000073;border-left:2px solid #ffd7004d;cursor:pointer;display:flex;flex-shrink:0;height:100%;justify-content:center;position:relative;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);width:62px;z-index:2}.action-button:hover{background:#ffd70040;transform:scale(1.08)}.action-button:active{transform:scale(.92)}.close-mark{color:#fff;font-size:32px;font-weight:700;line-height:1;text-shadow:0 2px 6px #0009;transition:all .35s ease}.action-button:hover .close-mark{color:gold;text-shadow:0 0 12px #ffd700e6;transform:rotate(90deg)}.badge-counter{align-items:center;animation:badgeBeat 2.8s ease-in-out infinite;background:linear-gradient(135deg,#f36,#c03);border:2.5px solid #ffffff59;border-radius:50%;box-shadow:0 3px 10px #ff3366bf,0 0 0 2.5px #ff336659;color:#fff;display:flex;font-size:11.5px;font-weight:900;height:23px;justify-content:center;position:absolute;right:11px;top:11px;width:23px}@keyframes badgeBeat{0%,to{box-shadow:0 3px 10px #ff3366bf,0 0 0 2.5px #ff336659;transform:scale(1)}50%{box-shadow:0 4px 14px #ff3366f2,0 0 0 4px #ff33668c;transform:scale(1.25)}}@media (max-width:768px){.banner-container{height:56px}.sound-zone{width:56px}.sound-icon{font-size:22px}.action-button{width:56px}.banner-text{font-size:14px}.close-mark{font-size:28px}.badge-counter{font-size:10.5px;height:21px;right:9px;top:9px;width:21px}}@media (max-width:480px){.banner-container{height:50px}.sound-zone{width:50px}.sound-icon{font-size:20px}.action-button{width:50px}.banner-text{font-size:13px;letter-spacing:.25px}.close-mark{font-size:26px}.badge-counter{border:2px solid #ffffff59;font-size:9.5px;height:19px;right:8px;top:8px;width:19px}}.games-section{background:#ffffff1a;border:1px solid #fff3;border-radius:12px;box-shadow:0 4px 6px #0000004d;margin:40px auto;max-width:1200px;padding:60px 15px}.games-header{gap:20px;justify-content:space-between;margin-bottom:40px}.games-header,.quick-filters{align-items:center;display:flex;flex-wrap:wrap}.quick-filters{gap:10px;margin-top:15px}.filter-label{color:var(--accent-orange);font-size:.9rem;font-weight:500;margin-right:10px}.games-title{color:var(--text-light);font-size:2.5rem;font-weight:700;padding-bottom:15px;position:relative}.games-title:after{background:linear-gradient(90deg,var(--accent-orange),#0000);bottom:0;content:"";height:3px;left:0;position:absolute;width:60px}.games-filters{align-items:center;display:flex;flex-wrap:wrap;gap:15px}.filter-btn{background:#0000;border:2px solid var(--accent-orange);border-radius:8px;color:var(--accent-orange);cursor:pointer;font-size:.9rem;font-weight:500;padding:8px 16px;text-decoration:none;transition:all .3s ease}.filter-btn.active,.filter-btn:hover{background:var(--accent-orange);border-color:var(--accent-orange);box-shadow:0 4px 12px #ffab494d;color:var(--text-dark);transform:translateY(-2px)}.view-all-btn{align-items:center;background:linear-gradient(180deg,var(--primary-btn-gradient-start),var(--primary-btn-gradient-end));border:1px solid var(--primary-btn-border);border-radius:8px;box-shadow:inset 0 2px 0 1px var(--primary-btn-shadow-inset),0 2px 0 0 var(--primary-btn-shadow);color:var(--primary-btn-text)!important;cursor:pointer;display:flex;font-weight:600;gap:8px;padding:12px 24px;text-decoration:none;text-shadow:0 2px 0 #9f340033;transition:all .3s ease}.view-all-btn:hover{box-shadow:inset 0 2px 0 1px var(--primary-btn-shadow-inset),0 4px 0 0 var(--primary-btn-shadow);color:var(--primary-btn-text);transform:translateY(-2px)}.games-section .games-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(4,1fr);margin:40px 0}.game-card{background:#ffffff1a;border:1px solid #fff3;border-radius:12px;box-shadow:0 4px 6px #0000004d;cursor:pointer;overflow:hidden;position:relative;transition:all .3s ease}.game-card:hover{box-shadow:0 4px 12px #ffab494d;transform:translateY(-5px)}.game-image{overflow:hidden;position:relative;width:100%}.game-image img{height:100%;object-fit:cover;opacity:1;transition:transform .3s ease;width:100%}.game-card:hover .game-image img{transform:scale(1.05)}.game-overlay{align-items:center;background:#00000080;bottom:0;display:flex;flex-direction:column;gap:10px;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.game-card:hover .game-overlay{opacity:1}.game-overlay .btn{font-size:.9rem;min-height:auto;padding:10px 20px}.btn-primary{background:linear-gradient(180deg,var(--primary-btn-gradient-start),var(--primary-btn-gradient-end));border:1px solid var(--primary-btn-border);box-shadow:inset 0 2px 0 1px var(--primary-btn-shadow-inset),0 2px 0 0 var(--primary-btn-shadow);color:var(--primary-btn-text);text-shadow:0 2px 0 #9f340033}.btn-secondary{background:linear-gradient(180deg,var(--secondary-btn-gradient-start),var(--secondary-btn-gradient-end));border:1px solid var(--secondary-btn-border);box-shadow:0 2px 0 0 var(--secondary-btn-shadow);color:var(--accent-orange);text-shadow:0 2px 0 #1100004d}.game-type-badge{background:var(--accent-orange);border:1px solid var(--accent-orange);border-radius:12px;color:var(--text-dark);font-size:.8rem;font-weight:600;padding:4px 8px;position:absolute;right:10px;text-transform:uppercase;top:10px;z-index:2}.game-info{background:#ffffff0d;padding:20px}.game-title{color:var(--text-light);font-size:1.2rem;font-weight:600;line-height:1.3;margin-bottom:8px}.games-section .games-grid .game-card .game-category{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:none!important;border:none!important;border-radius:0!important;box-shadow:none!important;color:var(--accent-orange);font-size:.9rem;font-weight:500;margin-bottom:10px;padding:0!important;text-align:left!important}.games-section .games-grid .game-card .game-category:hover{transform:none!important}.game-time{align-items:center;display:flex;font-size:.85rem;gap:5px}.game-time,.game-time i{color:var(--accent-orange)}.popular-badge{background:linear-gradient(180deg,var(--primary-btn-gradient-start),var(--primary-btn-gradient-end));border:1px solid var(--primary-btn-border);border-radius:12px;box-shadow:0 2px 8px #b641004d;color:var(--primary-btn-text);font-size:.8rem;font-weight:600;left:10px;padding:4px 8px;position:absolute;text-transform:uppercase;top:10px;z-index:2}.sorting-controls{align-items:center;display:flex;flex-wrap:wrap;gap:15px;margin-bottom:30px}.sort-btn{background:#0000;border:2px solid var(--accent-orange);border-radius:6px;color:var(--accent-orange);cursor:pointer;font-size:.9rem;font-weight:500;padding:8px 16px;transition:all .3s ease}.sort-btn.active,.sort-btn:hover{background:var(--accent-orange);border-color:var(--accent-orange);box-shadow:0 4px 12px #ffab494d;color:var(--text-dark);transform:translateY(-2px)}.theme-filters{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:30px}.theme-filter{background:#0000;border:2px solid var(--accent-orange);border-radius:15px;color:var(--accent-orange);cursor:pointer;font-size:.85rem;font-weight:500;padding:6px 12px;transition:all .3s ease}.theme-filter.active,.theme-filter:hover{background:var(--accent-orange);border-color:var(--accent-orange);box-shadow:0 4px 12px #ffab494d;color:var(--text-dark);transform:translateY(-2px)}.games-cta{background:#ffffff1a;border:1px solid #fff3;border-radius:12px;box-shadow:0 4px 6px #0000004d;margin:40px 0;padding:30px;text-align:center}.games-cta h3{color:var(--text-light);font-size:1.5rem;font-weight:700;margin-bottom:15px}.show-more-btn{margin:20px auto}.games-cta p{color:var(--text-light);font-size:1rem;margin-bottom:20px;opacity:.9}.games-cta .btn{margin-top:10px}@media (max-width:1024px){.games-section .games-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.games-section{margin:20px auto;padding:30px 15px}.games-header{align-items:flex-start;flex-direction:column;gap:20px}.games-title{font-size:2rem}.games-section .games-grid{gap:20px;grid-template-columns:repeat(2,1fr);margin:30px 0}.games-filters{flex-wrap:wrap;justify-content:flex-start;width:100%}.filter-btn{font-size:.85rem;padding:6px 12px}.view-all-btn{justify-content:center;width:100%}.sorting-controls{align-items:flex-start;flex-direction:column;gap:10px}.theme-filters{flex-wrap:wrap;justify-content:flex-start}.games-cta{margin:30px 0;padding:20px}.games-cta h3{font-size:1.3rem}}@media (max-width:480px){.games-section{margin:15px auto;padding:20px 10px}.games-section .games-grid{gap:15px;grid-template-columns:1fr;margin:20px 0}.games-title{font-size:1.8rem}.game-info{padding:15px}.game-title{font-size:1.1rem}.games-cta{margin:20px 0;padding:15px}.games-cta h3{font-size:1.2rem}.filter-btn,.sort-btn,.theme-filter{font-size:.8rem;padding:5px 10px}}.section-bg-light{background-color:#ffffff0d}.sticky-cta-bar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(180deg,#003e3ef2,#00352ffa);border-top:2px solid #075a51;border-top:2px solid var(--header-border,#075a51);bottom:0;box-shadow:0 -4px 20px #00000080;display:none;left:0;padding:1rem;position:fixed;right:0;transform:translateY(100%);transition:transform .3s ease-in-out;z-index:50}.sticky-cta-bar.visible{transform:translateY(0)}.sticky-cta-button{align-items:center;background:linear-gradient(180deg,#ffe600,#ffb800);background:linear-gradient(180deg,var(--primary-btn-gradient-start,#ffe600),var(--primary-btn-gradient-end,#ffb800));border:1px solid #fff2a680;border:1px solid var(--primary-btn-border,#fff2a680);border-radius:8px;box-shadow:inset 0 2px 0 1px #fff2a6,0 2px 0 0 #b64100;box-shadow:inset 0 2px 0 1px var(--primary-btn-shadow-inset,#fff2a6),0 2px 0 0 var(--primary-btn-shadow,#b64100);display:flex;font-size:1.125rem;font-weight:700;gap:.75rem;justify-content:center;min-height:56px;padding:1rem 1.5rem;text-decoration:none;text-shadow:0 2px 0 #9f340033;transition:all .3s ease;width:100%}.sticky-cta-button,.sticky-cta-button:hover{color:#b64100;color:var(--primary-btn-text,#b64100)}.sticky-cta-button:hover{box-shadow:inset 0 2px 0 1px #fff2a6,0 4px 0 0 #b64100;box-shadow:inset 0 2px 0 1px var(--primary-btn-shadow-inset,#fff2a6),0 4px 0 0 var(--primary-btn-shadow,#b64100);transform:translateY(-2px)}.sticky-cta-text{font-size:1.125rem;font-weight:700}.sticky-cta-icon{font-size:1.25rem}@media (max-width:768px){.sticky-cta-bar{display:block}}@media (min-width:769px){.sticky-cta-bar{display:none!important}}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, 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")}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:8px;bottom:var(--swiper-pagination-bottom,8px);left:0;top:auto;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{background:#000;background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:50%;border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:8px;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:.2;opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:8px;width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{-webkit-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:1;opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:auto;left:var(--swiper-pagination-left,auto);right:8px;right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px;margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:inherit;color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:#00000040;background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:4px;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:4px;width:var(--swiper-pagination-progressbar-size,4px)}.swiper-pagination-lock{display:none}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-theme-color);color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:44px;height:var(--swiper-navigation-size);justify-content:center;margin-top:-22px;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:50%;top:var(--swiper-navigation-top-offset,50%);width:27px;width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{height:100%;object-fit:contain;transform-origin:center;width:100%}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:44px;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{left:auto;right:10px;right:var(--swiper-navigation-sides-offset,10px)}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}
/*# sourceMappingURL=main.bf89984a.css.map*/