:root{--wrp-blue: #2764FF;--wrp-dark: #04163F;--wrp-text-mid: #3D5278;--wrp-text-light: #8A9BBF;--wrp-border: #DEE5F0;--wrp-input-bg: #F6F8FC;--wrp-success: #1EBB6E;--wrp-radius: 12px}.wrp-wrapper{position:relative;height:100vh;height:100dvh;overflow:hidden;max-width:100%;width:100%}.wrp-preview__content{pointer-events:none;-webkit-user-select:none;user-select:none;overflow:hidden;max-width:100%}.wrp-preview__content .wr{max-width:1400px;overflow:hidden}.wrp-preview__shader{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,#f4f4f480,#f4f4f494,#f4f4f4a8,#f4f4f4bf,#f4f4f4e0,#f4f4f4f7);pointer-events:none;z-index:2}.wrp-form-overlay{position:absolute;top:0;left:0;right:0;bottom:0;z-index:3;display:flex;align-items:center;justify-content:center;padding:20px;pointer-events:none}.wrp-form-overlay .wrp-container{pointer-events:auto;width:100%;max-width:560px;background:#ffffffeb;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:20px;padding:40px 36px;box-shadow:0 8px 40px #04163f1f,0 2px 8px #04163f0f;margin-bottom:20px;overflow:hidden;animation:wrp-formEntrance .8s cubic-bezier(.16,1,.3,1) both;animation-delay:.3s}@keyframes wrp-formEntrance{0%{opacity:0;transform:translateY(30px) scale(.96);filter:blur(4px)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}.wrp-logo{text-align:center;margin-bottom:30px}.wrp-logo img{height:20px;width:auto}.wrp-title{font-family:Inter,sans-serif;font-size:28px;font-weight:700;color:var(--wrp-dark);line-height:1.2;margin:0 0 8px;text-align:center}.wrp-title__free{color:var(--wrp-blue)}.wrp-desc{font-family:Inter,sans-serif;font-size:14px;line-height:1.5;color:var(--wrp-text-mid);margin:0 0 20px;text-align:center}.wrp-form{display:flex;flex-direction:column;gap:10px}.wrp-form-row{display:flex;gap:8px;align-items:stretch}.wrp-input-group{display:flex;flex-direction:column;gap:4px}.wrp-input-group--grow{flex:1;min-width:0}.wrp-form-input{width:100%;padding:14px 16px;border:1.5px solid var(--wrp-border);border-radius:var(--wrp-radius);background:#fff;font-family:Inter,sans-serif;font-size:15px;color:var(--wrp-dark);transition:all .2s ease;outline:none;box-sizing:border-box}.wrp-form-input::placeholder{color:var(--wrp-text-light)}.wrp-form-input:focus{border-color:var(--wrp-blue);box-shadow:0 0 0 3px #2764ff1a}.wrp-form-input.is-validating{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%238A9BBF' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='10' stroke-dasharray='31.4' stroke-dashoffset='10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:18px;padding-right:40px}.wrp-form-input.is-valid{border-color:var(--wrp-success);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%231EBB6E' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:18px;padding-right:40px}.wrp-form-input.is-valid:focus{box-shadow:0 0 0 3px #1ebb6e26}.wrp-form-input.is-invalid{border-color:#ef4444;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23ef4444' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'/%3E%3Cline x1='6' y1='6' x2='18' y2='18'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:18px;padding-right:40px}.wrp-form-input.is-invalid:focus{box-shadow:0 0 0 3px #ef444426}.wrp-postcode-error{display:block;margin-top:4px;font-size:12px;font-weight:500;color:#ef4444}.wrp-form-submit{position:relative;display:flex;justify-content:center;align-items:center;white-space:nowrap;padding:14px 28px;background:var(--wrp-blue);color:#fff;border:none;border-radius:var(--wrp-radius);font-family:Inter,sans-serif;font-size:15px;font-weight:600;cursor:pointer;transition:all .25s ease}.wrp-form-submit:hover:not(:disabled){background:#1b52e0;transform:translateY(-1px);box-shadow:0 6px 24px #2764ff4d}.wrp-form-submit:active:not(:disabled){transform:translateY(0)}.wrp-form-submit:disabled{opacity:.5;cursor:not-allowed}.wrp-submit-loader{position:absolute;width:20px;height:20px;border:2.5px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;opacity:0;animation:wrp-spin .8s linear infinite;animation-play-state:paused}.wrp-form-submit.is-loading .wrp-submit-text{opacity:0}.wrp-form-submit.is-loading .wrp-submit-loader{opacity:1;animation-play-state:running}@keyframes wrp-spin{to{transform:rotate(360deg)}}.wrp-loading{display:flex;flex-direction:column;align-items:center;text-align:center;gap:20px;width:100%;font-family:Inter,sans-serif}.wrp-loading__title{font-size:20px;font-weight:700;color:var(--wrp-dark);margin:0}.wrp-radar{position:relative;width:100%;height:300px;border-radius:0;overflow:hidden;margin:-40px -36px 24px;width:calc(100% + 72px)}.wrp-radar__map{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.wrp-radar__map iframe{position:absolute;top:-100px;left:-100px;width:calc(100% + 200px);height:calc(100% + 200px);border:0;pointer-events:none;filter:saturate(.4) brightness(1.05)}.wrp-radar__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 50%,#3863f60f,#04163f26 60%,#04163f59);z-index:2}.wrp-radar__sweep{position:absolute;top:50%;left:50%;width:500px;height:500px;margin-top:-250px;margin-left:-250px;border-radius:50%;background:conic-gradient(from 0deg,transparent 0deg,transparent 270deg,rgba(56,99,246,.35) 340deg,rgba(56,99,246,.08) 360deg);animation:wrp-radarSweep 3s linear infinite;z-index:3}@keyframes wrp-radarSweep{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.wrp-radar__pulse{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;border:1.5px solid rgba(56,99,246,.4);z-index:4;opacity:0}.wrp-radar__pulse--1{width:40px;height:40px;animation:wrp-radarPulse 3s ease-out infinite 0s}.wrp-radar__pulse--2{width:40px;height:40px;animation:wrp-radarPulse 3s ease-out infinite 1s}.wrp-radar__pulse--3{width:40px;height:40px;animation:wrp-radarPulse 3s ease-out infinite 2s}@keyframes wrp-radarPulse{0%{width:30px;height:30px;opacity:.7;border-color:#3863f699}to{width:500px;height:500px;opacity:0;border-color:#3863f600}}.wrp-radar__pin{position:absolute;top:50%;left:50%;transform:translate(-50%,-75%);z-index:6;filter:drop-shadow(0 2px 6px rgba(56,99,246,.4));animation:wrp-pinBounce 2s ease infinite}@keyframes wrp-pinBounce{0%,to{transform:translate(-50%,-75%)}50%{transform:translate(-50%,-80%)}}.wrp-radar__ring{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;border:1px solid rgba(56,99,246,.12);z-index:1;pointer-events:none}.wrp-radar__ring--1{width:50%;height:50%}.wrp-radar__ring--2{width:80%;height:80%}.wrp-progressbar{width:100%;height:4px;background:#0000000f;border-radius:2px;overflow:hidden}.wrp-progressbar__fill{height:100%;width:0%;background:linear-gradient(90deg,#3863f6,#6b8cff);border-radius:2px;transition:none}.wrp-progressbar__fill.is-running{width:100%;transition:width 15s cubic-bezier(.25,.1,.25,1)}.wrp-loading__grid{display:grid;grid-template-columns:1fr 1fr;gap:0;width:100%;max-width:520px;border-top:1px solid rgba(0,0,0,.06);border-left:1px solid rgba(0,0,0,.06)}.wrp-loading__grid .wrp-loading__step{display:flex;align-items:center;gap:10px;padding:14px 16px;font-size:13px;color:#b0b8c9;font-weight:500;border-right:1px solid rgba(0,0,0,.06);border-bottom:1px solid rgba(0,0,0,.06);transition:color .6s ease,background .6s ease;line-height:1.4}.wrp-loading__grid .wrp-loading__step.is-done{color:#3863f6;background:#3863f60a}.wrp-loading__grid .wrp-loading__step-dot{width:8px;height:8px;border-radius:50%;background:#d0d5de;flex-shrink:0;transition:background .6s ease}.wrp-loading__grid .wrp-loading__step.is-done .wrp-loading__step-dot{background:#3863f6}.wrp-loading__grid .wrp-loading__step.is-pulse{animation:wrp-stepPulse .6s ease}.wrp-loading__grid .wrp-loading__step.is-pulse .wrp-loading__step-dot{animation:wrp-dotPulse .6s ease}@keyframes wrp-stepPulse{0%{background:#3863f626;transform:scale(1.03)}50%{background:#3863f614;transform:scale(1.01)}to{background:#3863f60a;transform:scale(1)}}@keyframes wrp-dotPulse{0%{transform:scale(1.8);box-shadow:0 0 12px #3863f699}50%{transform:scale(1.3);box-shadow:0 0 6px #3863f64d}to{transform:scale(1);box-shadow:none}}@media(max-width:480px){.wrp-radar{height:220px;margin:-28px -20px 20px;width:calc(100% + 40px)}.wrp-loading__grid{grid-template-columns:1fr}.wrp-loading__grid .wrp-loading__step{font-size:12px;padding:12px 14px}}.wrp-error{display:flex;flex-direction:column;align-items:center;text-align:center;padding:20px 0;gap:12px;font-family:Inter,sans-serif}.wrp-error__title{font-size:20px;font-weight:700;color:var(--wrp-dark);margin:0}.wrp-error__desc{font-size:14px;color:var(--wrp-text-mid);line-height:1.5;margin:0 0 8px}.wrp-error .wrp-form-submit{width:auto;padding:12px 32px}@media(max-width:640px){.wrp-wrapper{height:160vh;height:160dvh}.wrp-form-overlay{height:100vh;height:100dvh;bottom:auto}.wrp-form-overlay .wrp-container{padding:28px 20px;border-radius:16px;overflow:hidden}.wrp-title{font-size:24px}.wrp-desc{font-size:13px;margin-bottom:14px}.wrp-form-row{flex-direction:column}}.wr{font-family:Instrument Sans,-apple-system,BlinkMacSystemFont,sans-serif!important;color:#1a1a1a;line-height:1.5;max-width:1200px;margin:0 auto;padding:0 16px;background:#f4f4f4;-webkit-font-smoothing:antialiased}.wr *,.wr *:before,.wr *:after{box-sizing:border-box;margin:0;padding:0;font-family:Instrument Sans,-apple-system,BlinkMacSystemFont,sans-serif!important}.wr section{margin-bottom:40px}.wr-section__title{font-family:Instrument Sans,sans-serif;font-size:30px;font-weight:500;line-height:37px;margin-bottom:24px;padding-top:20px;color:#1a1a1a;text-align:center}.wr-section__accent{color:#3863f6}.wr-ring{position:relative;display:inline-flex;align-items:center;justify-content:center}.wr-ring--lg{width:80px;height:80px}.wr-ring--sm{width:56px;height:56px}.wr-ring svg{display:block;width:100%;height:100%}.wr-ring__val{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.wr-ring__num{font-size:14px;font-weight:700;line-height:1.1;letter-spacing:-.02em}.wr-ring__num--sm{font-size:12px;font-weight:700}.wr-ring__label{font-size:11px;font-weight:500;color:#888;line-height:1.2;margin-top:1px}.wr-hero{padding:0 0 8px;margin-top:24px}.wr-hero__top{display:flex;flex-direction:column}.wr-hero__mapWrap{height:180px;border-radius:20px;overflow:hidden;box-shadow:0 4px 16px #0000001a;position:relative}.wr-hero__mapWrap iframe{position:absolute;top:-110px;left:-10px;width:calc(100% + 20px);height:calc(100% + 170px);border:0;pointer-events:none}.wr-hero__info{padding:16px 4px 0;display:flex;flex-direction:column;gap:12px}.wr-hero__infoTop{display:flex;gap:12px;align-items:center}.wr-hero__infoText{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.wr-hero__scoreWrap{flex-shrink:0}.wr-hero__titleRow{display:flex;align-items:center;justify-content:space-between;gap:10px}.wr-hero__title{font-size:32px;font-weight:500;color:#000;line-height:1.2;flex:1;min-width:0}.wr-hero__title strong{font-weight:700}.wr-hero__sub{font-size:16px;font-weight:500;color:#686868;line-height:20px}.wr-hero__date{font-size:12px;font-weight:500;color:#686868;line-height:15px}.wr-hero__count{font-size:18px;font-weight:500;color:#3863f6;line-height:1.3;margin-top:2px}.wr-hero__riskBox{margin-top:2px;display:flex;flex-direction:column;align-items:center}.wr-hero__riskPills{width:100%;display:flex;align-items:center;gap:6px;flex-wrap:nowrap}.wr-hero__pill{display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:5px 10px;border-radius:100px;font-size:12px;font-weight:600;line-height:1;flex:1 1 0}.wr-hero__pill--red{background:#dc262614;color:#dc2626}.wr-hero__pill--orange{background:#d9770614;color:#b45309}.wr-hero__pill--green{background:#16a36a14;color:#15803d}.wr-hero__pillNum{font-weight:800;font-size:13px}.wr-hero__pillLabel{font-weight:500;opacity:.85}.wr-pws-infoBtn{display:flex;align-items:center;justify-content:center;width:100%;background:none;border:1.5px solid rgba(56,99,246,.25);border-radius:100px;cursor:pointer;color:#3863f6;padding:5px 12px;font-size:12px;font-weight:500;transition:all .15s;margin-top:12px}.wr-hero__descTitle{font-family:Instrument Sans,sans-serif;font-size:16px;font-weight:600;color:#1a1a1a;margin:18px 0 0}.wr-hero__desc{font-size:13px;color:#555;line-height:1.5;min-height:40px;text-align:justify}.wr-hero__share{display:inline-flex;align-items:center;gap:5px;padding:6px 14px;background:transparent;color:#3863f6;border:1.5px solid #3863F6;border-radius:100px;font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap;transition:all .2s;flex-shrink:0}.wr-hero__share svg{flex-shrink:0;width:13px;height:13px}.wr-hero__catsTitle{font-family:Instrument Sans,sans-serif;font-size:16px;font-weight:600;color:#1a1a1a;margin:18px 0 8px}.wr-hero__cats{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:0}.wr-hero__catCard{background:#fff;border-radius:14px;box-shadow:0 2px 10px #0000000f;padding:14px 8px 12px;display:flex;flex-direction:column;align-items:center;gap:6px}.wr-hero__catLabel{font-size:13px;font-weight:500;color:#000;text-align:center;line-height:normal}.wr-compo{padding:0;margin-top:64px}.wr-compo__cardsWrap{position:relative}.wr-compo__cards{display:flex;flex-direction:column;gap:10px;margin-bottom:4px}.wr-compo__card{position:relative;display:flex;flex-direction:column;gap:6px;padding:14px 16px 32px;background:#fff;border-radius:14px;border:1px solid rgba(0,0,0,.06);box-shadow:0 1px 6px #0000000a}.wr-compo__card:after{content:"\2713  Filtered by Puure";position:absolute;bottom:8px;right:12px;font-size:10px;font-weight:600;color:#16a34a;background:#16a34a14;padding:3px 8px;border-radius:6px;line-height:1;pointer-events:none}.wr-compo__cardName{display:flex;align-items:center;gap:8px;font-size:18px;font-weight:800;color:#000;line-height:1.25;padding-right:55px;max-width:307px}.wr-compo__cardName svg{flex-shrink:0}.wr-compo__cardType{font-size:13px;color:#888;line-height:1.4;padding-right:78px;margin-bottom:10px}.wr-compo__cardTags{display:flex;flex-wrap:wrap;gap:5px;min-width:0;padding-top:10px}.wr-compo__tag{display:inline-block;font-size:10px;padding:3px 8px;border-radius:20px;font-weight:500;border:1px solid;background:transparent}.wr-compo__cardBadge{position:absolute;top:14px;right:14px;display:flex;flex-direction:column;align-items:center;justify-content:center;width:72px;height:72px;border-radius:50%;flex-shrink:0;color:#fff;text-align:center}.wr-compo__badgeVal{font-size:22px;font-weight:800;line-height:1;letter-spacing:-.03em}.wr-compo__badgeSub{font-size:8px;font-weight:600;opacity:.9;line-height:1.1;margin-top:1px;max-width:56px}.wr-reco{position:relative;overflow:hidden;margin-left:calc(-50vw + 50%);width:100vw;padding:48px 16px 56px;background:radial-gradient(ellipse 80% 60% at 20% 0%,rgba(56,99,246,.18) 0%,transparent 60%),radial-gradient(ellipse 60% 50% at 85% 100%,rgba(99,56,246,.12) 0%,transparent 55%),radial-gradient(ellipse 50% 40% at 50% 50%,rgba(56,99,246,.06) 0%,transparent 50%),linear-gradient(180deg,#060a14,#0a1024 35%,#0d1430 65%,#080e1e)}.wr-reco:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background-image:radial-gradient(circle at 25% 20%,rgba(56,99,246,.08) 0%,transparent 40%),radial-gradient(circle at 75% 80%,rgba(120,80,255,.06) 0%,transparent 35%)}.wr-reco:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpattern id='g' width='60' height='60' patternUnits='userSpaceOnUse'%3E%3Cpath d='M60 0H0v60' fill='none' stroke='rgba(255,255,255,0.02)' stroke-width='0.5'/%3E%3C/pattern%3E%3C/defs%3E%3Crect fill='url(%23g)' width='60' height='60'/%3E%3C/svg%3E");opacity:1;pointer-events:none}.wr-reco>*{position:relative;z-index:1}.wr-reco__glow-top{position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(56,99,246,.3) 30%,rgba(120,80,255,.2) 70%,transparent 100%);z-index:1}.wr-reco__glow-bottom{position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(56,99,246,.2) 30%,rgba(120,80,255,.15) 70%,transparent 100%);z-index:1}.wr-section__title--reco{margin-top:0;font-size:22px;margin-bottom:24px;color:#fff;text-shadow:0 2px 12px rgba(0,0,0,.4);border-bottom:none}.wr-reco .wr-section__accent{color:#ffffffeb!important;text-shadow:0 0 20px rgba(56,99,246,.4)}.wr-filtres{display:grid;grid-template-columns:1fr;gap:16px;max-width:1000px;margin:0 auto}.wr-filtre{background:#ffffff0f;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.12);border-radius:20px;overflow:hidden;box-shadow:0 8px 32px #0003;display:flex;flex-direction:column}.wr-filtre__imgWrap{width:100%;height:360px;overflow:hidden;background:#ffffff0d}.wr-filtre__imgWrap img{width:100%;height:100%;object-fit:cover;display:block}.wr-filtre__body{padding:24px;display:flex;flex-direction:column;flex:1}.wr-filtre__firstTitle{display:block;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#fff;margin-bottom:8px}.wr-filtre__title{font-size:22px;font-weight:700;color:#fff;line-height:1.25;margin:0 0 4px}.wr-filtre__subtitle{font-size:13px;font-weight:500;color:#ffffffb3;margin:0 0 12px}.wr-filtre__desc{font-size:14px;font-weight:400;color:#ffffffbf;line-height:1.6;margin:0 0 20px;flex-grow:1}.wr-filtre__progress{margin-bottom:20px}.wr-filtre__track{position:relative;height:6px;background:linear-gradient(to right,#ea4335,#fbbc05,#34a853);border-radius:3px;margin:18px 0 38px}.wr-filtre__dot{position:absolute;top:50%;transform:translate(-50%,-50%);z-index:2;display:flex;flex-direction:column;align-items:center}.wr-filtre__dot--before .wr-filtre__dotVal{background:#ef8b2c}.wr-filtre__dot--after .wr-filtre__dotVal{background:#34a853}.wr-filtre__dotVal{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#fff;border:2px solid #fff;box-shadow:0 1px 4px #0000001f}.wr-filtre__pill{margin-top:8px;white-space:nowrap;padding:2px 8px;border-radius:12px;font-size:11px;font-weight:500;color:#ffffffd9;border:1px solid rgba(255,255,255,.25);background:transparent}.wr-filtre__btn{display:flex;align-items:center;justify-content:center;width:100%;background:#2764ffe6;color:#fff;padding:12px;border-radius:24px;font-size:14px;font-weight:600;text-decoration:none;text-align:center;transition:background .2s;border:none;cursor:pointer;margin-top:auto}@media(min-width:480px){.wr section{margin-bottom:56px}.wr-section__title{font-size:30px}.wr-hero__mapWrap{height:200px}.wr-hero__title{font-size:30px}.wr-ring--lg{width:88px;height:88px}.wr-ring__num{font-size:15px}.wr-ring__label{font-size:12px}.wr-ring--sm{width:60px;height:60px}.wr-ring__num--sm,.wr-hero__catLabel{font-size:13px}}@media(min-width:640px){.wr{padding:0 24px}.wr-section__title{font-size:30px;line-height:1.2}.wr-hero__mapWrap{height:240px;border-radius:20px}.wr-hero__title{font-size:32px;line-height:1.2}.wr-hero__sub{font-size:16px}.wr-hero__desc{font-size:13px}.wr-hero__cats{gap:10px}.wr-hero__catCard{padding:14px 10px 12px;border-radius:14px}.wr-ring--lg{width:96px;height:96px}.wr-ring__num{font-size:16px}.wr-ring--sm{width:64px;height:64px}.wr-ring__num--sm{font-size:14px}.wr-filtres{grid-template-columns:1fr 1fr;gap:24px}.wr-compo__cards{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;gap:12px}.wr-compo__cardType{font-size:11px}.wr-compo__tag{font-size:10px}}@media(min-width:768px){.wr{padding:0 32px}.wr section{margin-bottom:64px}.wr-section__title{font-size:32px;letter-spacing:-.02em;line-height:1.15}.wr-hero{padding-bottom:0;margin-top:24px}.wr-hero__top{flex-direction:row;gap:28px;align-items:stretch}.wr-hero__mapWrap{flex:0 0 38%;max-width:38%;height:auto;min-height:260px;border-radius:18px}.wr-hero__mapWrap iframe{top:-50px;height:calc(100% + 100px)}.wr-hero__info{padding:4px 0 0;flex:1;min-width:0;gap:10px}.wr-hero__title{font-size:32px}.wr-hero__count{font-size:18px;margin-top:16px}.wr-hero__desc{font-size:13px}.wr-hero__riskPills{gap:8px}.wr-hero__pill{font-size:12px;padding:5px 12px}.wr-hero__cats{gap:10px;margin-top:8px}.wr-hero__catCard{padding:16px 10px 14px;min-width:100px;border-radius:14px}.wr-ring--lg{width:100px;height:100px}.wr-ring__num{font-size:16px}.wr-pws-infoBtn{font-size:12px}.wr-reco{padding:64px 24px 80px}.wr-section__title--reco{font-size:28px;margin-bottom:28px}.wr-filtre__imgWrap{height:317px}.wr-compo__cards{grid-template-columns:repeat(3,1fr);gap:14px}.wr-compo__card{padding:16px 18px;border-radius:16px}.wr-compo__cardName{font-size:18px}.wr-compo__cardType{font-size:12px}.wr-compo__tag{font-size:11px;padding:3px 10px}}@media(min-width:1024px){.wr{padding:0 48px}.wr section{margin-bottom:80px}.wr-section__title{font-size:36px;line-height:1.1;margin-bottom:32px}.wr-hero{margin-top:36px}.wr-hero__top{gap:36px}.wr-hero__mapWrap{flex:0 0 36%;max-width:36%;min-height:300px;border-radius:22px}.wr-hero__mapWrap iframe{top:-40px;height:calc(100% + 80px)}.wr-hero__info{gap:14px}.wr-hero__title{font-size:38px}.wr-hero__sub{font-size:17px}.wr-hero__count{font-size:22px}.wr-hero__desc{font-size:14px;line-height:1.6}.wr-hero__share{font-size:14px;padding:8px 18px}.wr-hero__pill{font-size:14px;padding:6px 14px}.wr-hero__date,.wr-pws-infoBtn{font-size:14px}.wr-hero__cats{gap:14px;margin-top:12px}.wr-hero__catCard{padding:20px 14px 18px;min-width:120px;border-radius:16px;gap:6px}.wr-hero__catLabel{font-size:14px}.wr-ring--lg{width:110px;height:110px}.wr-ring__num{font-size:20px}.wr-ring__label{font-size:14px}.wr-ring--sm{width:72px;height:72px}.wr-ring__num--sm{font-size:15px}}@media(prefers-reduced-motion:reduce){.wrp-wrapper *{transition:none!important;animation:none!important}}
/*# sourceMappingURL=/cdn/shop/t/89/assets/water-report-page.css.map */
