.scenic-footer{
  position:relative;
  display:grid!important;
  grid-template-columns:1.3fr repeat(4,minmax(0,1fr));
  gap:45px;
  align-items:start!important;
  width:100%;
  padding:40px max(28px,calc((100vw - 1280px)/2)) 32px!important;
  border:0!important;
  background:#f0edf3!important;
  color:#17243d;
  font-family:Urbanist,Arial,sans-serif;
  text-align:left;
}
.scenic-cta + .scenic-footer{
  margin-top:-104px;
}
.scenic-footer:before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:-38px;
  height:50px;
  background:linear-gradient(180deg,transparent,#f0edf3 75%);
  pointer-events:none;
}
.scenic-footer .footer-brand img{width:160px!important;height:auto}
.scenic-footer .footer-brand p{
  margin:18px 0 8px!important;
  color:#35425a!important;
  font-size:13px;
  font-weight:800;
}
.scenic-footer .footer-brand span{
  color:#758094;
  font-size:12px;
  line-height:1.6;
}
.scenic-footer>nav{
  display:flex!important;
  flex-direction:column;
  gap:13px!important;
  margin:0!important;
  font-size:13px!important;
}
.scenic-footer>nav b{margin-bottom:5px;color:#17243d;font-size:14px}
.scenic-footer>nav a{color:#647087;text-decoration:none}
.scenic-footer>nav a:hover{color:#5a5ce8}
.scenic-footer .footer-bottom{
  grid-column:1/-1;
  display:flex;
  justify-content:space-between;
  gap:20px;
  margin:0;
  padding-top:35px;
  border-top:1px solid rgba(108,115,137,.16);
  color:#7c8493;
  font-size:11px;
}
.footer-comparison-directory{
  grid-column:1/-1;
  display:grid;
  grid-template-columns:minmax(150px,190px) minmax(0,1fr);
  gap:30px;
  width:100%;
  padding:28px 0;
  border-top:1px solid rgba(108,115,137,.16);
  border-bottom:1px solid rgba(108,115,137,.16);
  text-align:left;
}
.footer-comparison-directory>div{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:8px;
}
.footer-comparison-directory>div>b{
  color:#17243d;
  font-size:14px;
  line-height:1.3;
}
.footer-comparison-directory>div>a{
  color:#5a5ce8;
  font-size:12px;
  font-weight:750;
  text-decoration:none;
}
.footer-comparison-directory>nav{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr));
  align-content:start;
  gap:11px 20px!important;
  margin:0!important;
}
.footer-comparison-directory>nav>a{
  min-width:0;
  color:#647087;
  font-size:12px;
  font-weight:550;
  line-height:1.35;
  text-decoration:none;
}
.footer-comparison-directory a:hover{color:#575ce5}
.public-footer .footer-comparison-directory{
  border-color:rgba(255,255,255,.12);
}
.public-footer .footer-comparison-directory>div>b{color:#fff}
.public-footer .footer-comparison-directory>div>a{color:#aeb7ff}
.public-footer .footer-comparison-directory>nav>a{color:#aeb9cb}
.public-footer .footer-comparison-directory a:hover{color:#fff}
.help-footer .footer-comparison-directory{
  grid-column:1/-1;
  padding:28px 0;
}
.founding-footer{
  flex-wrap:wrap;
}
.founding-footer .footer-comparison-directory{
  flex:0 0 100%;
  order:5;
  border-color:rgba(255,255,255,.14);
}
.founding-footer .footer-comparison-directory>div{
  display:flex;
  flex:initial;
}
.founding-footer .footer-comparison-directory>div>b{color:#fff}
.founding-footer .footer-comparison-directory>div>a{color:#c6caff}
.founding-footer .footer-comparison-directory>nav{
  display:grid!important;
}
.founding-footer .footer-comparison-directory>nav>a{color:#d7dcf0}
@media(max-width:950px){
  .scenic-footer{grid-template-columns:1.5fr repeat(2,minmax(0,1fr))}
  .scenic-footer .footer-brand{grid-column:1/-1}
  .footer-comparison-directory>nav{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:620px){
  .scenic-footer{grid-template-columns:1fr 1fr!important;gap:35px!important;padding-inline:20px!important}
  .scenic-footer .footer-brand,.scenic-footer .footer-bottom{grid-column:1/-1}
  .scenic-footer .footer-bottom{align-items:flex-start;flex-direction:column}
  .footer-comparison-directory{grid-template-columns:1fr;gap:20px}
  .footer-comparison-directory>nav{grid-template-columns:1fr 1fr}
}
.footer-bottom a,.footer-bottom button{color:inherit;text-decoration:underline;text-decoration-color:rgba(95,109,137,.35);text-underline-offset:3px}.footer-bottom button{appearance:none;padding:0;border:0;background:none;font:inherit;cursor:pointer}.footer-bottom a:hover,.footer-bottom button:hover{color:#575ce5}.footer-bottom button:focus-visible{outline:2px solid #575ce5;outline-offset:4px;border-radius:2px}.footer-heart{color:#e33f59;font-size:1.15em}

.klax-cookie-consent[hidden],
.klax-cookie-consent [hidden]{
  display:none!important;
}
.klax-cookie-consent{
  --cookie-ink:#000;
  --cookie-muted:#5f6d84;
  --cookie-line:#dce3ee;
  position:fixed;
  z-index:2147483000;
  left:20px;
  bottom:20px;
  width:min(430px,calc(100vw - 40px));
  color:var(--cookie-ink);
  font-family:Urbanist,Arial,sans-serif;
  text-align:left;
}
.klax-cookie-launcher{
  display:flex;
  align-items:center;
  gap:9px;
  min-height:44px;
  padding:7px 15px 7px 8px;
  border:1px solid rgba(11,34,71,.13);
  border-radius:999px;
  background:#fff;
  color:var(--cookie-ink);
  box-shadow:0 10px 32px rgba(11,34,71,.16);
  font:750 13px/1 Urbanist,Arial,sans-serif;
  cursor:pointer;
}
.klax-cookie-launcher img{
  display:block;
  width:30px;
  height:30px;
  object-fit:contain;
}
.klax-cookie-panel{
  overflow:hidden;
  padding:22px;
  border:1px solid rgba(11,34,71,.14);
  border-radius:18px;
  background:rgba(255,255,255,.98);
  box-shadow:0 28px 80px rgba(9,27,58,.22);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  animation:klax-cookie-enter .24s ease-out both;
}
.klax-cookie-panel>header{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:15px;
}
.klax-cookie-panel>header>img{
  display:block;
  flex:0 0 auto;
  width:42px;
  height:42px;
  object-fit:contain;
}
.klax-cookie-panel>header>div{
  min-width:0;
}
.klax-cookie-panel>header span{
  display:block;
  margin-bottom:3px;
  color:#5962e8;
  font-size:9px;
  font-weight:900;
  letter-spacing:.14em;
}
.klax-cookie-panel h2{
  margin:0;
  color:var(--cookie-ink);
  font:800 23px/1.08 Urbanist,Arial,sans-serif;
  letter-spacing:-.025em;
}
.klax-cookie-panel>p{
  margin:0 0 15px;
  color:var(--cookie-muted);
  font-size:13px;
  line-height:1.55;
}
.klax-cookie-panel>a,
.klax-cookie-preference-links>a{
  color:#4c56d9;
  font-size:12px;
  font-weight:750;
  text-underline-offset:3px;
}
.klax-cookie-summary{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
  margin:0 0 13px;
}
.klax-cookie-summary span{
  display:grid;
  gap:2px;
  padding:10px 11px;
  border:1px solid var(--cookie-line);
  border-radius:10px;
  background:#f8f9fc;
}
.klax-cookie-summary b{
  color:var(--cookie-ink);
  font-size:11px;
}
.klax-cookie-summary small{
  color:#738097;
  font-size:10px;
}
.klax-cookie-actions{
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  gap:7px;
  margin-top:17px;
}
.klax-cookie-actions button,
.klax-cookie-preference-links button,
.klax-cookie-close{
  appearance:none;
  border:0;
  font-family:Urbanist,Arial,sans-serif;
  cursor:pointer;
}
.klax-cookie-actions button{
  min-height:42px;
  padding:8px 9px;
  border:1px solid #cfd7e5;
  border-radius:9px;
  background:#fff;
  color:var(--cookie-ink);
  font-size:11px;
  font-weight:800;
  line-height:1.15;
}
.klax-cookie-actions button:hover{
  border-color:#8f9bb0;
  background:#f7f8fb;
}
.klax-cookie-actions button.primary{
  border-color:var(--cookie-ink);
  background:var(--cookie-ink);
  color:#fff;
}
.klax-cookie-actions button.primary:hover{
  border-color:#171717;
  background:#171717;
}
.klax-cookie-panel button:focus-visible,
.klax-cookie-panel a:focus-visible,
.klax-cookie-launcher:focus-visible{
  outline:3px solid rgba(83,92,229,.38);
  outline-offset:3px;
}
.klax-cookie-preferences{
  width:min(540px,calc(100vw - 40px));
}
.klax-cookie-close{
  display:grid;
  place-items:center;
  flex:0 0 auto;
  width:34px;
  height:34px;
  margin-left:auto;
  border-radius:50%;
  background:#f2f4f8;
  color:#34425a;
  font-size:22px;
  line-height:1;
}
.klax-cookie-gpc{
  display:grid;
  gap:2px;
  margin:0 0 12px;
  padding:10px 12px;
  border:1px solid #b5d7cd;
  border-radius:10px;
  background:#eef9f6;
  color:#244f48;
}
.klax-cookie-gpc b{font-size:11px}
.klax-cookie-gpc span{font-size:10px;line-height:1.4}
.klax-cookie-categories{
  overflow:hidden;
  border:1px solid var(--cookie-line);
  border-radius:12px;
  background:#fff;
}
.klax-cookie-categories>div,
.klax-cookie-categories>label{
  display:flex;
  align-items:center;
  gap:16px;
  min-height:63px;
  padding:10px 12px;
  border-bottom:1px solid var(--cookie-line);
}
.klax-cookie-categories>*:last-child{
  border-bottom:0;
}
.klax-cookie-categories span{
  display:grid;
  flex:1 1 auto;
  gap:2px;
}
.klax-cookie-categories b{
  color:var(--cookie-ink);
  font-size:12px;
}
.klax-cookie-categories small{
  color:#6d7a90;
  font-size:10px;
  line-height:1.35;
}
.klax-cookie-categories em{
  flex:0 0 auto;
  color:#3e6d63;
  font-size:9px;
  font-style:normal;
  font-weight:850;
  text-transform:uppercase;
  letter-spacing:.06em;
}
.klax-cookie-categories label{
  position:relative;
  cursor:pointer;
}
.klax-cookie-categories input{
  position:absolute;
  width:1px;
  height:1px;
  opacity:0;
}
.klax-cookie-categories label>i{
  position:relative;
  flex:0 0 auto;
  width:38px;
  height:22px;
  border-radius:999px;
  background:#cbd3df;
  transition:background .18s ease;
}
.klax-cookie-categories label>i:after{
  content:"";
  position:absolute;
  top:3px;
  left:3px;
  width:16px;
  height:16px;
  border-radius:50%;
  background:#fff;
  box-shadow:0 1px 4px rgba(11,34,71,.25);
  transition:transform .18s ease;
}
.klax-cookie-categories input:checked+i{
  background:#5962e8;
}
.klax-cookie-categories input:checked+i:after{
  transform:translateX(16px);
}
.klax-cookie-categories input:focus-visible+i{
  outline:3px solid rgba(83,92,229,.38);
  outline-offset:3px;
}
.klax-cookie-categories input:disabled+i{
  opacity:.55;
}
.klax-cookie-panel .klax-cookie-fine-print{
  margin:10px 0 0;
  font-size:10px;
  line-height:1.45;
}
.klax-cookie-preference-links{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-top:10px;
}
.klax-cookie-preference-links button{
  padding:0;
  background:none;
  color:#4c56d9;
  font-size:10px;
  font-weight:750;
  text-decoration:underline;
  text-underline-offset:3px;
}
.klax-cookie-status{
  position:absolute;
  width:1px;
  height:1px;
  overflow:hidden;
  clip:rect(0 0 0 0);
  white-space:nowrap;
}
@keyframes klax-cookie-enter{
  from{opacity:0;transform:translateY(12px)}
  to{opacity:1;transform:translateY(0)}
}
@media(max-width:620px){
  .klax-cookie-consent{
    left:12px;
    right:12px;
    bottom:12px;
    width:auto;
  }
  .klax-cookie-preferences{
    width:100%;
    max-height:calc(100vh - 24px);
    overflow:auto;
  }
  .klax-cookie-panel{
    padding:18px;
    border-radius:16px;
  }
  .klax-cookie-panel h2{font-size:21px}
  .klax-cookie-actions{grid-template-columns:1fr}
  .klax-cookie-actions button{min-height:44px}
  .klax-cookie-preference-links{align-items:flex-start;flex-direction:column}
}
@media(prefers-reduced-motion:reduce){
  .klax-cookie-panel{animation:none}
  .klax-cookie-categories label>i,
  .klax-cookie-categories label>i:after{transition:none}
}
