:root{--forest:#0e2c20;--forest-soft:#174735;--cream:#f7f4ed;--ink:#1f2924;--gold:#dec170;--line:#e8e5dc}.village-home{min-height:100vh;background:var(--cream);color:var(--ink);font-family:var(--font-site),Arial,sans-serif}.village-sidebar{position:fixed;inset:0 auto 0 0;width:238px;padding:28px 18px;background:linear-gradient(165deg,#0c3124,#061e16);color:#eff8ec;display:flex;flex-direction:column;z-index:2}.village-brand{display:flex;align-items:center;gap:11px;margin:0 10px 28px;color:inherit;text-decoration:none}.village-brand b{font-size:20px;letter-spacing:-.04em}.village-brand small{font:11px/1.2 var(--font-site),Arial,sans-serif;display:block;color:#a3b9ab;margin-top:3px}.brand-mark{width:36px;height:36px;border:1px solid #c5b57d;border-radius:50%;display:grid;place-items:center;color:#e5ce86;font-weight:700;font-size:21px}.village-sidebar nav{display:grid;gap:5px}.village-sidebar nav a{font:14px var(--font-site),Arial,sans-serif;display:flex;align-items:center;gap:13px;padding:13px 12px;color:#d7e3d8;text-decoration:none;border-radius:11px;transition:.2s}.village-sidebar nav a.active,.village-sidebar nav a:hover{background:rgba(96,164,114,.36);color:#fff}.village-social{display:flex;gap:10px;margin:auto 10px 0}.village-social :is(span,a){height:34px;width:34px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.2);border-radius:50%;font:11px var(--font-site),Arial,sans-serif;color:inherit;text-decoration:none;transition:.2s ease}.village-social a:hover{background:rgba(96,164,114,.36);border-color:rgba(255,255,255,.4);color:#fff}.village-main{margin-left:238px;padding:10px;max-width:1600px}.village-hero{min-height:430px;border-radius:18px;overflow:hidden;position:relative;color:#fff;background:linear-gradient(90deg,rgba(4,25,17,.62),rgba(4,25,17,.28) 40%,transparent 75%),url(/images/home/hero.jpg) 50%/cover}.village-hero:after{content:"";position:absolute;inset:auto 0 0;height:46%;background:linear-gradient(transparent,rgba(5,23,15,.55));pointer-events:none}.hero-top{position:relative;z-index:1;height:68px;padding:0 25px;display:flex;align-items:center;justify-content:flex-end;gap:27px;font:12px var(--font-site),Arial,sans-serif}.hero-top a{color:inherit;text-decoration:none;text-shadow:0 1px 4px rgba(0,0,0,.6)}.hero-top a:hover{text-decoration:underline}.hero-top button{border:0;background:#0b3527;color:#fff;border-radius:10px;height:36px;width:36px;display:grid;place-items:center}.hero-copy{position:relative;z-index:1;margin:56px 0 0 clamp(28px,5vw,76px);max-width:600px}.eyebrow{color:#e5cf8a!important;text-transform:uppercase;letter-spacing:.13em;font:11px var(--font-site),Arial,sans-serif!important;text-shadow:0 1px 3px rgba(0,0,0,.7)}.hero-copy h1{font-size:clamp(42px,5vw,71px);line-height:.94;letter-spacing:-.055em;margin:12px 0 18px;text-shadow:0 2px 10px rgba(0,0,0,.7)}.hero-copy>p:not(.eyebrow){font:17px var(--font-site),Arial,sans-serif;margin-bottom:24px;text-shadow:0 2px 6px rgba(0,0,0,.7)}.hero-copy a{display:inline-flex;align-items:center;gap:8px;background:var(--gold);color:#213329;text-decoration:none;padding:13px 18px;border-radius:9px;font:700 14px var(--font-site),Arial,sans-serif}.statbar{position:absolute;z-index:1;bottom:23px;left:clamp(28px,5vw,76px);display:flex;align-items:stretch;background:rgba(10,42,29,.8);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.17);border-radius:13px;overflow:hidden}.statbar div{min-width:115px;padding:14px 15px;border-right:1px solid rgba(255,255,255,.12);display:grid;grid-template-columns:28px auto;grid-template-rows:auto auto;column-gap:7px}.statbar div:last-child{border:0}.statbar svg{grid-row:span 2;color:#d9c072;align-self:center;width:21px}.statbar b{font:800 19px var(--font-site),Arial,sans-serif}.statbar small{font:10px var(--font-site),Arial,sans-serif;color:#d4ddd5}.village-content{padding:42px clamp(12px,3vw,42px) 70px}.section-heading{margin-bottom:22px}.section-heading p{font:700 11px var(--font-site),Arial,sans-serif;text-transform:uppercase;letter-spacing:.14em;color:#678675;margin:0 0 6px}.section-heading h2{font-size:33px;letter-spacing:-.04em;margin:0 0 5px}.section-heading span{font:14px var(--font-site),Arial,sans-serif;color:#68736c}.village-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:17px}.village-card{position:relative;min-height:250px;background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;color:inherit;text-decoration:none;box-shadow:0 9px 24px rgba(35,44,37,.07);transition:transform .2s,box-shadow .2s}.village-card:hover{box-shadow:0 16px 30px rgba(35,44,37,.14)}.card-photo{height:132px;background-position:50%;filter:saturate(.82)}.card-icon{position:absolute;top:108px;left:17px;background:#286044;color:#fff;width:39px;height:39px;border:3px solid #fff;border-radius:50%;display:grid;place-items:center}.card-text{padding:24px 42px 19px 17px}.card-text h3{font-size:20px;letter-spacing:-.035em;margin:0 0 7px}.card-text p{margin:0;color:#6e756f;font:13px/1.35 var(--font-site),Arial,sans-serif}.card-arrow{position:absolute;right:17px;bottom:19px;color:#4f6658}@media(max-width:1100px){.village-grid{grid-template-columns:repeat(3,1fr)}.hero-top a{display:none}.hero-top a:first-child,.hero-top a:nth-child(2){display:block}}@media(max-width:760px){.village-sidebar{position:static;width:auto;height:auto;padding:16px;flex-direction:row;align-items:center}.village-sidebar nav,.village-social{display:none}.village-brand{margin:0}.village-main{margin:0;padding:0}.village-hero{border-radius:0;min-height:520px}.hero-copy{margin-top:65px}.statbar{left:18px;right:18px;bottom:18px;display:grid;grid-template-columns:repeat(3,1fr)}.statbar div{min-width:0;padding:11px 8px}.statbar div:nth-child(3){border-right:0}.statbar div:nth-child(-n+3){border-bottom:1px solid rgba(255,255,255,.12)}.village-content{padding:30px 18px}.village-grid{grid-template-columns:repeat(2,1fr);gap:11px}.village-card{min-height:220px}.card-photo{height:108px}.card-icon{top:84px}.card-text{padding:22px 25px 14px 13px}.card-text h3{font-size:16px}.card-text p{font-size:11px}.card-arrow{right:10px;bottom:13px}.hero-copy h1{font-size:45px}}@media(max-width:420px){.village-grid{grid-template-columns:1fr}.statbar div{grid-template-columns:20px auto}.statbar b{font-size:15px}.statbar small{font-size:9px}}.village-nav-group{position:relative;display:grid}.village-nav-group>a:after{content:"";margin-left:auto}.village-nav-group:has(.village-subnav)>a:after{content:"›";font-size:18px;color:#9fc0a9}.village-subnav{display:none;margin:-2px 0 4px 31px;gap:2px}.village-nav-group:focus-within .village-subnav,.village-nav-group:hover .village-subnav{display:grid}.village-subnav a{padding:8px 10px;color:#bcd3c0;font-size:12px}.village-subnav a:before{content:"";width:6px;height:1px;background:#6c9278}.hero-nav-group{position:relative;display:flex;height:68px;align-items:center}.hero-subnav{position:absolute;top:56px;left:0;z-index:30;min-width:220px;display:none;border:1px solid rgba(255,255,255,.14);border-radius:10px;background:#0d2f21;padding:8px;box-shadow:0 14px 30px rgba(0,0,0,.2)}.hero-nav-group:focus-within .hero-subnav,.hero-nav-group:hover .hero-subnav{display:grid}.hero-subnav a{padding:9px 10px;border-radius:8px;color:#e9f4ea}.hero-subnav a:hover{background:#22583d;color:#fff;text-decoration:none}@media(max-width:760px){.hero-nav-group{display:none}}.home-news-strip{background:#f0ece3;border-radius:20px;margin:28px clamp(12px,3vw,42px) 0;padding:28px clamp(16px,3vw,32px) 22px}.home-news-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:18px}.home-news-heading p{font:700 11px var(--font-site),Arial,sans-serif;text-transform:uppercase;letter-spacing:.14em;color:#678675;margin:0 0 6px}.home-news-heading h2{font-size:28px;letter-spacing:-.04em;margin:0;color:#123f2b}.home-news-heading a{display:inline-flex;align-items:center;gap:7px;color:#087c38;text-decoration:none;font:800 13px var(--font-site),Arial,sans-serif}.home-news-slider{position:relative}.home-news-viewport{overflow:hidden}.home-news-track{--home-news-columns:3;display:flex;transition:transform .45s ease}.home-news-slide{min-width:calc(100% / var(--home-news-columns));padding:0 6px;display:flex;flex-direction:column;color:inherit;text-decoration:none;transition:transform .25s ease,box-shadow .25s ease}.home-news-slide:hover .home-news-body{box-shadow:0 14px 30px rgba(35,44,37,.15)}.home-news-image{height:200px;border:1px solid var(--line);border-bottom:0;border-radius:16px 16px 0 0;background-repeat:no-repeat}.home-news-image-empty{color:#d4bd69}.home-news-body{min-height:128px;display:flex;flex:1;flex-direction:column;padding:15px 17px 17px;border:1px solid var(--line);border-top:0;border-radius:0 0 16px 16px;background:#fff;box-shadow:0 10px 26px rgba(35,44,37,.1);border-left:4px solid #087c38}.home-news-body small{font:800 10px var(--font-site),Arial,sans-serif;text-transform:uppercase;letter-spacing:.1em;color:#087c38;background:#e9f7ec;padding:3px 8px;border-radius:999px;width:max-content}.home-news-body strong{font-size:20px;line-height:1.12;letter-spacing:-.025em;color:#123f2b;transition:color .2s ease}.home-news-body em,.home-news-body strong{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.home-news-body em{color:#657168;font:12px/1.4 var(--font-site),Arial,sans-serif;font-style:normal}.home-news-control{position:absolute;top:50%;z-index:2;display:grid;width:36px;height:36px;place-items:center;border:1px solid #dfe4da;border-radius:50%;background:#fff;color:#0d6f34;box-shadow:0 8px 18px rgba(31,41,36,.12);transform:translateY(-50%);cursor:pointer}.home-news-prev{left:-6px}.home-news-next{right:-6px}.home-news-dots{display:flex;justify-content:center;gap:7px;margin-top:11px}.home-news-dots button{width:7px;height:7px;border:0;border-radius:50%;background:#cfd9cf;cursor:pointer}.home-news-dots button.active{width:22px;border-radius:999px;background:#087c38;position:relative;overflow:hidden}.home-news-dots button.active:after{left:0;top:0;bottom:0;background:rgba(255,255,255,.35)}@media(max-width:1100px){.home-news-image{height:210px}.home-news-body{min-height:132px}}@media(max-width:760px){.home-news-strip{padding:26px 12px 0;margin:18px 0 0;border-radius:0}.home-news-heading{align-items:flex-start;padding:0 6px}.home-news-heading h2{font-size:22px}.home-news-heading a{font-size:12px}.home-news-image{height:220px}.home-news-body{min-height:124px;padding:16px 17px 18px}.home-news-body strong{font-size:19px}.home-news-body em{font-size:12px}.home-news-control{display:none}}@media(max-width:420px){.home-news-heading{display:grid}.home-news-heading a{justify-self:start}.home-news-body strong{font-size:20px}}.village-hero{height:clamp(360px,40vh,390px);min-height:360px}.village-hero .hero-copy{margin-top:28px;max-width:560px}.village-hero .hero-copy h1{margin:10px 0 12px;font-size:clamp(40px,4.2vw,56px);line-height:.96}.village-hero .hero-copy>p:not(.eyebrow){margin-bottom:16px;font-size:15px}.home-news-strip{margin-top:18px;padding:22px clamp(18px,3vw,36px) 14px;border:1px solid #ebe4d6;border-radius:18px;background:#f5f2eb}.home-news-heading{margin-bottom:14px}.home-news-heading h2{position:relative;padding-bottom:8px;font-size:29px}.home-news-heading h2:after{content:"";position:absolute;left:0;bottom:0;width:min(100%,240px);height:4px;border-radius:999px;background:linear-gradient(90deg,#247443,#8fbb81)}.home-news-heading>a{transition:color .25s ease,transform .25s ease}.home-news-heading>a:hover{color:#045d2a;transform:translateX(3px)}.home-news-swiper{margin:-4px 0 -8px;padding:4px 0 14px;overflow:hidden}.home-news-swiper .swiper-wrapper{align-items:stretch}.home-news-swiper .home-news-slide{display:flex;min-width:0;height:auto}.home-news-slide{padding:0 9px;transition:transform .25s ease}.home-news-link{height:100%;color:inherit;text-decoration:none}.home-news-card,.home-news-link{display:flex;width:100%;min-width:0}.home-news-card{flex:1 1 auto;height:330px;flex-direction:column;overflow:hidden;border:1px solid #e5dfd2;border-left:4px solid #70ad7d;border-radius:18px;background:#e9e3d8;box-shadow:0 12px 28px rgba(35,44,37,.12);transition:box-shadow .25s ease,border-color .25s ease}.home-news-slide:hover{transform:translateY(-4px)}.home-news-slide:hover .home-news-card{border-color:#acd0b3;box-shadow:0 20px 40px rgba(35,44,37,.18)}.home-news-image{position:relative;height:218px;flex:0 0 218px;overflow:hidden;border:0;border-radius:0;background-color:#e8e5dc;background-position:50%;background-size:cover}.home-news-image:after{content:"";position:absolute;inset:55% 0 0;background:linear-gradient(transparent,rgba(8,28,19,.52));pointer-events:none}.home-news-image-empty{display:grid;place-items:center;background:linear-gradient(145deg,#e7eee6,#d6e2d6);color:#997d2b}.home-news-badges{position:absolute;z-index:1;left:13px;bottom:12px;display:flex;flex-wrap:wrap;gap:7px}.home-news-badge{display:inline-flex;width:max-content;padding:5px 10px;border-radius:999px;font:800 11px/1 var(--font-site),Arial,sans-serif;letter-spacing:0;text-transform:none;box-shadow:0 4px 12px rgba(20,30,23,.14);backdrop-filter:blur(8px)}.home-news-badge-date{background:rgba(255,253,248,.92);color:#26342b}.home-news-badge-general{background:rgba(224,245,228,.94);color:#096b33}.home-news-badge-culture{background:rgba(250,232,166,.95);color:#664a05}.home-news-body{min-height:0;flex:1 1 auto;gap:7px;padding:13px 17px 14px;border:0;border-radius:0;background:linear-gradient(145deg,#eee8dc,#e6dfd2);box-shadow:none}.home-news-body strong{font-size:19px;line-height:1.14;color:#103b29;transition:color .25s ease}.home-news-slide:hover .home-news-body strong{color:#087c38}.home-news-body em{-webkit-line-clamp:1;font-size:13px;line-height:1.38;color:#44564b}.home-news-dots{gap:0;margin-top:5px}.home-news-dots button{position:relative;width:34px;height:34px;border-radius:0;background:transparent;transition:none}.home-news-dots button:before{content:"";position:absolute;top:50%;left:50%;width:8px;height:8px;border-radius:999px;background:#a8c5a9;transform:translate(-50%,-50%)}.home-news-dots button.active:before{width:32px;background:#70ad7d}.home-news-dots button.active:after{content:"";position:absolute;top:13px;left:1px;width:32px;height:8px;border-radius:999px;background:rgba(255,255,255,.62);transform:scaleX(0);transform-origin:left;animation:news-dot-progress 5.2s linear}.village-card{min-height:320px;border-left:4px solid #70ad7d;box-shadow:0 12px 28px rgba(35,44,37,.1);transition:all .25s ease}.village-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px rgba(35,44,37,.16);border-color:#acd0b3}.village-card:hover .card-text h3{color:#087c38}.card-photo{height:190px;background-size:cover;transition:filter .25s ease,transform .35s ease}.village-card:hover .card-photo{filter:saturate(1.02);transform:scale(1.015)}.card-icon{top:166px}.card-text h3{transition:color .25s ease}.home-news-slide:focus-visible,.village-card:focus-visible{outline:3px solid #d8bc70;outline-offset:3px}@media(max-width:1100px){.home-news-card{height:340px}.home-news-image{height:225px;flex-basis:225px}.village-card{min-height:300px}.card-photo{height:175px}.card-icon{top:151px}}@media(max-width:760px){.village-hero{height:auto;min-height:520px}.village-hero .hero-copy{margin-top:65px;max-width:600px}.village-hero .hero-copy h1{margin:12px 0 18px;font-size:45px;line-height:.94}.village-hero .hero-copy>p:not(.eyebrow){margin-bottom:24px;font-size:17px}.home-news-strip{margin-top:18px;padding:28px 12px 20px;border-right:0;border-left:0;border-radius:0}.home-news-heading{padding:0 8px}.home-news-heading h2{font-size:26px}.home-news-card{height:350px}.home-news-image{height:228px;flex-basis:228px}.home-news-body{padding:14px 18px 15px}.village-card{min-height:280px}.card-photo{height:165px}.card-icon{top:141px}}@media(max-width:420px){.home-news-heading h2{font-size:25px}.home-news-card{height:342px}.home-news-image{height:220px;flex-basis:220px}.card-photo{height:190px}.card-icon{top:166px}}@media(prefers-reduced-motion:reduce){.card-photo,.home-news-card,.home-news-slide,.home-news-track,.village-card{transition:none}.home-news-dots button.active:after{animation:none;transform:scaleX(1)}}@keyframes news-dot-progress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.hero-top .public-mobile-menu-button,.hero-top .public-mobile-menu-layer{display:none}@media(max-width:760px){.hero-top{z-index:80;height:58px;justify-content:space-between;gap:12px;padding:0 18px}.hero-top>a{display:none!important}.hero-top .public-mobile-menu-button{display:grid;width:44px;height:44px;flex:0 0 auto;place-items:center;border:1px solid rgba(255,255,255,.16);border-radius:12px;background:#0b2f22;color:#fff}.hero-top .public-mobile-menu-layer{position:fixed;inset:0;z-index:9999;display:block;pointer-events:none}.hero-top .public-mobile-menu-layer.is-open{pointer-events:auto}.hero-top .public-mobile-menu-backdrop{position:absolute;inset:0;border:0;background:rgba(3,18,12,.42);opacity:0;transition:opacity .2s ease}.hero-top .public-mobile-menu-layer.is-open .public-mobile-menu-backdrop{opacity:1}.hero-top .public-mobile-menu-panel{position:absolute;top:0;bottom:0;left:0;width:min(84vw,330px);display:block;overflow-y:auto;background:linear-gradient(165deg,#0b3124,#061e16);padding:22px 18px 28px;color:#eaf4eb;box-shadow:18px 0 42px rgba(0,0,0,.28);transform:translateX(-105%);transition:transform .22s ease}.hero-top .public-mobile-menu-layer.is-open .public-mobile-menu-panel{transform:translateX(0)}.hero-top .public-mobile-menu-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;color:#fff;font-size:20px;font-weight:800}.hero-top .public-mobile-menu-title button{display:grid;width:44px;height:44px;place-items:center;border:1px solid rgba(255,255,255,.16);border-radius:10px;background:#0b2f22;color:#fff}.hero-top .public-mobile-menu-group{border-top:1px solid rgba(255,255,255,.08)}.hero-top .public-mobile-menu-group>a{display:flex!important;padding:14px 4px;color:#fff;font-weight:800;text-decoration:none}.hero-top .public-mobile-menu-group>div{display:grid;gap:3px;padding:0 0 10px 14px}.hero-top .public-mobile-menu-group>div a{display:flex!important;min-height:44px;align-items:center;border-radius:9px;padding:9px 10px;color:#cfe2d1;font-size:14px;text-decoration:none}.hero-top .public-mobile-menu-group>div a:before{content:"";display:inline-block;width:8px;height:1px;margin-right:8px;vertical-align:middle;background:#86a992}.hero-top button:not(.public-mobile-menu-backdrop){width:44px;height:44px;flex:0 0 auto}body.public-mobile-menu-open{overflow:hidden}}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.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{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.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{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px;.swiper-cube-shadow,.swiper-slide{transform-style:preserve-3d}}.swiper-css-mode{>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none;&::-webkit-scrollbar{display:none}}>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}&.swiper-horizontal{>.swiper-wrapper{scroll-snap-type:x mandatory}>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}}&.swiper-vertical{>.swiper-wrapper{scroll-snap-type:y mandatory}>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}}&.swiper-free-mode{>.swiper-wrapper{scroll-snap-type:none}>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}}&.swiper-centered{>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}}&.swiper-centered.swiper-horizontal{>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}}&.swiper-centered.swiper-vertical{>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}}}.swiper-3d{.swiper-slide-shadow,.swiper-slide-shadow-bottom,.swiper-slide-shadow-left,.swiper-slide-shadow-right,.swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),rgba(0,0,0,0))}}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border-radius:50%;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top:4px solid transparent}.swiper-watch-progress .swiper-slide-visible,.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)}}