﻿*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth}body{overflow-x:hidden}img,video{display:block;max-width:100%}button,a{font-family:"Outfit",sans-serif}a{text-decoration:none;color:inherit}.container{width:100%;max-width:1600px;margin-left:auto;margin-right:auto;padding-left:24px;padding-right:24px}@media(min-width: 768px){.container{padding-left:60px;padding-right:60px}}@media(min-width: 1024px){.container{padding-left:80px;padding-right:80px}}@media(min-width: 1280px){.container{padding-left:180px;padding-right:180px}}.wave-divider{position:relative;height:180px;overflow:visible;pointer-events:none;margin:-20px 0 -60px;z-index:1}.wave-divider img{position:absolute;left:50%;top:50%;transform:translateX(-50%) translateY(-50%) rotate(3.83deg);width:110%;max-width:none;height:auto}@media(max-width: 767px){.wave-divider{height:100px;margin:-10px 0 -30px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}@media(prefers-reduced-motion: reduce){*,*::before,*::after{animation-duration:.01ms !important;transition-duration:.01ms !important}}input::placeholder,textarea::placeholder{color:rgba(68,82,111,.8);opacity:1}@font-face{font-family:"Outfit";font-style:normal;font-weight:100 700;font-display:swap;src:url("../fonts/outfit-latin-ext.woff2") format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Outfit";font-style:normal;font-weight:100 700;font-display:swap;src:url("../fonts/outfit-latin.woff2") format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}body{font-family:"Outfit",sans-serif;font-size:16px;line-height:24px;color:#44526f;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4{color:#000;font-family:"Outfit",sans-serif}h1{font-size:clamp(40px,5.5vw,80px);line-height:1.05;font-weight:700}h2{font-size:clamp(28px,2.8vw,40px);line-height:42px;font-weight:700}h3{font-size:24px;line-height:1.25;font-weight:700}p{color:#44526f;font-size:16px;line-height:24px}strong{font-weight:600}.text-label{font-size:16px;font-weight:400;color:#005ca9;letter-spacing:.05em;line-height:24px;text-transform:uppercase}.text-teaser{font-size:clamp(24px,2.5vw,36px);line-height:1.3;font-weight:400}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:15px 30px;border-radius:5px;font-family:"Outfit",sans-serif;font-size:16px;font-weight:700;line-height:1;letter-spacing:.03em;text-transform:uppercase;text-decoration:none;white-space:nowrap;cursor:pointer;border:2px solid rgba(0,0,0,0);transition:opacity 150ms ease,transform 150ms ease,background-color 150ms ease}.btn:hover{opacity:.88;transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn:focus-visible{outline:3px solid #5bc5f2;outline-offset:3px}.btn--primary{background-color:#5bc5f2;color:#00447a;border-color:#5bc5f2}.btn--secondary{background-color:rgba(0,0,0,0);color:#005ca9;border-color:#005ca9}.btn--secondary-white{background-color:rgba(0,0,0,0);color:#fff;border-color:#fff}.btn--dark{background-color:#005ca9;color:#fff;border-color:#005ca9}.btn--sm{padding:10px 20px;font-size:14px}.badge{display:inline-flex;align-items:center;padding:5px 10px;border-radius:5px;font-size:14px;font-weight:700;line-height:1;white-space:nowrap}.badge--dark{background-color:#005ca9;color:#fff}.badge--light{background-color:#5bc5f2;color:#00447a}.product-card{position:relative;display:flex;flex-direction:column;border:1px solid #d0dee5;border-radius:10px;background-color:#fff;overflow:hidden;transition:box-shadow 250ms ease,transform 250ms ease}.product-card:hover{box-shadow:0 4px 24px rgba(0,92,169,.07);transform:translateY(-2px)}.product-card__img-wrap{position:relative;height:255px;overflow:hidden;background-color:#fff}.product-card__slideshow{position:relative;width:100%;height:100%}.product-card__slideshow img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;object-position:center 20%;display:block;padding:12px;opacity:0;transition:opacity .35s ease}.product-card__slideshow img.is-active{opacity:1}.product-card__arrow{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:50%;background:rgba(0,92,169,.82);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease,background-color .2s ease;z-index:2}.product-card__arrow svg{width:16px;height:16px;color:#fff;flex-shrink:0}.product-card__arrow:hover{background-color:#005ca9}.product-card__arrow--prev{left:12px}.product-card__arrow--next{right:12px}@media(prefers-reduced-motion: reduce){.product-card__arrow{transition:none}}.product-card:hover .product-card__arrow{opacity:1}.product-card__badge{position:absolute;top:28px;left:35px}.product-card__body{display:flex;flex-direction:column;flex:1;padding:20px 35px 28px;gap:16px}.product-card__title{font-size:24px;font-weight:600;line-height:1.25;color:#000}.product-card__cta{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:16px}.product-card__dots{display:flex;align-items:center;gap:6px;flex-shrink:0}.product-card__dot{width:11px;height:11px;border-radius:50%;border:none;background:#d0dee5;cursor:pointer;padding:0;flex-shrink:0;transition:background-color .2s ease}.product-card__dot.is-active{background:#5bc5f2}.product-card__dot:focus-visible{outline:2px solid #005ca9;outline-offset:2px}.why-card{display:flex;align-items:center;justify-content:center;position:relative;min-height:360px}.why-card__illus{max-height:360px;max-width:100%;object-fit:contain;display:block}.why-card__badge-icon{position:absolute;top:0;right:0;width:147px;height:147px;object-fit:contain;max-width:none}.finder-card{background-color:#fff;border-radius:10px;box-shadow:0 4px 24px rgba(0,92,169,.07);overflow:hidden;display:grid;grid-template-columns:1fr 555px;gap:0}@media(max-width: 1023px){.finder-card{grid-template-columns:1fr}}.finder-card__text{padding:60px 60px 60px 60px}@media(max-width: 1279px){.finder-card__text{padding:48px}}@media(max-width: 1023px){.finder-card__text{padding:40px 32px}}.finder-card__text h2{margin-bottom:16px}.finder-card__text p{margin-bottom:32px;max-width:520px;font-size:16px;line-height:24px;color:#44526f}.finder-card__lead{font-size:20px !important;font-weight:500 !important;line-height:1.4 !important}.finder-card__image-box{background-color:#fff;min-height:400px;overflow:hidden;display:flex;align-items:center;justify-content:center}@media(max-width: 1023px){.finder-card__image-box{display:none}}.finder-card__image-box img{width:100%;height:100%;object-fit:contain;display:block}.nav{position:fixed;top:0;left:0;right:0;z-index:100;transition:top .3s ease,left .3s ease,right .3s ease}.nav.is-scrolled{top:16px;left:24px;right:24px}.nav.is-scrolled .nav__inner{border-radius:15px;border:1px solid rgba(91,197,242,.2);box-shadow:0 8px 40px rgba(0,92,169,.18)}.nav__inner{display:flex;align-items:center;justify-content:space-between;padding:20px 30px;background:hsla(0,0%,100%,.96);border-radius:0;border:none;box-shadow:0 4px 32px rgba(0,92,169,.1);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:border-radius .3s ease,box-shadow .3s ease,border .3s ease}.nav__logo{display:flex;align-items:center;text-decoration:none;flex-shrink:0}.nav__logo img{height:37px;width:auto;display:block}.nav__actions{display:flex;align-items:center;gap:16px}@media(max-width: 767px){.nav__actions .btn,.nav__actions .nav__phone{display:none}}.nav__phone{display:flex;align-items:center;gap:8px;text-decoration:none;color:#44526f;font-size:15px;font-weight:600;white-space:nowrap;transition:color 150ms ease}.nav__phone:hover{color:#005ca9}.nav__phone svg{flex-shrink:0}.nav__hamburger{display:flex;flex-direction:column;justify-content:center;gap:7px;background:none;border:none;cursor:pointer;padding:6px 4px;border-radius:5px;transition:opacity 150ms ease}.nav__hamburger:hover{opacity:.7}.nav__hamburger span{display:block;width:22px;height:4px;background:#5bc5f2;border-radius:2px;transition:transform .3s ease,opacity .3s ease,background-color .3s ease}.nav.overlay-open{z-index:201;--fill-0: #ffffff}.nav.overlay-open .nav__inner{background:rgba(0,0,0,0);box-shadow:none;border-color:rgba(0,0,0,0) !important}.nav.overlay-open .nav__hamburger span{background:#fff}.nav.overlay-open .nav__hamburger span:nth-child(1){transform:translateY(11px) rotate(45deg)}.nav.overlay-open .nav__hamburger span:nth-child(2){opacity:0}.nav.overlay-open .nav__hamburger span:nth-child(3){transform:translateY(-11px) rotate(-45deg)}.nav.overlay-open .nav__phone,.nav.overlay-open .nav__cart{color:#fff}.nav-overlay{position:fixed;inset:0;z-index:200;background:linear-gradient(rgba(0, 15, 50, 0.72), rgba(0, 15, 50, 0.72)),url("../images/menu-background.jpg") center/cover no-repeat;opacity:0;pointer-events:none;visibility:hidden;transform:translateY(-12px);transition:opacity .4s cubic-bezier(0.4, 0, 0.2, 1),transform .4s cubic-bezier(0.4, 0, 0.2, 1),visibility .4s;overflow-y:auto}.nav-overlay.is-open{opacity:1;pointer-events:all;visibility:visible;transform:translateY(0)}.nav-overlay__inner{min-height:100vh;display:flex;flex-direction:column}.nav-overlay__content{flex:1;display:grid;grid-template-columns:1fr 1fr;gap:60px;padding:100px 180px 80px;align-items:center}@media(max-width: 1279px){.nav-overlay__content{padding:48px 80px 80px}}@media(max-width: 1023px){.nav-overlay__content{display:flex;flex-direction:column;padding:24px 24px 32px;gap:20px}}.nav-overlay__links{display:flex;flex-direction:column}@media(max-width: 1023px){.nav-overlay__links{flex:1;justify-content:space-evenly;align-items:center}}.nav-overlay__link{display:flex;align-items:center;gap:28px}@media(max-width: 1023px){.nav-overlay__link{justify-content:center}}.nav-overlay__link{font-size:clamp(48px,7vw,96px);font-weight:700;line-height:1.2}@media(max-width: 1023px){.nav-overlay__link{font-size:clamp(32px,8vw,48px);line-height:1.15}}.nav-overlay__link{color:#fff;text-decoration:none;opacity:0;transform:translateX(-32px);transition:color .2s ease,opacity .45s cubic-bezier(0.4, 0, 0.2, 1),transform .45s cubic-bezier(0.4, 0, 0.2, 1)}.nav-overlay__link:hover{color:#5bc5f2}.nav-overlay.is-open .nav-overlay__link{opacity:1;transform:translateX(0)}.nav-overlay.is-open .nav-overlay__link:nth-child(1){transition-delay:.08s}.nav-overlay.is-open .nav-overlay__link:nth-child(2){transition-delay:.16s}.nav-overlay.is-open .nav-overlay__link:nth-child(3){transition-delay:.24s}.nav-overlay__arrow{width:29px;height:44px;display:block;flex-shrink:0}.nav-overlay__card{background:#fff;border-radius:10px;padding:48px 56px 52px;opacity:0;transform:translateX(32px);transition:opacity .45s cubic-bezier(0.4, 0, 0.2, 1),transform .45s cubic-bezier(0.4, 0, 0.2, 1)}.nav-overlay.is-open .nav-overlay__card{opacity:1;transform:translateX(0);transition-delay:.18s}@media(max-width: 1023px){.nav-overlay__card{padding:24px 24px 28px}}.nav-overlay__card-label{font-size:20px;font-weight:500;color:#5bc5f2;margin-bottom:20px}.nav-overlay__card-heading{font-size:40px;font-weight:700;line-height:1.05;color:#000;margin-bottom:20px}@media(max-width: 1023px){.nav-overlay__card-heading{font-size:28px}}.nav-overlay__card-body{font-size:16px;line-height:1.6;color:#44526f;margin-bottom:32px;max-width:420px}@media(max-width: 1023px){.nav-overlay__card-body{display:none}}body{padding-top:77px}html{scroll-padding-top:100px}.hero{position:relative;overflow:hidden;margin-top:-77px}.hero__video-wrap{position:relative;height:75vh;min-height:600px;overflow:hidden}@media(max-width: 767px){.hero__video-wrap{height:80vh;min-height:400px}}.hero__video-wrap video,.hero__video-wrap .hero__poster img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 30%;display:block}@media(max-width: 767px){.hero__video-wrap video,.hero__video-wrap .hero__poster img{object-position:center center}}.hero__poster{position:absolute;inset:0;display:block}.hero__video{opacity:0;transition:opacity 600ms ease;z-index:0}.hero__video.is-ready{opacity:1}.hero__video-data{display:none}.hero__overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(to right, rgba(0, 20, 45, 0.3) 0%, rgba(0, 20, 45, 0.3) 62%, rgba(0, 20, 45, 0.12) 78%, rgba(0, 20, 45, 0) 88%),linear-gradient(to bottom, rgba(0, 92, 169, 0.15) 0%, rgba(0, 92, 169, 0.4) 60%, rgba(0, 92, 169, 0.7) 100%);pointer-events:none}@media(max-width: 767px){.hero__overlay{background:linear-gradient(to right, rgba(0, 20, 45, 0.3) 0%, rgba(0, 20, 45, 0.3) 90%, rgba(0, 20, 45, 0.16) 100%),linear-gradient(to bottom, rgba(0, 92, 169, 0.15) 0%, rgba(0, 92, 169, 0.4) 60%, rgba(0, 92, 169, 0.7) 100%)}}.hero__content{position:absolute;top:50%;transform:translateY(-55%);left:0;right:0;z-index:2;max-width:1600px;margin-left:auto;margin-right:auto;padding-left:180px;padding-right:180px}@media(max-width: 1279px){.hero__content{padding-left:80px;padding-right:80px}}@media(max-width: 767px){.hero__content{padding-left:24px;padding-right:24px;top:55%;transform:translateY(-50%)}}.hero__headline{font-size:clamp(36px,5.5vw,80px);font-weight:700;line-height:1.05;color:#fff;margin-bottom:28px;max-width:700px}@media(max-width: 767px){.hero__headline{font-size:clamp(32px,8vw,48px);margin-bottom:20px}}.hero__ctas{display:flex;gap:14px;flex-wrap:wrap}@media(max-width: 767px){.hero__ctas{flex-direction:column;align-items:flex-start}}.hero__ctas .btn--secondary-white{background-color:rgba(0,68,122,.55)}.hero__intro{position:relative;z-index:2;margin-top:-80px}@media(max-width: 767px){.hero__intro{margin-top:-40px}}.hero__intro-card{position:relative;background-color:#005ca9;border-radius:10px;padding:64px 180px 60px;max-width:1600px;margin:0 auto}@media(max-width: 1279px){.hero__intro-card{padding:56px 80px 52px}}@media(max-width: 1023px){.hero__intro-card{padding:48px 60px 44px;border-radius:0}}@media(max-width: 767px){.hero__intro-card{padding:56px 24px 40px;border-radius:0}}.hero__intro-text{font-size:clamp(18px,2vw,28px);font-weight:400;line-height:1.55;color:#fff;max-width:920px}.hero__intro-text strong{font-weight:600;color:#fff}@keyframes hero-badge-tilt{from{transform:rotate(0deg)}to{transform:rotate(-16deg)}}.hero__badge{position:absolute;right:180px;top:0;transform:translateY(-50%);width:160px;height:160px;pointer-events:none;z-index:3}@media(max-width: 1279px){.hero__badge{right:80px;width:140px;height:140px}}@media(max-width: 1023px){.hero__badge{right:60px;width:130px;height:130px}}@media(max-width: 767px){.hero__badge{right:24px;width:110px;height:110px;top:-60px;transform:none}}.hero__badge svg{width:100%;height:100%;display:block}.hero__badge--animated{animation:hero-badge-tilt .5s ease-out 2s both}.cat-tabs{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:36px;border-bottom:2px solid #d0dee5}.cat-tab{padding:10px 20px;border:none;border-bottom:2px solid rgba(0,0,0,0);margin-bottom:-2px;background:none;font-family:"Outfit",sans-serif;font-size:15px;font-weight:600;color:#44526f;cursor:pointer;transition:color 150ms ease,border-color 150ms ease}.cat-tab:hover{color:#5bc5f2;border-bottom-color:#5bc5f2}.cat-tab.is-active{color:#5bc5f2;border-bottom-color:#5bc5f2}.product-card.is-hidden{display:none !important}.products{padding-top:60px;padding-bottom:60px}@media(min-width: 1024px){.products{padding-top:80px;padding-bottom:80px}}.products__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:40px;gap:16px}.products__header h2{margin-bottom:0}.products__grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:12px}@media(max-width: 1023px){.products__grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 767px){.products__grid{grid-template-columns:1fr}}.shop-pagination{display:flex;justify-content:center;gap:8px;margin-top:48px}.shop-pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;border:1px solid #d0dee5;border-radius:6px;font-size:15px;color:#44526f;text-decoration:none;transition:background 150ms ease,color 150ms ease}.shop-pagination .page-numbers:hover{background:#d0dee5}.shop-pagination .page-numbers.current{background:#005ca9;color:#fff;border-color:#005ca9}.shop-pagination .page-numbers.dots{border:none}.product-icon-badge{position:absolute;top:12px;right:12px;width:88px;min-height:96px;border-radius:5px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:6px;padding:12px 10px;z-index:2}.product-icon-badge__icon{display:block;width:80%;height:auto;object-fit:contain;filter:brightness(0) invert(1);flex-shrink:0}.product-icon-badge__label{font-size:11px;font-weight:700;line-height:1.35;text-transform:uppercase;color:#fff;text-align:center;letter-spacing:.04em}.product-icon-badge--light .product-icon-badge__icon{filter:none}.product-icon-badge--light .product-icon-badge__label{color:#005ca9}.product-card--cat .product-card__img-wrap{position:relative;height:auto;aspect-ratio:1/1}.product-card--cat .product-card__img-wrap a{display:block;width:100%;height:100%;cursor:pointer}.product-card--cat .product-card__img-wrap img{position:static;width:100%;height:100%;object-fit:contain;opacity:1}.features{padding-top:60px;padding-bottom:60px}@media(min-width: 1024px){.features{padding-top:80px;padding-bottom:80px}}.features__headline{font-size:24px;font-weight:600;line-height:1.35;color:#000;margin-bottom:40px}.features__grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:12px}@media(max-width: 767px){.features__grid{grid-template-columns:1fr;gap:32px}}.features__item{display:flex;flex-direction:column;gap:20px}.features__render-box{position:relative;height:297px;overflow:hidden;background-color:#dff3fc}.features__render-box img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block}.features__render-box--rounded{border-radius:10px}.features__desc-title{font-size:24px;font-weight:600;line-height:1.25;color:#000;margin-bottom:12px}.features__desc p{font-size:16px;line-height:24px;color:#44526f}.use-cases{padding-top:60px;padding-bottom:60px}@media(min-width: 1024px){.use-cases{padding-top:80px;padding-bottom:80px}}.use-cases{background:url("../images/background-water.png") #dff3fc;padding-top:600px;background-repeat:repeat-x}@media(max-width: 767px){.use-cases{margin-top:-200px;padding-top:480px}}.use-cases h2{margin-bottom:40px;max-width:840px}.use-cases__tabs-nav{background-color:#fff;border-radius:10px;border:none;display:flex;align-items:stretch;overflow:hidden;margin-bottom:48px;box-shadow:0 4px 24px rgba(0,92,169,.07)}@media(max-width: 767px){.use-cases__tabs-nav{display:none}}.use-cases__tab{flex:1;padding:22px 16px;font-family:"Outfit",sans-serif;font-size:20px;font-weight:500;color:#44526f;cursor:pointer;border:none;background:none;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color 150ms ease,background-color 150ms ease;position:relative}.use-cases__tab+.use-cases__tab{border-left:1px solid #d0dee5}.use-cases__tab.is-active{color:#005ca9;font-weight:600}.use-cases__tab:hover:not(.is-active){color:#005ca9;background-color:rgba(91,197,242,.05)}@media(max-width: 767px){.use-cases__content-area{display:none}}.use-cases__panel{display:none;grid-template-columns:1fr 1fr;gap:48px;align-items:start}.use-cases__panel.is-active{display:grid}@media(max-width: 1023px){.use-cases__panel{grid-template-columns:1fr;gap:32px}}.use-cases__panel-img{border-radius:10px;overflow:hidden;background-color:#000;height:364px}.use-cases__panel-img img{width:100%;height:100%;object-fit:cover;display:block;opacity:.9}.use-cases__panel-text h3{font-size:24px;font-weight:600;line-height:1.35;color:#000;margin-bottom:16px}.use-cases__panel-text p{line-height:24px;color:#44526f;margin-bottom:32px}.use-cases__accordion{display:none}@media(max-width: 767px){.use-cases__accordion{display:block;background-color:#fff;border-radius:10px;overflow:hidden;box-shadow:0 4px 24px rgba(0,92,169,.07)}}.use-cases__accordion-item{border-bottom:1px solid #d0dee5}.use-cases__accordion-item:last-child{border-bottom:none}.use-cases__accordion-item.is-open .use-cases__accordion-chevron{transform:rotate(180deg)}.use-cases__accordion-item.is-open .use-cases__accordion-header{color:#005ca9}.use-cases__accordion-item.is-open .use-cases__accordion-body{max-height:600px;opacity:1}.use-cases__accordion-header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:20px 24px;font-family:"Outfit",sans-serif;font-size:20px;font-weight:500;color:#44526f;background:none;border:none;cursor:pointer;text-align:left;transition:color 150ms ease}.use-cases__accordion-header:hover{color:#005ca9}.use-cases__accordion-chevron{width:20px;height:20px;flex-shrink:0;color:#5bc5f2;transition:transform 250ms ease}.use-cases__accordion-body{max-height:0;opacity:0;overflow:hidden;transition:max-height 400ms ease,opacity 250ms ease}.use-cases__accordion-body-inner{padding:0 24px 28px;display:flex;flex-direction:column;gap:20px}.use-cases__accordion-img{border-radius:10px;overflow:hidden;background-color:#000;height:200px}.use-cases__accordion-img img{width:100%;height:100%;object-fit:cover;display:block}.use-cases__accordion-text h3{font-size:20px;font-weight:600;color:#000;margin-bottom:12px}.use-cases__accordion-text p{font-size:15px;line-height:1.6;color:#44526f;margin-bottom:20px}.finder{padding-bottom:80px;background-color:#dff3fc}@media(max-width: 1023px){.finder{padding-bottom:60px}}.finder-card{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;background:#fff;border-radius:20px;padding:60px;box-shadow:0 4px 24px rgba(0,92,169,.07)}@media(max-width: 1023px){.finder-card{gap:48px;padding:48px}}@media(max-width: 767px){.finder-card{grid-template-columns:1fr;gap:32px;padding:32px 24px}}.finder-card__text h2{font-size:40px;font-weight:700;line-height:1.15;color:#000;margin-bottom:20px}@media(max-width: 767px){.finder-card__text h2{font-size:28px}}.finder-card__lead{font-size:18px;line-height:28px;color:#44526f;margin-bottom:12px}.finder-card p{font-size:16px;line-height:26px;color:#44526f;margin-bottom:28px}.finder-card__image-box{background:#f2f5f7;border-radius:15px;display:flex;align-items:center;justify-content:center;aspect-ratio:4/3;overflow:hidden}.finder-card__image-box img{max-width:100%;max-height:260px;object-fit:contain;display:block}.fp-modal{position:fixed;inset:0;z-index:3000;display:flex;align-items:flex-start;justify-content:center;padding:40px 16px 48px;overflow-y:auto;opacity:0;pointer-events:none;visibility:hidden;transition:opacity 250ms ease,visibility 250ms}.fp-modal.is-open{opacity:1;pointer-events:auto;visibility:visible}@media(max-width: 767px){.fp-modal{padding:16px 12px 40px}}.fp-backdrop{position:fixed;inset:0;background:rgba(27,44,81,.8);z-index:0}.fp-dialog{position:relative;z-index:1;background:#fff;border-radius:30px;width:min(900px,100%);padding:40px 56px 48px}@media(max-width: 1023px){.fp-dialog{padding:36px 40px 44px}}@media(max-width: 767px){.fp-dialog{padding:28px 20px 36px;border-radius:20px}}.fp-close{position:absolute;top:24px;right:24px;width:36px;height:36px;background:none;border:none;cursor:pointer;color:#5bc5f2;display:flex;align-items:center;justify-content:center;padding:0;transition:opacity 150ms ease}.fp-close:hover{opacity:.7}.fp-close svg{width:20px;height:20px}.fp-tabs{display:flex;align-items:center;background:rgba(91,197,242,.15);border-radius:5px;padding:0;margin-bottom:36px;overflow:hidden}@media(max-width: 767px){.fp-tabs{margin-bottom:24px}}.fp-tab{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:16px 12px;font-family:"Outfit",sans-serif;font-size:16px;font-weight:500;color:#44526f;user-select:none;transition:color 150ms ease}.fp-tab.is-active{color:#005ca9;font-weight:600}.fp-tab.is-done{color:#005ca9}@media(max-width: 767px){.fp-tab{font-size:12px;padding:12px 6px;gap:4px}}.fp-tab__sep{width:1px;height:30px;background:#5bc5f2;opacity:.4;flex-shrink:0}.fp-tab__icon{width:18px;height:18px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.fp-tab__icon svg{width:14px;height:14px}@media(max-width: 767px){.fp-tab__icon{width:14px;height:14px}}@media(max-width: 767px){.fp-tab__label{font-size:11px}}.fp-steps{min-height:200px}.fp-heading{font-size:36px;font-weight:700;line-height:1.2;color:#000;margin-bottom:28px;padding-right:40px}.fp-heading--result{font-size:28px;padding-right:0;margin-bottom:24px}@media(max-width: 1023px){.fp-heading{font-size:28px}.fp-heading--result{font-size:22px}}@media(max-width: 767px){.fp-heading{font-size:22px;margin-bottom:20px}.fp-heading--result{font-size:18px}}.fp-block{background:rgba(91,197,242,.15);border-radius:15px;padding:28px 30px 28px 40px;margin-bottom:12px}.fp-block:last-child{margin-bottom:0}.fp-block--volume{margin-bottom:0;flex-shrink:0}@media(max-width: 767px){.fp-block{padding:20px}}.fp-block__label{font-size:18px;font-weight:700;color:#000;line-height:1.3;margin-bottom:16px;display:block}@media(max-width: 767px){.fp-block__label{font-size:15px;margin-bottom:12px}}.fp-input-wrap{position:relative;display:inline-flex;align-items:center;width:280px;max-width:100%}.fp-input{font-family:"Outfit",sans-serif;font-size:18px;font-weight:500;color:#000;background:#fff;border:1px solid #5bc5f2;border-radius:10px;padding:16px 44px 16px 24px;width:100%;outline:none;transition:border-color 150ms ease}.fp-input:focus{border-color:#005ca9}.fp-input::placeholder{color:rgba(68,82,111,.8);font-weight:400}@media(max-width: 767px){.fp-input{font-size:16px;padding:12px 40px 12px 16px}}.fp-input-icon{position:absolute;right:14px;pointer-events:none;display:flex;align-items:center}.fp-input-icon svg{width:14px;height:14px}.fp-btns{display:flex;flex-wrap:wrap;gap:6px}.fp-btn{padding:13px 20px;border:1px solid #5bc5f2;border-radius:10px;font-family:"Outfit",sans-serif;font-size:18px;font-weight:500;background:#fff;color:#000;cursor:pointer;line-height:1;transition:background 150ms ease,color 150ms ease,border-color 150ms ease}.fp-btn:hover:not(.is-active){border-color:#005ca9;color:#005ca9}.fp-btn.is-active{background:#5bc5f2;border-color:#5bc5f2;color:#00447a}@media(max-width: 767px){.fp-btn{font-size:15px;padding:10px 16px}}.fp-nav{display:flex;justify-content:space-between;align-items:center;margin-top:28px;padding-top:20px;border-top:1px solid #d0dee5}.fp-back{background:none;border:none;font-family:"Outfit",sans-serif;font-size:15px;color:rgba(27,44,81,.55);cursor:pointer;padding:0;text-decoration:underline;text-underline-offset:3px;transition:color 150ms ease}.fp-back:hover{color:#005ca9}@media(max-width: 767px){.fp-back{font-size:14px}}.fp-next{font-family:"Outfit",sans-serif;font-size:16px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:15px 40px;border-radius:5px;border:2px solid #5bc5f2;background:rgba(0,0,0,0);color:#5bc5f2;cursor:pointer;transition:border-color 150ms ease,color 150ms ease,background 150ms ease}.fp-next:hover:not(:disabled){background:#5bc5f2;color:#00447a}.fp-next:disabled{border-color:rgba(185,195,201,.5);color:rgba(185,195,201,.8);cursor:not-allowed}@media(max-width: 767px){.fp-next{padding:12px 28px;font-size:14px}}.fp-result-layout{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:start}@media(max-width: 767px){.fp-result-layout{grid-template-columns:1fr}}.fp-digits{display:flex;align-items:center;gap:4px;flex-wrap:wrap;margin-top:8px}.fp-digit{display:flex;align-items:center;justify-content:center;width:52px;height:64px;background:#fff;border-radius:5px;font-size:40px;font-weight:400;color:#000;box-shadow:0 2px 6px rgba(0,92,169,.08)}@media(max-width: 767px){.fp-digit{width:42px;height:52px;font-size:30px}}.fp-unit{font-size:14px;font-weight:400;color:#000;margin-left:8px}@media(max-width: 767px){.fp-unit{font-size:12px}}.fp-products{display:grid;grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));gap:16px}.fp-products .product-card{margin:0}.fp-input-unit{display:flex;align-items:center;gap:12px}.fp-input-unit .fp-input{flex:1;max-width:280px}.fp-input-unit .fp-input::-webkit-inner-spin-button,.fp-input-unit .fp-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.fp-input-unit .fp-input{-moz-appearance:textfield}.fp-input-unit .fp-unit-label{font-size:16px;font-weight:500;color:#44526f;white-space:nowrap}.fp-btns--intensity{flex-direction:column;gap:8px}.fp-btns--intensity .fp-btn--desc{flex-direction:column;align-items:flex-start;height:auto;padding:12px 16px;text-align:left;gap:2px}.fp-btns--intensity .fp-btn--desc strong{font-weight:600;font-size:15px}.fp-btn-sub{font-size:12px;font-weight:400;color:#44526f;display:block;line-height:1.4}.fp-btn.is-active .fp-btn-sub{color:#00447a}.fp-btn--toggle{min-width:180px}.is-hidden{display:none !important}.why{padding-top:60px;padding-bottom:60px}@media(min-width: 1024px){.why{padding-top:80px;padding-bottom:80px}}.why{background-color:#dff3fc}.why h2{margin-bottom:60px}@media(max-width: 767px){.why h2{margin-bottom:40px}}.why__row{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;margin-bottom:80px}.why__row:last-child{margin-bottom:0}@media(max-width: 1023px){.why__row{gap:32px;margin-bottom:60px}}@media(max-width: 767px){.why__row{grid-template-columns:1fr;gap:36px;margin-bottom:48px}.why__row:nth-child(3) .why-card{order:-1}}.why__text h3{font-size:24px;font-weight:700;line-height:1.3;color:#000;margin-bottom:16px}.why__text p{font-size:16px;line-height:24px;color:#44526f}.comparison{padding-top:60px;padding-bottom:60px}@media(min-width: 1024px){.comparison{padding-top:80px;padding-bottom:80px}}.comparison{padding-bottom:100px;background-color:#dff3fc}.comparison h2{margin-bottom:52px}.comparison__wrap{border:1px solid #d0dee5;border-radius:10px;overflow:hidden;background-color:#fff}@media(max-width: 767px){.comparison__wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.comparison__wrap::-webkit-scrollbar{display:none}}.comparison__swipe-hint{display:none}@media(max-width: 767px){.comparison__swipe-hint{display:flex;align-items:center;gap:8px;margin-top:12px;color:#005ca9;font-size:13px}.comparison__swipe-hint svg{flex-shrink:0;animation:swipe-nudge 2s ease-in-out infinite}}@keyframes swipe-nudge{0%,100%{transform:translateX(0)}30%{transform:translateX(6px)}60%{transform:translateX(-3px)}}.comparison__table{width:100%;border-collapse:collapse;min-width:600px}.comparison__table colgroup col:first-child{width:40%}.comparison__table colgroup col:not(:first-child){width:20%}.comparison__table thead th{padding:24px 24px;font-size:24px;font-weight:700;color:#000;text-align:left;border-bottom:1px solid #d0dee5}.comparison__table thead th:not(:first-child){text-align:center;border-left:1px solid #d0dee5}.comparison__table tbody tr{border-bottom:1px solid #d0dee5}.comparison__table tbody tr:last-child{border-bottom:none}.comparison__table tbody tr:hover{background-color:rgba(91,197,242,.03)}.comparison__table tbody td,.comparison__table tbody th{padding:18px 24px;font-size:20px;font-weight:500;color:#000;text-align:left}.comparison__table tbody td:not(:first-child),.comparison__table tbody th:not(:first-child){text-align:center;border-left:1px solid #d0dee5}.comparison__table tfoot td{padding:24px 24px;border-top:1px solid #d0dee5}.comparison__table tfoot td:not(:first-child){text-align:center;border-left:1px solid #d0dee5}.comparison__table--active-2 thead th:nth-child(2),.comparison__table--active-2 tbody td:nth-child(2),.comparison__table--active-2 tfoot td:nth-child(2){background-color:#005ca9;color:#fff;border-left-color:#005ca9;border-bottom-color:hsla(0,0%,100%,.15)}.comparison__table--active-2 tbody td:nth-child(2) img{filter:brightness(0) invert(1)}.comparison__table--active-2 tbody td:nth-child(2) .comparison__dash{background-color:hsla(0,0%,100%,.3)}.comparison__table--active-2 tfoot td:nth-child(2) .btn{visibility:hidden}.comparison__table--active-3 thead th:nth-child(3),.comparison__table--active-3 tbody td:nth-child(3),.comparison__table--active-3 tfoot td:nth-child(3){background-color:#005ca9;color:#fff;border-left-color:#005ca9;border-bottom-color:hsla(0,0%,100%,.15)}.comparison__table--active-3 tbody td:nth-child(3) img{filter:brightness(0) invert(1)}.comparison__table--active-3 tbody td:nth-child(3) .comparison__dash{background-color:hsla(0,0%,100%,.3)}.comparison__table--active-3 tfoot td:nth-child(3) .btn{visibility:hidden}.comparison__table--active-4 thead th:nth-child(4),.comparison__table--active-4 tbody td:nth-child(4),.comparison__table--active-4 tfoot td:nth-child(4){background-color:#005ca9;color:#fff;border-left-color:#005ca9;border-bottom-color:hsla(0,0%,100%,.15)}.comparison__table--active-4 tbody td:nth-child(4) img{filter:brightness(0) invert(1)}.comparison__table--active-4 tbody td:nth-child(4) .comparison__dash{background-color:hsla(0,0%,100%,.3)}.comparison__table--active-4 tfoot td:nth-child(4) .btn{visibility:hidden}.comparison__check{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px}.comparison__check img{width:28px;height:28px;display:block}.comparison__dash{display:inline-block;width:20px;height:2px;background-color:#d0dee5;border-radius:1px;vertical-align:middle}.footer{background-color:#005ca9;background-image:url("../images/footer_tropfen.svg");background-repeat:no-repeat;background-size:cover;background-position:center bottom;position:relative;overflow:hidden}.footer__main{padding-top:60px;padding-bottom:60px}@media(min-width: 1024px){.footer__main{padding-top:80px;padding-bottom:80px}}.footer__main{padding-left:24px;padding-right:24px}@media(min-width: 768px){.footer__main{padding-left:60px;padding-right:60px}}@media(min-width: 1024px){.footer__main{padding-left:80px;padding-right:80px}}@media(min-width: 1280px){.footer__main{padding-left:180px;padding-right:180px}}.footer__main{position:relative;z-index:1;max-width:1600px;margin:0 auto}@media(min-width: 768px){.footer__main{padding-bottom:300px}}.footer__headline{font-size:clamp(28px,2.8vw,40px);font-weight:700;line-height:1.25;color:#fff;margin-bottom:60px}@media(max-width: 767px){.footer__headline{margin-bottom:40px}}.footer__grid{display:grid;grid-template-columns:1fr 1fr;gap:60px 80px;align-items:start}@media(max-width: 1023px){.footer__grid{grid-template-columns:1fr;gap:48px}}.footer__step{display:flex;gap:10px;align-items:flex-start}.footer__step-num{font-size:clamp(72px,8.5vw,128px);font-weight:700;line-height:.6;color:#5bc5f2;flex-shrink:0;min-width:80px}.footer__step-title{font-size:24px;font-weight:600;line-height:1.3;color:#fff;margin-bottom:12px}.footer__step-text{font-size:16px;line-height:24px;color:#cce9ff}.footer__contact{background-color:#fff;border-radius:10px;padding:48px 44px 52px;display:flex;flex-direction:column;align-self:start}@media(max-width: 1023px){.footer__contact{max-width:480px}}.footer__contact h3{color:#000;margin-bottom:16px}.footer__contact p{font-size:16px;line-height:24px;color:#004070;margin-bottom:32px}.footer__bottom{position:relative;z-index:1;background-color:#fff;display:flex;align-items:flex-start;justify-content:space-between;padding:64px 180px;gap:24px}@media(max-width: 1279px){.footer__bottom{padding:64px 80px}}@media(max-width: 767px){.footer__bottom{padding:20px 24px;flex-direction:column;align-items:center;gap:16px;text-align:center}}.footer__bottom-logo{display:flex;align-items:center;text-decoration:none}.footer__bottom-logo img{height:37px;width:auto;display:block}.footer__social{display:inline-flex;align-items:center;gap:10px;min-height:44px;padding:10px 12px;flex:0 0 auto;margin:-10px -12px;border-radius:10px;color:#005ca9;font-size:15px;line-height:24px;font-weight:500;text-decoration:none;transition:color 150ms ease,background-color 150ms ease}.footer__social:hover{color:#00447a;background-color:rgba(91,197,242,.12)}.footer__social:focus-visible{outline:2px solid #005ca9;outline-offset:2px}.footer__social-icon{display:block;width:24px;height:24px;flex:0 0 auto}.footer__social:hover .footer__social-text,.footer__social:focus-visible .footer__social-text{text-decoration:underline;text-underline-offset:2px}.footer__bottom-links{display:flex;gap:32px;align-items:center}@media(max-width: 767px){.footer__bottom-links{gap:20px;flex-wrap:wrap;justify-content:center}}.footer__bottom-links li{list-style:none}.footer__bottom-links a{font-size:16px;color:#005ca9;text-decoration:none;transition:opacity 150ms ease}.footer__bottom-links a:hover{opacity:.7;text-decoration:underline}.faq-section{background:#fff;padding:80px 0}@media(max-width: 767px){.faq-section{padding:56px 0}}.faq-section__inner{max-width:1240px;margin:0 auto;padding:0 80px}@media(max-width: 767px){.faq-section__inner{padding:0 24px}}.faq-section__headline{font-size:clamp(26px,3vw,36px);font-weight:700;color:#000;margin-bottom:40px}.faq-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:32px}.faq-tab{padding:8px 20px;border-radius:100px;border:1.5px solid #d0dee5;background:none;font-size:14px;font-weight:600;color:#44526f;cursor:pointer;font-family:inherit;transition:border-color 150ms ease,background 150ms ease,color 150ms ease}.faq-tab:hover{border-color:#005ca9;color:#005ca9}.faq-tab.is-active{background:#005ca9;border-color:#005ca9;color:#fff}.faq-panel{display:none}.faq-panel.is-active{display:block}.faq-list{display:flex;flex-direction:column;gap:12px}.faq-item{border:1.5px solid #d0dee5;border-radius:10px;overflow:hidden;transition:border-color 150ms ease}.faq-item:has(.faq-item__trigger[aria-expanded=true]){border-color:#005ca9}.faq-item__trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px;background:none;border:none;cursor:pointer;text-align:left;font-size:16px;font-weight:600;color:#000;line-height:1.4;font-family:inherit}.faq-item__trigger[aria-expanded=true]{color:#005ca9}.faq-item__trigger[aria-expanded=true] .faq-item__icon{transform:rotate(180deg)}@media(max-width: 767px){.faq-item__trigger{padding:16px 20px;font-size:15px}}.faq-item__icon{width:20px;height:20px;flex-shrink:0;color:#005ca9;transition:transform 250ms ease}.faq-item__body-inner{padding:0 24px 20px;font-size:15px;color:#44526f;line-height:1.6}@media(max-width: 767px){.faq-item__body-inner{padding:0 20px 16px}}.faq-item__body-inner p{margin-bottom:8px}.faq-item__body-inner p:last-child{margin-bottom:0}.faq-item__body-inner ul{list-style:none;padding-left:0;margin-bottom:8px}.faq-item__body-inner li{position:relative;padding-left:16px;margin-bottom:4px}.faq-item__body-inner li::before{content:"–";position:absolute;left:0}.product-hero{padding:60px 0;background:#fff}.product-hero__inner{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}@media(max-width: 1023px){.product-hero__inner{gap:48px}}@media(max-width: 767px){.product-hero__inner{grid-template-columns:1fr;gap:32px}}.product-hero__title{font-size:40px;font-weight:700;line-height:1.15;color:#000;margin-bottom:16px}@media(max-width: 1023px){.product-hero__title{font-size:32px}}@media(max-width: 767px){.product-hero__title{font-size:28px}}.product-hero__specs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.product-hero__spec-pill{display:inline-block;background:rgba(91,197,242,.15);color:#005ca9;border:1px solid rgba(91,197,242,.4);border-radius:20px;padding:4px 14px;font-size:14px;font-weight:600;line-height:1.5;white-space:nowrap}.product-hero__price{font-size:32px;font-weight:700;color:#000;margin-bottom:4px}@media(max-width: 767px){.product-hero__price{font-size:26px}}.product-hero__per-liter{font-size:14px;color:#44526f;margin-top:2px;margin-bottom:0}.product-hero__price-note{font-size:14px;color:#44526f;margin-top:.5rem;margin-bottom:32px}.product-hero__size-label{font-size:13px;font-weight:600;color:#44526f;text-transform:uppercase;letter-spacing:.06em;margin-bottom:10px}.product-hero__actions{display:flex;gap:12px;flex-wrap:wrap}.product-hero__promo-note{display:inline-block;margin-top:6px;padding:5px 12px;background:rgba(91,197,242,.15);border-left:3px solid #5bc5f2;border-radius:0 5px 5px 0;font-size:14px;font-weight:600;color:#005ca9;line-height:1.4}.product-hero__shipping-note{display:flex;align-items:flex-start;flex-wrap:wrap;gap:6px 8px;margin-top:1rem;font-size:14px;color:#44526f}.product-hero__shipping-note>svg{flex-shrink:0;margin-top:2px}.product-hero__shipping-note>span{flex:1;min-width:0}.delivery-popover__trigger{display:inline-flex;align-items:center;gap:4px;background:none;border:none;padding:0;font:inherit;font-size:inherit;color:#005ca9;cursor:pointer;text-decoration:underline;text-decoration-style:dotted;text-underline-offset:3px}.delivery-popover__trigger:hover{color:#5bc5f2}.delivery-popover__trigger-icon{flex-shrink:0}.delivery-popover{position:fixed;z-index:9999;width:min(340px,100vw - 32px);background:#fff;border:1.5px solid #d0dee5;border-radius:10px;box-shadow:0 8px 32px rgba(0,92,169,.14)}.delivery-popover[hidden]{display:none}.delivery-popover__inner{padding:20px 24px 22px;position:relative}.delivery-popover__close{position:absolute;top:12px;right:12px;background:none;border:none;cursor:pointer;padding:4px;color:#44526f;line-height:1;border-radius:4px}.delivery-popover__close:hover{color:#005ca9}.delivery-popover__headline{font-size:15px;font-weight:700;color:#005ca9;margin-bottom:12px;padding-right:24px;line-height:1.3}.delivery-popover__body{font-size:14px;color:#44526f;line-height:1.6}.delivery-popover__body p{margin-bottom:8px}.delivery-popover__body p:last-child{margin-bottom:0}.delivery-popover__body ul{list-style:none;padding-left:0;margin:0;display:flex;flex-direction:column;gap:6px}.delivery-popover__body li{position:relative;padding-left:14px}.delivery-popover__body li::before{content:"–";position:absolute;left:0;color:#5bc5f2}.buy-box__label{font-size:13px;font-weight:600;color:#44526f;text-transform:uppercase;letter-spacing:.06em;margin-bottom:10px}.size-btns,.config-btns{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:28px}.size-btn,.config-btn{padding:10px 24px;border:2px solid #d0dee5;border-radius:5px;font-size:16px;font-weight:600;font-family:"Outfit",sans-serif;background:#fff;cursor:pointer;color:#44526f;transition:border-color 150ms ease,color 150ms ease}.size-btn:hover:not(.is-active),.config-btn:hover:not(.is-active){border-color:#005ca9;color:#005ca9}.size-btn.is-active,.config-btn.is-active{border-color:#005ca9;background:#005ca9;color:#fff}.config-btn{padding:10px 20px;font-size:14px}.qty-wrap{display:flex;align-items:center;border:1px solid #d0dee5;border-radius:5px;width:fit-content;overflow:hidden;margin-bottom:28px}.qty-btn{width:44px;height:44px;background:#f2f5f7;border:none;font-size:20px;cursor:pointer;color:#000;font-family:"Outfit",sans-serif;transition:background 150ms ease;flex-shrink:0;line-height:1}.qty-btn:hover{background:#e0eaf0}.qty-input{width:56px;height:44px;border:none;border-left:1px solid #d0dee5;border-right:1px solid #d0dee5;text-align:center;font-size:16px;font-weight:600;font-family:"Outfit",sans-serif;color:#000}.product-gallery{width:100%}.product-gallery__main{position:relative;border:2px solid #d0dee5;border-radius:10px;overflow:hidden;aspect-ratio:4/3;background:#f2f5f7;cursor:zoom-in}.product-gallery__main>img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;padding:32px;opacity:0;transition:opacity 200ms ease;mix-blend-mode:multiply}.product-gallery__main>img.is-active{opacity:1}.product-gallery__arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;background:#5bc5f2;border:none;border-radius:5px;cursor:pointer;color:#00447a;z-index:2;display:flex;align-items:center;justify-content:center;transition:background 150ms ease;flex-shrink:0}.product-gallery__arrow:hover{background:#3db5e8}.product-gallery__arrow svg{width:20px;height:20px}.product-gallery__arrow--prev{left:12px}.product-gallery__arrow--next{right:12px}.product-gallery__thumbs{display:grid;grid-template-columns:repeat(3, 1fr);gap:12px;margin-top:12px}.product-gallery__thumb{border:2px solid #d0dee5;border-radius:10px;overflow:hidden;aspect-ratio:4/3;cursor:pointer;padding:0;background:#f2f5f7;transition:border-color 150ms ease}.product-gallery__thumb.is-active{border-color:#005ca9}.product-gallery__thumb img{width:100%;height:100%;object-fit:contain;padding:8px;display:block}.product-lightbox{position:fixed;inset:0;background:rgba(0,0,0,.88);z-index:2000;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;visibility:hidden;transition:opacity 200ms ease,visibility 200ms}.product-lightbox.is-open{opacity:1;pointer-events:auto;visibility:visible}.product-lightbox__img{max-width:90vw;max-height:90vh;object-fit:contain;border-radius:5px;background:#fff}.product-lightbox__close{position:absolute;top:20px;right:20px;width:44px;height:44px;background:hsla(0,0%,100%,.15);border:none;border-radius:5px;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background 150ms ease}.product-lightbox__close:hover{background:hsla(0,0%,100%,.25)}.product-lightbox__close svg{width:20px;height:20px}.product-tabs{background:url("../images/background-water.png") top center #dff3fc;background-repeat:repeat-x;padding-top:560px;padding-bottom:80px;margin-top:-230px}@media(max-width: 767px){.product-tabs{padding-top:480px;margin-top:-250px}}.product-tabs__nav{background:#fff;border-radius:10px;box-shadow:0 2px 12px rgba(0,0,0,.08);display:flex;margin-bottom:60px;overflow-x:auto;scrollbar-width:none}.product-tabs__nav::-webkit-scrollbar{display:none}.product-tabs__btn{flex:1;padding:20px 16px;font-size:16px;font-weight:500;font-family:"Outfit",sans-serif;color:#44526f;background:none;border:none;border-right:1px solid #d0dee5;cursor:pointer;white-space:nowrap;text-align:center;transition:color 150ms ease,background 150ms ease}.product-tabs__btn:last-child{border-right:none}.product-tabs__btn.is-active{color:#005ca9;font-weight:600}.product-tabs__btn:hover:not(.is-active){color:#005ca9;background:rgba(91,197,242,.05)}.product-tabs__panel{display:none}.product-tabs__panel.is-active{display:block}.product-tabs__heading{font-size:40px;font-weight:700;line-height:1.2;color:#000;margin-bottom:24px}@media(max-width: 767px){.product-tabs__heading{font-size:28px}}.product-tabs__intro{font-size:16px;line-height:26px;color:#44526f;max-width:760px;margin-bottom:60px}.product-feature{background:#fff;border-radius:10px;display:grid;grid-template-columns:1fr 1fr;align-items:stretch;margin-bottom:24px}.product-feature:last-child{margin-bottom:0}@media(max-width: 1023px){.product-feature{margin-bottom:16px}}@media(max-width: 767px){.product-feature{grid-template-columns:1fr}}.product-feature__img{overflow:hidden;min-height:280px;min-width:0;border-radius:10px 0 0 10px}.product-feature__img img{width:100%;height:100%;max-width:100%;object-fit:cover;display:block}@media(max-width: 767px){.product-feature__img{aspect-ratio:3/2;min-height:0;border-radius:10px 10px 0 0}}.product-feature--img-right .product-feature__img{border-radius:0 10px 10px 0}@media(max-width: 767px){.product-feature--img-right .product-feature__img{order:-1;border-radius:10px 10px 0 0}}.product-feature__text{padding:48px 48px 48px 40px;display:flex;flex-direction:column;justify-content:center}.product-feature__text h3{font-size:24px;font-weight:700;line-height:1.3;color:#000;margin-bottom:16px}.product-feature__text p{font-size:16px;line-height:26px;color:#44526f;margin-bottom:0}@media(max-width: 767px){.product-feature__text{padding:28px}}.product-feature--img-right .product-feature__text{padding:48px 40px 48px 48px}@media(max-width: 767px){.product-feature--img-right .product-feature__text{padding:28px}}.feature-anchor{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;background:#5bc5f2;border-radius:5px;color:#00447a;text-decoration:none;margin-top:24px;flex-shrink:0;transition:background 150ms ease}.feature-anchor:hover{background:#3db5e8}.feature-anchor svg{width:18px;height:18px}.related-products{background:#fff;padding:80px 0}.related-products h2{margin-bottom:40px}.related-products__grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:24px}@media(max-width: 767px){.related-products__grid{grid-template-columns:1fr}}.tech-table{width:100%;border-collapse:collapse;font-size:16px}.tech-table th,.tech-table td{padding:14px 16px;text-align:left;border-bottom:1px solid #d0dee5;color:#44526f;line-height:1.5}.tech-table th{font-weight:600;color:#000;width:40%}.tech-table--multicol th{width:auto}.tech-table thead th{background:#f4f7fa;font-size:13px;text-transform:uppercase;letter-spacing:.04em;color:#44526f;font-weight:600;border-bottom:2px solid #d0dee5}.tech-table thead th:first-child{width:40%;background:rgba(0,0,0,0);border-bottom-color:rgba(0,0,0,0)}.content-text h3{font-size:20px;font-weight:700;color:#000;margin:32px 0 12px}.content-text h3:first-child{margin-top:0}.content-text p{font-size:16px;line-height:24px;color:#44526f;margin-bottom:16px}.content-text ul{list-style:none;padding-left:0;margin:0 0 16px;display:flex;flex-direction:column;gap:6px}.content-text li{position:relative;padding-left:16px;font-size:16px;line-height:1.5;color:#44526f}.content-text li::before{content:"-";position:absolute;left:0}.flex-blocks{display:flex;flex-direction:column;gap:40px}.flex-block__heading{font-size:20px;font-weight:700;color:#000;margin-bottom:16px}.tech-notes{margin-top:40px;padding-top:32px;border-top:1px solid #d0dee5}.datasheet-label{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#44526f;margin:40px 0 10px}.datasheet-link{display:inline-flex;align-items:center;gap:10px;margin-top:32px;padding:14px 24px;background:#fff;border:2px solid #5bc5f2;border-radius:5px;font-size:15px;font-weight:600;color:#005ca9;text-decoration:none;transition:background 150ms ease,color 150ms ease}.datasheet-link svg{flex-shrink:0;color:#5bc5f2;transition:color 150ms ease}.datasheet-link:hover{background:#5bc5f2;border-color:#5bc5f2;color:#00447a}.datasheet-link:hover svg{color:#00447a}@keyframes rw-hotspot-pulse{0%{transform:scale(0.5);opacity:.8}70%{transform:scale(2.2);opacity:0}100%{transform:scale(2.2);opacity:0}}.hotspot-block{padding-bottom:64px}@media(max-width: 480px){.hotspot-block{padding-bottom:48px}}.hotspot-image-wrap{position:relative;width:100%;display:block}.hotspot-img{display:block;width:100%;height:auto;border-radius:12px}.hotspot-pulse{position:absolute;left:var(--hx, 50%);top:var(--hy, 50%);transform:translate(-50%, -50%);width:44px;height:44px;background:rgba(0,0,0,0);border:none;cursor:pointer;padding:0;z-index:2}.hotspot-pulse__ring{position:absolute;inset:0;border-radius:50%;border:2px solid hsla(0,0%,100%,.75);animation:rw-hotspot-pulse 2.4s ease-out infinite}.hotspot-pulse__ring--delay{animation-delay:1.2s}.hotspot-pulse__dot{position:absolute;inset:30%;border-radius:50%;background:#5bc5f2;box-shadow:0 0 0 3px #fff;transition:transform 150ms ease,background 150ms ease}.hotspot-pulse:hover .hotspot-pulse__dot,.hotspot-pulse:focus-visible .hotspot-pulse__dot{transform:scale(1.3);background:#3ab4e8}.hotspot-pulse:focus-visible{outline:none}@media(max-width: 480px){.hotspot-pulse{width:52px;height:52px}}.hotspot-modal{position:fixed;inset:0;z-index:1100;opacity:0;pointer-events:none;visibility:hidden;transition:opacity 250ms ease,visibility 250ms}.hotspot-modal.is-open{opacity:1;pointer-events:auto;visibility:visible}.hotspot-modal__backdrop{position:absolute;inset:0;background:rgba(0,15,50,.65)}.hotspot-modal__dialog{position:absolute;top:50%;left:50%;transform:translate(-50%, -46%);transition:transform 280ms cubic-bezier(0.34, 1.2, 0.64, 1);width:min(540px,100vw - 32px);background:#fff;border-radius:16px;padding:40px 36px 36px;box-shadow:0 24px 64px rgba(0,0,0,.2)}@media(max-width: 480px){.hotspot-modal__dialog{padding:32px 24px 28px}}.hotspot-modal.is-open .hotspot-modal__dialog{transform:translate(-50%, -50%)}.hotspot-modal__close{position:absolute;top:16px;right:16px;width:32px;height:32px;background:#f0f4f8;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#44526f;transition:background 150ms ease;flex-shrink:0}.hotspot-modal__close svg{width:15px;height:15px}.hotspot-modal__close:hover{background:#dde4ed}.hotspot-modal__close:focus-visible{outline:2px solid #005ca9;outline-offset:2px}.hotspot-modal__body--icon{display:flex;align-items:center;gap:20px}@media(max-width: 480px){.hotspot-modal__body--icon{gap:16px}}.hotspot-modal__icon{flex-shrink:0;width:150px;height:150px}.hotspot-modal__icon img{width:100%;height:100%;object-fit:contain}.hotspot-modal__title{font-size:18px;font-weight:700;color:#000;margin:0 0 10px;line-height:1.3}@media(max-width: 480px){.hotspot-modal__title{font-size:16px}}.hotspot-modal__text{font-size:15px;line-height:1.7;color:#44526f;margin:0}@media(max-width: 480px){.hotspot-modal__text{font-size:14px}}body.woocommerce-cart #main-content,body.woocommerce-checkout #main-content{min-height:calc(100vh - 77px);display:flex;flex-direction:column;justify-content:flex-start}.nav__cart{position:relative;display:flex;align-items:center;padding:8px;color:#44526f;text-decoration:none}.nav__cart:hover{color:#005ca9}.cart-badge{position:absolute;top:2px;right:2px;background:#005ca9;color:#fff;font-size:11px;font-weight:700;min-width:18px;height:18px;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 3px;line-height:1}.page-hero--cart{padding:60px 0 40px}.page-hero--cart h1{font-size:48px}.page-hero--cart.page-hero--centered{text-align:center}.cart-section{padding:0 0 100px;background:#fff}.cart-layout{display:grid;grid-template-columns:1fr 340px;gap:40px;align-items:start}@media(max-width: 1023px){.cart-layout{grid-template-columns:1fr}}.cart-empty{text-align:center;padding:80px 0 100px;max-width:560px;margin:0 auto}.cart-empty__icon{display:flex;align-items:center;justify-content:center;width:96px;height:96px;margin:0 auto 32px;background:rgba(91,197,242,.12);border-radius:50%;color:#005ca9}.cart-empty__heading{font-size:clamp(24px,3vw,36px);font-weight:700;color:#000;margin-bottom:16px}.cart-empty__text{font-size:17px;line-height:1.6;color:#44526f;margin-bottom:40px}.cart-empty__actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.woocommerce-cart .woocommerce-cart-form+.return-to-shop,.woocommerce-page .woocommerce-cart-form+.return-to-shop,.woocommerce-cart .woocommerce-info,.woocommerce-page .woocommerce-info,.woocommerce-cart .return-to-shop,.woocommerce-page .return-to-shop{display:none !important}.shop_table{width:100%;border-collapse:collapse;border:1px solid #d0dee5;border-radius:10px;overflow:hidden}.shop_table thead th{padding:16px 20px;font-size:13px;font-weight:600;color:#44526f;text-transform:uppercase;letter-spacing:.06em;background:#f2f5f7;border-bottom:1px solid #d0dee5;text-align:left}.shop_table thead th.product-remove,.shop_table thead th.product-thumbnail{width:48px}.shop_table thead th.product-price,.shop_table thead th.product-quantity,.shop_table thead th.product-subtotal{width:130px}@media(max-width: 767px){.shop_table{display:block}.shop_table thead{display:none}.shop_table tbody{display:block}.shop_table tr.cart-row{display:grid;grid-template-columns:28px 72px 1fr;grid-template-areas:"remove thumb name" ".      thumb qty" ".      .     subtotal";column-gap:12px;padding:16px;border-bottom:1px solid #d0dee5}.shop_table tr.cart-row:last-child{border-bottom:none}.shop_table tr.cart-row td{padding:0;border:none;vertical-align:top;font-size:15px}.shop_table tr.cart-row td.product-remove{grid-area:remove;display:flex;align-items:flex-start;padding-top:2px}.shop_table tr.cart-row td.product-thumbnail{grid-area:thumb}.shop_table tr.cart-row td.product-name{grid-area:name;padding-bottom:8px}.shop_table tr.cart-row td.product-price{display:none}.shop_table tr.cart-row td.product-quantity{grid-area:qty;padding-bottom:8px}.shop_table tr.cart-row td.product-subtotal{grid-area:subtotal;font-weight:700;color:#000;font-size:16px}.shop_table tr.cart-addon-row{display:flex;align-items:center;gap:8px;padding:8px 16px 8px 52px;border-bottom:1px solid #d0dee5;background:#f8fafb}.shop_table tr.cart-addon-row td{padding:0;border:none}.shop_table tr.cart-addon-row td[colspan="2"]{display:none}.shop_table tr.cart-addon-row td.product-name{flex:1}.shop_table tr.cart-addon-row td.product-price{flex-shrink:0;font-weight:600}.shop_table tr.cart-addon-row td[colspan="2"]:last-child{display:none}}.cart-row td{padding:20px;border-bottom:1px solid #d0dee5;vertical-align:middle;font-size:16px;color:#44526f}.cart-row:last-child td{border-bottom:none}.cart-addon-row td{padding:8px 20px;border-bottom:1px solid #d0dee5;vertical-align:middle;font-size:14px;color:#44526f;background:#f8fafb}.cart-addon-row:last-child td{border-bottom:none}.cart-addon-row__name{display:flex;align-items:center;gap:8px;padding-left:40px;color:#44526f;font-style:italic}.cart-addon-remove{display:inline-flex;align-items:center;justify-content:center;color:#005ca9;transition:color 150ms ease;flex-shrink:0;text-decoration:none}.cart-addon-remove:hover{color:#c0392b}.product-remove{width:40px;text-align:center}.cart-remove-btn{background:none;border:none;cursor:pointer;color:#005ca9;padding:4px;border-radius:4px;transition:color 150ms ease;display:flex;align-items:center;justify-content:center}.cart-remove-btn:hover{color:#c0392b}.product-thumbnail{width:80px}.product-thumbnail img{border-radius:8px;display:block;width:100%}.product-name strong{display:block;font-size:16px;font-weight:600;color:#000;margin-bottom:4px}.cart-variant{font-size:14px;color:#44526f;display:block}.product-price,.product-subtotal{font-weight:600;color:#000;white-space:nowrap}.cart-line-total{font-weight:700;color:#000}.shop_table .qty-btn{width:36px;height:36px;font-size:18px}.shop_table .qty-input{width:48px;height:36px;font-size:14px}.cart-summary{background:#fff;border:1px solid #d0dee5;border-radius:10px;padding:32px;position:sticky;top:100px}@media(max-width: 1023px){.cart-summary{position:static}}.cart-summary h2{font-size:20px;font-weight:700;color:#000;margin-bottom:24px}.cart-summary__row{display:flex;justify-content:space-between;align-items:baseline;font-size:16px;color:#44526f;margin-bottom:12px}.cart-summary__row span:last-child{font-weight:600;color:#000}.cart-summary__divider{border:none;border-top:1px solid #d0dee5;margin:20px 0}.cart-summary__total{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:8px}.cart-summary__total-label{font-size:18px;font-weight:700;color:#000}.cart-summary__total-price{font-size:24px;font-weight:700;color:#000}.cart-summary__row--sub{font-size:13px;color:#44526f;margin-bottom:4px}.cart-summary__row--sub span:last-child{font-weight:400;color:#44526f}.cart-summary__row--sub:last-of-type{margin-bottom:24px}.cart-summary__cta{width:100%;text-align:center}.cart-summary__cta .btn{width:100%;justify-content:center}.cart-summary__continue{display:block;text-align:center;font-size:14px;color:#44526f;text-decoration:underline;margin-top:12px}.cart-summary__continue:hover{color:#005ca9}.cart-summary__shipping{font-size:13px;color:#44526f;font-style:italic;margin-top:8px;text-align:right}.shipping-bullets{background:rgba(91,197,242,.08);border-radius:8px;padding:14px 16px;margin-top:12px;margin-bottom:20px}.shipping-bullets ul{list-style:none;padding:0;margin:0}.shipping-bullets li{display:flex;align-items:flex-start;gap:8px;font-size:13px;color:#44526f;line-height:1.45;margin-bottom:7px}.shipping-bullets li:last-child{margin-bottom:0}.shipping-bullets li::before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:#5bc5f2;flex-shrink:0;margin-top:5px}.delivery-note-wrap{margin-bottom:20px}.delivery-note-label{font-size:13px;font-weight:600;color:#44526f;text-transform:uppercase;letter-spacing:.06em;display:block;margin-bottom:6px}.delivery-note-hint{font-size:12px;font-weight:400;text-transform:none;letter-spacing:0}.delivery-note-wrap textarea{width:100%;padding:10px 14px;border:1px solid #d0dee5;border-radius:5px;font-size:14px;font-family:"Outfit",sans-serif;color:#44526f;background:#fff;resize:vertical;min-height:80px;transition:border-color 150ms ease}.delivery-note-wrap textarea:focus{outline:none;border-color:#005ca9}.checkout-header{padding:40px 0 0;background:#fff}.checkout-steps{display:flex;align-items:center;gap:0;margin-bottom:48px}@media(max-width: 767px){.checkout-steps{gap:0}}.checkout-step{display:flex;align-items:center;gap:12px;flex-shrink:0}.checkout-step__num{width:36px;height:36px;border-radius:50%;background:#f2f5f7;border:2px solid #d0dee5;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:#44526f;flex-shrink:0;transition:background 200ms ease,border-color 200ms ease,color 200ms ease}.checkout-step__label{font-size:14px;font-weight:600;color:#44526f;white-space:nowrap}@media(max-width: 767px){.checkout-step__label{display:none}}.checkout-step.is-active .checkout-step__num{background:#005ca9;border-color:#005ca9;color:#fff}.checkout-step.is-active .checkout-step__label{color:#000}@media(max-width: 767px){.checkout-step.is-active .checkout-step__label{display:block}}.checkout-step.is-done .checkout-step__num{background:#5bc5f2;border-color:#5bc5f2;color:#00447a}.checkout-step__line{flex:1;height:2px;background:#d0dee5;margin:0 8px}.checkout-section{padding:0 0 100px;background:#fff}@media(max-width: 767px){.checkout-section{padding:0 0 60px}}.checkout-layout{display:grid;grid-template-columns:1fr 340px;gap:40px;align-items:start}@media(max-width: 1023px){.checkout-layout{grid-template-columns:1fr}}.checkout-panel{display:none}.checkout-panel.is-active{display:block}.checkout-panel__heading{font-size:28px;font-weight:700;color:#000;margin-bottom:32px}.form-row{margin-bottom:20px}.form-row label{font-size:13px;font-weight:600;color:#44526f;text-transform:uppercase;letter-spacing:.06em;display:block;margin-bottom:6px}.form-row label .required{color:#c0392b;margin-left:2px}.form-row input[type=text],.form-row input[type=email],.form-row input[type=tel],.form-row select,.form-row textarea{width:100%;padding:12px 16px;border:1px solid #d0dee5;border-radius:5px;font-size:16px;font-family:"Outfit",sans-serif;color:#44526f;background:#fff;transition:border-color 150ms ease;appearance:none}.form-row input[type=text]:focus,.form-row input[type=email]:focus,.form-row input[type=tel]:focus,.form-row select:focus,.form-row textarea:focus{outline:none;border-color:#005ca9}.form-row input[type=text].is-invalid,.form-row input[type=email].is-invalid,.form-row input[type=tel].is-invalid,.form-row select.is-invalid,.form-row textarea.is-invalid{border-color:#c0392b}.form-row .field-error{font-size:13px;color:#c0392b;margin-top:6px;display:none}.form-row .field-error.is-visible{display:block}.form-row--half{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media(max-width: 767px){.form-row--half{grid-template-columns:1fr}}.form-row .form-hint{font-size:13px;color:#44526f;margin-top:6px}.shipping-info{background:rgba(91,197,242,.1);border:1px solid rgba(91,197,242,.4);border-radius:10px;padding:20px 24px;margin-bottom:28px;font-size:15px;color:#005ca9;font-weight:500}.billing-toggle-wrap{margin-bottom:28px}.billing-toggle-wrap label{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:15px;color:#44526f;font-weight:500}.billing-toggle-wrap input[type=checkbox]{width:18px;height:18px;accent-color:#005ca9;flex-shrink:0}#billing-address-fields{display:none;margin-top:24px;padding-top:24px;border-top:1px solid #d0dee5}.payment-methods,ul.wc_payment_methods{margin-bottom:28px;list-style:none;padding:0;margin-left:0}li.wc_payment_method,.wc_payment_method{list-style:none;border:2px solid #d0dee5;border-radius:10px;overflow:hidden;margin-bottom:12px;transition:border-color 150ms ease}li.wc_payment_method.is-active,.wc_payment_method.is-active{border-color:#005ca9}.payment-method__label{display:flex;align-items:center;gap:12px;padding:16px 20px;cursor:pointer;font-size:16px;font-weight:600;color:#000}.payment-method__label.disabled{color:#aaa;cursor:not-allowed}.payment-method__body{padding:0 20px 16px 20px;font-size:15px;color:#44526f}.payment_box{padding:0 20px 16px}.wc-gzd-checkbox-placeholder-legal .legal-check{background:rgba(91,197,242,.18);border-left:3px solid #005ca9;border-radius:0 6px 6px 0}.wc-gzd-checkbox-placeholder-legal .legal-check label{font-weight:600}.legal-checks{margin-bottom:28px}.legal-checks .woocommerce-gzd-legal-checkbox-text{font-size:14px;font-weight:400;text-transform:none;letter-spacing:0;line-height:1.5;color:#44526f}.legal-checks .woocommerce-gzd-legal-checkbox-text a{color:#005ca9;text-decoration:underline;text-underline-offset:2px}.legal-checks .woocommerce-gzd-legal-checkbox-text a:hover{opacity:.8}.express-checkout-section{margin-bottom:24px}.express-checkout-section__label{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#44526f;margin-bottom:20px}.express-checkout-section__buttons{display:grid;grid-template-columns:1fr 1fr;gap:10px;align-items:start}@media(max-width: 767px){.express-checkout-section__buttons{grid-template-columns:1fr}}#wc-stripe-express-checkout-element:empty{display:none}#wc-stripe-express-checkout-button-separator{display:none !important}#ppc-button-ppcp-gateway:empty{display:none}.p-CardBrandIcons-item[data-testid=amex],.p-CardBrandIcons-item[data-testid=discover]{display:none !important}.payment-divider{height:1px;background:#d0dee5;margin-bottom:24px}.legal-check{display:flex;align-items:flex-start;gap:12px;margin-bottom:14px;background:rgba(91,197,242,.15);padding:12px 14px;border-radius:6px}.legal-check input[type=checkbox]{width:18px;height:18px;accent-color:#005ca9;flex-shrink:0;margin-top:2px}.legal-check label{font-size:14px;color:#44526f;line-height:1.5;cursor:pointer}.legal-check a{color:#005ca9;text-decoration:underline}.order-review{border:1px solid #d0dee5;border-radius:10px;overflow:hidden;margin-bottom:28px}.order-review table{width:100%;border-collapse:collapse}.order-review thead th{padding:14px 20px;font-size:13px;font-weight:600;color:#44526f;text-transform:uppercase;letter-spacing:.06em;background:#f2f5f7;border-bottom:1px solid #d0dee5;text-align:left}.order-review thead th:last-child{text-align:right}.order-review tbody tr{border-bottom:1px solid #d0dee5}.order-review tbody tr:last-child{border-bottom:none}.order-review tbody td{padding:14px 20px;font-size:15px;color:#44526f}.order-variant{font-size:13px;color:#44526f}.order-totals{border-top:1px solid #d0dee5;padding:20px;background:#f2f5f7}.order-totals__row{display:flex;justify-content:space-between;font-size:15px;color:#44526f;margin-bottom:8px}.order-totals__row span:last-child{font-weight:600;color:#000}.order-totals__total{display:flex;justify-content:space-between;align-items:baseline;margin-top:12px;padding-top:12px;border-top:1px solid #d0dee5}.order-totals__total-label{font-size:16px;font-weight:700;color:#000}.order-totals__total-price{font-size:22px;font-weight:700;color:#000}.order-totals__vat{font-size:13px;color:#44526f;text-align:right;margin-top:4px}.step-nav{display:flex;gap:12px;align-items:center;margin-top:32px;padding-top:24px;border-top:1px solid #d0dee5}.step-nav .btn{min-width:180px;justify-content:center}@media(max-width: 767px){.step-nav{flex-direction:column}.step-nav .btn{width:100%;min-width:0;white-space:normal;text-align:center}}.step-nav--final{justify-content:space-between}.step-nav--final #place_order,.step-nav--final #place_order.ppcp-hidden{min-width:280px;display:flex !important}@media(max-width: 767px){.step-nav--final #place_order,.step-nav--final #place_order.ppcp-hidden{min-width:0;width:100%;white-space:normal;text-align:center}}.checkout-sidebar{position:sticky;top:100px}@media(max-width: 1023px){.checkout-sidebar{position:static}}.checkout-sidebar__box{background:#fff;border:1px solid #d0dee5;border-radius:10px;padding:28px}@media(max-width: 767px){.checkout-sidebar__box{padding:20px 16px}}.checkout-sidebar__box h3{font-size:16px;font-weight:700;color:#000;margin-bottom:16px}.checkout-sidebar__row{display:flex;justify-content:space-between;align-items:baseline;gap:12px;font-size:15px;color:#44526f;margin-bottom:10px}.checkout-sidebar__row span:first-child{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.checkout-sidebar__row span:last-child{flex-shrink:0;font-weight:600;color:#000;text-align:right}.checkout-sidebar__divider{border:none;border-top:1px solid #d0dee5;margin:16px 0}.checkout-sidebar__total{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:8px}.checkout-sidebar__total span:first-child{font-size:15px;font-weight:700;color:#000}.checkout-sidebar__total span:last-child{font-size:20px;font-weight:700;color:#000}.checkout-sidebar__row--sub{font-size:12px;color:#44526f;margin-bottom:4px}.checkout-sidebar__row--sub span:last-child{font-weight:400;color:#44526f}.checkout-sidebar__row--sub:last-of-type{margin-bottom:16px}.checkout-sidebar__vat{font-size:12px;color:#44526f;text-align:right;margin-top:4px}.checkout-sidebar__edit{display:block;text-align:center;font-size:13px;color:#005ca9;text-decoration:underline;margin-top:16px}.checkout-sidebar__coupon-row em{font-style:normal;font-weight:600}.checkout-sidebar__coupon-amount{color:#1a8a3c !important}.checkout-coupon{margin-top:16px;border-top:1px solid #d0dee5;padding-top:14px}.checkout-coupon__toggle{background:none;border:none;padding:0;font-size:13px;color:#005ca9;cursor:pointer;display:flex;align-items:center;gap:6px;text-decoration:underline}.checkout-coupon__toggle svg{transition:transform .2s ease}.checkout-coupon__toggle.is-open svg{transform:rotate(180deg)}.checkout-coupon__form{margin-top:12px}.checkout-coupon__row{display:flex;gap:8px}.checkout-coupon__input{flex:1;min-width:0;height:42px;padding:0 12px;border:1px solid #d0dee5;border-radius:5px;font-size:14px;color:#000}.checkout-coupon__input:focus{outline:none;border-color:#005ca9}.checkout-coupon__apply{flex-shrink:0;height:42px;padding:0 16px;font-size:14px}.checkout-coupon__feedback{margin-top:8px;font-size:13px;min-height:18px}.checkout-coupon__feedback.is-error{color:#c0392b}.checkout-coupon__feedback.is-success{color:#1a8a3c}.checkout-coupon__remove{background:none;border:none;padding:0 0 0 6px;font-size:16px;color:#44526f;cursor:pointer;line-height:1}.checkout-coupon__remove:hover{color:#c0392b}.field-info-trigger{display:inline-flex;align-items:center;background:none;border:none;padding:0 0 0 4px;color:#005ca9;cursor:pointer;vertical-align:middle;opacity:.7;transition:opacity 150ms ease}.field-info-trigger:hover{opacity:1}.info-popover{position:fixed;z-index:9999;width:min(320px,100vw - 32px);background:#fff;border:1.5px solid #d0dee5;border-radius:10px;box-shadow:0 8px 32px rgba(0,92,169,.14)}.info-popover[hidden]{display:none}.info-popover__inner{padding:18px 20px 20px;position:relative}.info-popover__close{position:absolute;top:10px;right:10px;background:none;border:none;cursor:pointer;padding:4px;color:#44526f;line-height:1;border-radius:4px;display:flex;align-items:center;justify-content:center}.info-popover__close:hover{color:#005ca9}.info-popover__text{font-size:14px;line-height:1.5;color:#44526f;padding-right:20px;margin:0}.plz-island-hint{font-size:13px;line-height:1.5;color:#005ca9;background:rgba(91,197,242,.12);border-radius:5px;padding:8px 12px;margin-top:8px}.plz-island-hint[hidden]{display:none}.checkout-section .woocommerce-error,.checkout-section .woocommerce-message,.checkout-section .woocommerce-info{list-style:none;margin:0 0 24px;padding:0}.checkout-section .woocommerce-error li,.checkout-section .woocommerce-error,.checkout-section .woocommerce-message li,.checkout-section .woocommerce-message,.checkout-section .woocommerce-info li,.checkout-section .woocommerce-info{font-size:13px;line-height:1.5;color:#005ca9;background:rgba(91,197,242,.12);border-radius:5px;padding:8px 12px;margin-bottom:8px}.checkout-section .woocommerce-error li:last-child,.checkout-section .woocommerce-error:last-child,.checkout-section .woocommerce-message li:last-child,.checkout-section .woocommerce-message:last-child,.checkout-section .woocommerce-info li:last-child,.checkout-section .woocommerce-info:last-child{margin-bottom:0}.checkout-section .woocommerce-error li::before,.checkout-section .woocommerce-error::before,.checkout-section .woocommerce-message li::before,.checkout-section .woocommerce-message::before,.checkout-section .woocommerce-info li::before,.checkout-section .woocommerce-info::before{display:none}.checkout-section .woocommerce-error.woocommerce-message,.checkout-section .woocommerce-message.woocommerce-message,.checkout-section .woocommerce-info.woocommerce-message{font-size:13px;line-height:1.5;color:#005ca9;background:rgba(91,197,242,.12);border-radius:5px;padding:8px 12px;margin-bottom:24px}.page-hero{padding:80px 0 60px;background:#fff}.page-hero h1{font-size:80px;font-weight:700;line-height:84px;color:#000}.page-hero__intro{font-size:20px;line-height:32px;color:#44526f;max-width:760px;margin-top:32px}@media(min-width: 1024px){.page-hero--narrow .container{max-width:60%;margin-inline:auto}}@media(max-width: 1023px){.page-hero h1{font-size:60px;line-height:66px}}@media(max-width: 767px){.page-hero{padding:40px 0 32px}.page-hero h1{font-size:40px;line-height:44px}.page-hero__intro{font-size:16px;line-height:24px}}.legal-section{padding:0 0 100px;background:#fff}@media(max-width: 767px){.legal-section{padding:0 0 60px}}.legal-content{max-width:760px}.legal-block{margin-bottom:56px}.legal-block:last-child{margin-bottom:0}.legal-block h2{font-size:24px;font-weight:700;line-height:1.3;color:#000;margin-bottom:20px}.legal-block h3{font-size:18px;font-weight:600;line-height:1.4;color:#000;margin-bottom:12px;margin-top:24px}.legal-block p{font-size:16px;line-height:26px;color:#44526f;margin-bottom:12px}.legal-block p:last-child{margin-bottom:0}.legal-block a{color:#005ca9;text-decoration:underline}.legal-block a:hover{opacity:.8}@media(max-width: 767px){.legal-block{margin-bottom:40px}}.contact-section{padding-block:80px;background:#fff}@media(max-width: 767px){.contact-section{padding-block:52px}}.contact-success{background:rgba(91,197,242,.2);border-radius:10px;padding:48px 60px;font-size:16px;line-height:24px;color:#44526f}.contact-success strong{color:#000}@media(max-width: 767px){.contact-success{padding:32px 24px}}.contact-card{background:rgba(91,197,242,.2);border-radius:10px;padding:60px 80px;display:grid;grid-template-columns:1fr 1fr;gap:60px}@media(max-width: 1023px){.contact-card{padding:48px;gap:40px}}@media(max-width: 767px){.contact-card{grid-template-columns:1fr;padding:32px 24px;gap:0}}.contact-card__error{grid-column:1/-1;background:rgba(220,53,69,.1);border-left:3px solid #dc3545;border-radius:0 5px 5px 0;padding:12px 16px;font-size:15px;color:darkred;margin-bottom:8px}.contact-card__left{display:flex;flex-direction:column}.contact-card__right{display:flex;flex-direction:column}@media(max-width: 767px){.contact-card__right{margin-top:24px}}.contact-card__heading{font-size:24px;font-weight:700;line-height:1.3;color:#000;margin-bottom:16px}.contact-card__intro{font-size:16px;line-height:24px;color:#44526f;margin-bottom:32px}.contact-card__fields{flex:1;display:flex;flex-direction:column;gap:20px}.contact-card__field{display:flex;flex-direction:column}.contact-card__field label{font-size:16px;line-height:24px;color:#44526f;margin-bottom:8px}.contact-card__field input,.contact-card__field textarea{font-family:inherit;font-size:16px;color:#000;background:#fff;border:2px solid #d0dee5;border-radius:5px;padding:12px 16px;outline:none;transition:border-color 250ms ease;width:100%}.contact-card__field input:focus,.contact-card__field textarea:focus{border-color:#5bc5f2}.contact-card__field--textarea{flex:1;display:flex;flex-direction:column}.contact-card__field--textarea textarea{flex:1;resize:none;min-height:180px}@media(max-width: 767px){.contact-card__field--textarea textarea{min-height:140px}}.contact-card__required{color:#005ca9;margin-left:2px}.contact-card__checkbox{display:flex;align-items:flex-start;gap:12px;margin-top:24px;cursor:pointer}.contact-card__checkbox input[type=checkbox]{width:18px;height:18px;flex-shrink:0;margin-top:3px;accent-color:#5bc5f2;border:2px solid #d0dee5;border-radius:4px;cursor:pointer}.contact-card__checkbox span{font-size:16px;line-height:24px;color:#44526f}.contact-card__checkbox span a{color:#005ca9;text-decoration:underline}.contact-card__checkbox span a:hover{opacity:.8}.contact-card__submit{display:flex;justify-content:flex-end;margin-top:20px}@media(max-width: 767px){.contact-card__submit{justify-content:stretch}.contact-card__submit .btn--contact-submit{width:100%}}.btn--contact-submit{background:#5bc5f2;color:#00447a;border:none;border-radius:5px;padding:15px 30px;font-family:inherit;font-size:16px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;cursor:pointer;transition:opacity 150ms ease;white-space:nowrap}.btn--contact-submit:hover{opacity:.85}.about-section{padding:80px 0 100px;background:#fff}@media(max-width: 767px){.about-section{padding:48px 0 60px}}.about-row{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;margin-bottom:80px}.about-row:last-child{margin-bottom:0}.about-row__img{background:#dff3fc;border-radius:10px;display:flex;align-items:center;justify-content:center;aspect-ratio:4/3;padding:40px;overflow:hidden}.about-row__img img{max-width:100%;max-height:260px;object-fit:contain;display:block}.about-row__text h2{font-size:24px;font-weight:700;line-height:1.3;color:#000;margin-bottom:16px}.about-row__text p{font-size:16px;line-height:24px;color:#44526f}@media(max-width: 1023px){.about-row{gap:48px;margin-bottom:60px}}@media(max-width: 767px){.about-row{grid-template-columns:1fr;gap:24px;margin-bottom:48px}.about-row:nth-child(even) .about-row__img{order:-1}}.cat-list{padding:20px 0 100px;background:#fff}.cat-list__img-wrap{position:relative;border-radius:10px;overflow:hidden;aspect-ratio:4/3}.cat-list__img-wrap img{width:100%;height:100%;object-fit:cover;display:block}.cat-list__badge{position:absolute;top:20px;left:20px;z-index:1}.cat-list__row{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;margin-bottom:80px}.cat-list__row:last-child{margin-bottom:0}.cat-list__row--flip .cat-list__img-wrap{order:2}.cat-list__row--flip .cat-list__text{order:1}@media(max-width: 1023px){.cat-list__row{gap:48px;margin-bottom:60px}}@media(max-width: 767px){.cat-list__row{grid-template-columns:1fr;gap:24px;margin-bottom:48px}.cat-list__row--flip .cat-list__img-wrap{order:unset}.cat-list__row--flip .cat-list__text{order:unset}}.cat-list__badges{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.cat-list__starting-price{font-size:18px;font-weight:700;color:#005ca9;margin-bottom:16px}.cat-list__text h2{font-size:24px;font-weight:700;line-height:1.3;color:#000;margin-bottom:16px}.cat-list__text p{font-size:16px;line-height:24px;color:#44526f;margin-bottom:28px}.why__photo{border-radius:10px;overflow:hidden;aspect-ratio:3/2}.why__photo img{width:100%;height:100%;object-fit:cover;display:block}@media(max-width: 767px){.why__row:nth-child(3) .why__photo{order:-1}}.flex-anchor-nav{position:sticky;top:0;z-index:40;background:#fff;border-bottom:2px solid #d0dee5}.flex-anchor-nav__inner{display:flex;overflow-x:auto;scrollbar-width:none}.flex-anchor-nav__inner::-webkit-scrollbar{display:none}.flex-anchor-nav__link{display:inline-block;padding:14px 24px;font-size:15px;font-weight:600;color:#44526f;text-decoration:none;white-space:nowrap;border-bottom:2px solid rgba(0,0,0,0);margin-bottom:-2px;transition:color 150ms ease,border-color 150ms ease}.flex-anchor-nav__link:hover{color:#005ca9;border-bottom-color:#005ca9}.flex-anchor-nav__link.is-active{color:#005ca9;border-bottom-color:#005ca9}.page-template-page-einspaltig-flexibel #main-content{min-height:100vh}@media(min-width: 1024px){.flex-narrow-wrap .container{max-width:60%;margin-inline:auto}}.flex-section{background:#fff}.flex-section--pt-s{padding-block-start:20px}@media(max-width: 767px){.flex-section--pt-s{padding-block-start:12px}}.flex-section--pt-m{padding-block-start:80px}@media(max-width: 767px){.flex-section--pt-m{padding-block-start:52px}}.flex-section--pt-l{padding-block-start:140px}@media(max-width: 767px){.flex-section--pt-l{padding-block-start:80px}}.flex-section--pb-s{padding-block-end:20px}@media(max-width: 767px){.flex-section--pb-s{padding-block-end:12px}}.flex-section--pb-m{padding-block-end:80px}@media(max-width: 767px){.flex-section--pb-m{padding-block-end:52px}}.flex-section--pb-l{padding-block-end:140px}@media(max-width: 767px){.flex-section--pb-l{padding-block-end:80px}}.flex-section--single .flex-section__text-block{max-width:800px}.flex-section--single .flex-section__img-wrap--full{border-radius:10px;overflow:hidden}.flex-section--single .flex-section__img-wrap--full img{width:100%;height:auto;display:block}.flex-section--double .flex-section__section-heading{font-size:24px;font-weight:700;line-height:1.3;color:#000;max-width:560px;margin-bottom:32px}.flex-section--double .flex-section__cols{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.flex-section--double .flex-section__cols--top{align-items:start}.flex-section--double .flex-section__cols--bottom{align-items:end}@media(max-width: 1023px){.flex-section--double .flex-section__cols{gap:48px}}@media(max-width: 767px){.flex-section--double .flex-section__cols{grid-template-columns:1fr;gap:32px}}@media(max-width: 767px){.flex-section--double.flex-section--reverse-mobile .flex-section__cols .flex-section__col:first-child{order:2}.flex-section--double.flex-section--reverse-mobile .flex-section__cols .flex-section__col:last-child{order:1}}.flex-section__heading{font-size:24px;font-weight:700;line-height:1.3;color:#000;margin-bottom:24px}.flex-section__col-heading{font-size:24px;font-weight:700;line-height:1.3;color:#000;margin-bottom:20px}.flex-section__body{font-size:16px;line-height:24px;color:#44526f}.flex-section__body p{margin-bottom:16px}.flex-section__body p:last-child{margin-bottom:0}.flex-section__body strong{font-weight:600;color:#000}.flex-section__body a{color:#005ca9;text-decoration:underline}.flex-section__body a:hover{opacity:.8}.flex-section__body ul,.flex-section__body ol{padding-left:20px;margin-bottom:16px}.flex-section__body li{margin-bottom:6px}.flex-section__img-wrap{border-radius:10px;overflow:hidden}.flex-section__img-wrap img{width:100%;height:auto;display:block}.geo-section{display:none;padding:48px 0}@media(max-width: 767px){.geo-section{padding:32px 0}}.geo-block{max-width:820px;margin:0 auto}.geo-block__summary{font-size:18px;line-height:1.6;color:#44526f;margin-bottom:32px;padding-left:16px;border-left:3px solid #5bc5f2}.geo-block__faq-heading{font-size:24px;font-weight:700;color:#000;margin-bottom:16px}.geo-block__item{border-bottom:1px solid #d0dee5}.geo-block__item[open] .geo-block__q::after{transform:translateY(-50%) rotate(45deg)}.geo-block__q{position:relative;display:block;padding:16px 40px 16px 0;font-size:16px;font-weight:600;color:#000;cursor:pointer;list-style:none}.geo-block__q::-webkit-details-marker{display:none}.geo-block__q::after{content:"+";position:absolute;right:8px;top:50%;transform:translateY(-50%);font-size:22px;font-weight:400;color:#005ca9;transition:transform .2s ease;transform-origin:center}.geo-block__a{padding:0 0 16px;font-size:15px;line-height:1.6;color:#44526f}.geo-block__a p:last-child{margin-bottom:0}.news-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:18px;height:18px}.news-icon svg{width:100%;height:100%}.news-icon--sm{width:16px;height:16px}.news-progress{position:fixed;inset:0 0 auto 0;height:5px;background:rgba(91,197,242,.15);z-index:999}.news-progress__fill{height:100%;width:0;background:#005ca9;transition:width .1s linear}.news-article{background:#f4fafd;padding:60px 0 80px}@media(max-width: 767px){.news-article{padding:32px 0 48px}}.news-shell{max-width:calc(1240px + 48px*2);padding-left:48px;padding-right:48px}@media(max-width: 767px){.news-shell{padding-left:24px;padding-right:24px}}.news-header__kicker{display:inline-block;background:#005ca9;color:#fff;font-size:14px;font-weight:700;text-transform:uppercase;padding:5px 10px;border-radius:5px;margin-bottom:24px}.news-header__title{font-size:60px;line-height:1;font-weight:700;color:#005ca9;margin:0 0 24px}@media(max-width: 1023px){.news-header__title{font-size:44px}}@media(max-width: 767px){.news-header__title{font-size:32px}}.news-header__lead{font-size:20px;line-height:28px;font-weight:500;color:#44526f;margin:0 0 24px}@media(max-width: 767px){.news-header__lead{font-size:18px;line-height:26px}}.news-header__meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px 16px;font-size:14px;color:#44526f;margin-bottom:40px}.news-header__meta-item{display:inline-flex;align-items:center;gap:8px;color:inherit}.news-header__sep{color:rgba(68,82,111,.4)}@media(max-width: 767px){.news-header__sep{display:none}}.news-header__updated{opacity:.75}.news-header__hero{margin:0 0 40px}.news-header__hero-img{width:100%;height:auto;aspect-ratio:8/5;object-fit:cover;border-radius:15px}.news-header__hero-caption{margin-top:12px;font-size:16px;line-height:24px;color:#44526f}.news-author{display:flex;align-items:center;gap:20px;background:#fff;border:1px solid rgba(91,197,242,.2);border-radius:10px;padding:24px;margin-bottom:40px}@media(max-width: 767px){.news-author{flex-direction:column;align-items:flex-start;gap:12px}}.news-author__avatar{width:80px;height:80px;border-radius:50%;object-fit:cover;flex-shrink:0}.news-author__name{font-size:18px;font-weight:700;color:#005ca9;margin:0 0 6px}.news-author__bio{font-size:16px;line-height:24px;color:#44526f;margin:0}.news-overview{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-bottom:48px}@media(max-width: 1023px){.news-overview{grid-template-columns:1fr;gap:24px}}.news-overview--single{grid-template-columns:1fr}.news-toc{background:#fff;border:1px solid rgba(91,197,242,.3);border-radius:12px;padding:32px}@media(max-width: 767px){.news-toc{padding:20px}}.news-toc__title{font-size:24px;font-weight:700;color:#005ca9;margin:0 0 16px}.news-toc__list{list-style:none;margin:0;padding:0;counter-reset:toc}.news-toc__list li{counter-increment:toc;margin-bottom:12px}.news-toc__list li:last-child{margin-bottom:0}.news-toc__list a{display:flex;gap:8px;font-size:16px;line-height:24px;color:#005ca9;text-decoration:none}.news-toc__list a::before{content:counter(toc) ".";font-weight:600;flex-shrink:0}.news-toc__list a:hover,.news-toc__list a:focus-visible{text-decoration:underline}.news-takeaways{background:#def3fc;border:1px solid rgba(91,197,242,.4);border-radius:12px;padding:32px}@media(max-width: 767px){.news-takeaways{padding:20px}}.news-takeaways__title{font-size:24px;font-weight:700;color:#005ca9;margin:0 0 16px}.news-takeaways__list{list-style:none;margin:0;padding:0}.news-takeaways__list li{display:flex;gap:12px;font-size:16px;line-height:24px;color:#44526f;margin-bottom:12px}.news-takeaways__list li:last-child{margin-bottom:0}.news-takeaways__list .news-icon{color:#005ca9;margin-top:3px;width:20px;height:20px}.news-body{display:flex;flex-direction:column;gap:24px}.news-body>section:not(:first-child),.news-body>aside:not(:first-child),.news-body>figure:not(:first-child),.news-body>.news-gallery:not(:first-child){margin-top:56px}.news-body>.news-heading+section,.news-body>.news-heading+aside,.news-body>.news-heading+figure,.news-body>.news-heading+.news-gallery{margin-top:16px}.news-body>.news-notice+.news-notice{margin-top:-8px}.news-body>.news-heading--h2:not(:first-child){margin-top:56px}@media(max-width: 767px){.news-body>section:not(:first-child),.news-body>aside:not(:first-child),.news-body>figure:not(:first-child),.news-body>.news-gallery:not(:first-child),.news-body>.news-heading--h2:not(:first-child){margin-top:32px}}.news-heading{color:#005ca9;font-weight:700;margin:0;scroll-margin-top:100px}.news-heading--h2{font-size:40px;line-height:42px}@media(max-width: 767px){.news-heading--h2{font-size:28px;line-height:34px}}.news-heading--h3{font-size:24px;line-height:normal}@media(max-width: 767px){.news-heading--h3{font-size:21px}}.news-heading--h4{font-size:18px;line-height:normal}.news-steps .news-heading--h2,.news-faq .news-heading--h2,.news-accordion .news-heading--h2,.news-tabs .news-heading--h2,.news-procontra .news-heading--h2,.news-table-wrap .news-heading--h2,.news-summary .news-heading--h2{margin-top:0;margin-bottom:32px}.news-text{font-size:16px;line-height:24px;color:#44526f}.news-text p{margin:0 0 16px}.news-text p:last-child{margin-bottom:0}.news-text strong{color:#005ca9}.news-text a{color:#005ca9;text-decoration:underline}.news-text a:hover,.news-text a:focus-visible{text-decoration:none}.news-definition{background:#fff;border-left:6px solid rgba(0,92,169,.2);border-radius:0 8px 8px 0;padding:28px}@media(max-width: 767px){.news-definition{padding:20px}}.news-definition__title{font-size:14px;font-weight:700;color:#005ca9;margin:0 0 12px}.news-definition__text{font-size:16px;line-height:24px;color:#44526f;margin:0}.news-list{margin:0;padding:0;list-style:none;font-size:16px;line-height:24px;color:#44526f}.news-list li{position:relative;padding-left:18px;margin-bottom:10px}.news-list li:last-child{margin-bottom:0}.news-list--ul li::before{content:"";position:absolute;left:0;top:9px;width:6px;height:6px;border-radius:50%;background:#5bc5f2}.news-list--ol{counter-reset:newslist}.news-list--ol li{counter-increment:newslist;padding-left:28px}.news-list--ol li::before{content:counter(newslist) ".";position:absolute;left:0;top:0;font-weight:700;color:#005ca9}.news-steps__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:20px}.news-steps__item{display:flex;align-items:center;gap:20px;background:#fff;border:1px solid rgba(91,197,242,.2);border-radius:10px;padding:20px}@media(max-width: 767px){.news-steps__item{align-items:flex-start;gap:14px;padding:16px}}.news-steps__num{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:48px;height:48px;border-radius:50%;background:#005ca9;color:#fff;font-size:20px;font-weight:700}.news-steps__title{font-size:18px;font-weight:700;color:#005ca9;margin:0 0 4px}.news-steps__text{font-size:16px;line-height:24px;color:#44526f;margin:0}.news-fact{display:flex;flex-wrap:wrap;align-items:center;gap:40px;background:#005ca9;border-radius:15px;padding:40px;color:#fff}@media(max-width: 767px){.news-fact{flex-direction:column;align-items:flex-start;gap:16px;padding:24px}}.news-fact__value{font-size:110px;line-height:1;font-weight:400;color:#5bc5f2;margin:0;flex:0 1 auto;min-width:0}@media(max-width: 1023px){.news-fact__value{font-size:80px}}@media(max-width: 767px){.news-fact__value{font-size:56px}}.news-fact__value--long{font-size:64px;line-height:1.05}@media(max-width: 1023px){.news-fact__value--long{font-size:52px}}@media(max-width: 767px){.news-fact__value--long{font-size:40px}}.news-fact__body{flex:1 1 260px;min-width:0}.news-fact__text{font-size:24px;line-height:30px;font-weight:700;color:#fff;margin:0 0 8px}@media(max-width: 767px){.news-fact__text{font-size:20px;line-height:28px}}.news-fact__source{font-size:14px;color:#a8e1f9;margin:0}.news-table__scroll{overflow-x:auto;border:1px solid rgba(91,197,242,.2);border-radius:10px;background:#fff}.news-table{width:100%;border-collapse:collapse;font-size:16px;line-height:24px;color:#44526f}.news-table th,.news-table td{padding:16px;text-align:left;vertical-align:top}.news-table thead th{background:#def3fc;color:#005ca9;font-weight:700;white-space:nowrap}.news-table tbody tr{border-bottom:1px solid rgba(91,197,242,.13)}.news-table tbody tr:last-child{border-bottom:none}.news-table tbody th{font-weight:400;color:#005ca9}.news-table__caption{font-size:18px;font-weight:700;color:#005ca9;margin:0 0 16px;text-align:left}.news-procontra__row{display:grid;grid-template-columns:1fr 1fr;gap:24px}@media(max-width: 767px){.news-procontra__row{grid-template-columns:1fr}}.news-procontra__box{background:#fff;border:1px solid rgba(91,197,242,.2);border-radius:10px;padding:24px}.news-procontra__box--pro{border-color:rgba(34,197,94,.2)}.news-procontra__box--con{border-color:rgba(239,68,68,.2)}.news-procontra__title{font-size:18px;font-weight:700;margin:0 0 16px}.news-procontra__list{list-style:none;margin:0;padding:0}.news-procontra__list li{display:flex;gap:12px;font-size:16px;line-height:24px;color:#44526f;margin-bottom:12px}.news-procontra__list li:last-child{margin-bottom:0}.news-procontra__list .news-icon{margin-top:4px}.news-procontra__box--pro .news-icon,.news-procontra__box--pro .news-procontra__title{color:#22c55e}.news-procontra__box--con .news-icon,.news-procontra__box--con .news-procontra__title{color:#ef4444}.news-quote{position:relative;background:#fff;border:1px solid rgba(91,197,242,.3);border-radius:15px;padding:40px;margin:0;text-align:center}@media(max-width: 767px){.news-quote{padding:24px}}.news-quote__mark{display:block;font-size:72px;line-height:40px;color:#5bc5f2;margin-bottom:16px}.news-quote__text{margin:0 0 16px;border:none;padding:0}.news-quote__text p{font-size:24px;line-height:normal;font-weight:500;color:#005ca9;margin:0}@media(max-width: 767px){.news-quote__text p{font-size:20px}}.news-quote__author{font-size:16px;font-weight:700;color:#44526f}.news-faq__list,.news-accordion__list{display:flex;flex-direction:column;gap:16px}.news-collapse{background:#fff;border:1px solid rgba(91,197,242,.2);border-radius:10px;padding:20px}.news-collapse__q{display:flex;align-items:center;justify-content:space-between;gap:16px;font-size:18px;font-weight:700;color:#005ca9;cursor:pointer;list-style:none}.news-collapse__q::-webkit-details-marker{display:none}@media(max-width: 767px){.news-collapse__q{font-size:16px}}.news-collapse__chevron{width:20px;height:20px;color:#005ca9;transition:transform .2s ease}.news-collapse[open] .news-collapse__chevron{transform:rotate(180deg)}.news-collapse__a{margin-top:12px;font-size:16px;line-height:24px;color:#44526f}.news-collapse__a p{margin:0 0 12px}.news-collapse__a p:last-child{margin-bottom:0}.news-figure{margin:0}.news-figure__img{width:100%;height:auto;border-radius:12px}.news-figure__caption{margin-top:12px;font-size:16px;line-height:24px;color:#44526f}.news-gallery{display:grid;grid-template-columns:repeat(3, 1fr);gap:20px}@media(max-width: 767px){.news-gallery{grid-template-columns:1fr}}.news-gallery__item{margin:0;display:flex;flex-direction:column}.news-gallery__img{width:100%;height:auto;aspect-ratio:14/10;object-fit:cover;border-radius:12px}.news-gallery__cap{display:flex;flex-direction:column;flex:1 1 auto;margin-top:12px}.news-gallery__cap:has(.news-gallery__btn) span:last-of-type{margin-bottom:20px}.news-gallery__title{display:block;font-size:14px;font-weight:700;color:#005ca9}.news-gallery__sub{display:block;font-size:16px;line-height:24px;color:#44526f}.news-video{margin:0}.news-video__frame{position:relative;border-radius:12px;overflow:hidden;background:#005ca9;aspect-ratio:16/9}.news-video__frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.news-infographic{background:#fff;border:1px solid rgba(91,197,242,.2);border-radius:12px;padding:24px}.news-infographic__title{font-size:18px;font-weight:700;color:#005ca9;margin:0 0 16px}.news-infographic__img{width:100%;height:auto;border-radius:8px}.news-notice{display:flex;align-items:flex-start;gap:16px;border:1px solid;border-radius:8px;padding:20px}.news-notice__icon{width:24px;height:24px;margin-top:2px}.news-notice__title{font-size:16px;font-weight:700;margin:0 0 4px}.news-notice__text{font-size:16px;line-height:24px;color:#44526f;margin:0}.news-notice--tipp{background:#e8f8f5;border-color:rgba(34,197,94,.3)}.news-notice--tipp .news-notice__icon,.news-notice--tipp .news-notice__title{color:#22c55e}.news-notice--achtung{background:#fef9e7;border-color:rgba(245,176,65,.3)}.news-notice--achtung .news-notice__icon,.news-notice--achtung .news-notice__title{color:#f5b041}.news-notice--info{background:#ebf5fb;border-color:rgba(91,197,242,.3)}.news-notice--info .news-notice__icon,.news-notice--info .news-notice__title{color:#005ca9}.news-download{display:flex;align-items:center;justify-content:space-between;gap:24px;background:#fff;border:1px solid rgba(91,197,242,.2);border-radius:10px;padding:24px}@media(max-width: 767px){.news-download{flex-direction:column;align-items:flex-start}}.news-download__info{display:flex;align-items:center;gap:16px}.news-download__icon{width:32px;height:32px;color:#005ca9}.news-download__title{font-size:16px;font-weight:700;color:#005ca9;margin:0 0 4px}.news-download__meta{font-size:16px;line-height:24px;color:#44526f;margin:0}.news-download__btn{flex-shrink:0}.news-tabs__nav{display:flex;gap:8px;border-bottom:2px solid rgba(91,197,242,.2);overflow-x:auto}.news-tabs__btn{background:none;border:none;border-bottom:3px solid rgba(0,0,0,0);margin-bottom:-2px;padding:12px 24px;font-family:inherit;font-size:16px;font-weight:700;color:#005ca9;cursor:pointer;white-space:nowrap}.news-tabs__btn.is-active{color:#005ca9;border-bottom-color:#005ca9}.news-tabs__btn:focus-visible{outline:2px solid #005ca9;outline-offset:2px}.news-tabs__panel{background:#fff;border:1px solid rgba(91,197,242,.2);border-top:none;border-radius:0 0 10px 10px;padding:24px;font-size:16px;line-height:24px;color:#44526f}.news-tabs__panel p{margin:0 0 16px}.news-tabs__panel p:last-child{margin-bottom:0}.news-cta{background:#def3fc;border:1px solid rgba(0,92,169,.3);border-radius:15px;padding:48px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}@media(max-width: 767px){.news-cta{padding:28px 20px}}.news-cta__heading{font-size:40px;line-height:42px;font-weight:700;color:#005ca9;margin:0}@media(max-width: 767px){.news-cta__heading{font-size:28px;line-height:34px}}.news-cta__text{font-size:16px;line-height:24px;color:#44526f;margin:0;max-width:720px}.news-sources{border-top:1px solid rgba(91,197,242,.13);padding-top:24px;margin-top:48px}.news-sources__title{font-size:14px;font-weight:700;color:#005ca9;margin:0 0 16px}.news-sources__list{margin:0;padding:0;list-style:none;counter-reset:src}.news-sources__list li{counter-increment:src;position:relative;padding-left:32px;font-size:16px;line-height:24px;color:#44526f;margin-bottom:10px}.news-sources__list li::before{content:"[" counter(src) "]";position:absolute;left:0;top:0;color:#005ca9;font-weight:600}.news-sources__list a{color:#005ca9;word-break:break-word}.news-summary{margin-top:40px}.news-summary__text{font-size:16px;line-height:24px;color:#44526f;margin:0}.news-share{display:flex;align-items:center;flex-wrap:wrap;gap:16px;margin-top:48px}.news-share__label{font-size:14px;font-weight:700;color:#44526f}.news-share__btn{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid rgba(91,197,242,.2);border-radius:50%;background:#fff;color:#005ca9;cursor:pointer;transition:background .15s ease,color .15s ease}.news-share__btn:hover,.news-share__btn:focus-visible{background:#005ca9;color:#fff}.news-share__btn.is-copied{background:#22c55e;border-color:#22c55e;color:#fff}.news-related{background:#fff;padding:64px 0}@media(max-width: 767px){.news-related{padding:40px 0}}.news-related__title{font-size:24px;font-weight:700;color:#005ca9;margin:0 0 32px}.news-related__grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:24px}@media(max-width: 1023px){.news-related__grid{grid-template-columns:1fr}}.news-card{display:flex;flex-direction:column;background:#fff;border:1px solid rgba(91,197,242,.2);border-radius:12px;padding:16px;overflow:hidden}.news-card__media{display:block}.news-card__img{width:100%;height:auto;aspect-ratio:3/2;object-fit:cover;border-radius:8px}.news-card__img--empty{display:block;background:#f2f5f7}.news-card__body{flex:1;padding:16px 0}.news-card__kicker{font-size:12px;font-weight:700;letter-spacing:.08em;color:#005ca9;margin:0 0 8px}.news-card__title{font-size:18px;line-height:1.3;font-weight:700;margin:0 0 8px}.news-card__title a{color:#005ca9;text-decoration:none}.news-card__title a:hover,.news-card__title a:focus-visible{text-decoration:underline}.news-card__text{font-size:16px;line-height:24px;color:#44526f;margin:0}.news-card__btn{align-self:flex-start}.news-inline-link{display:inline-flex;align-items:center;gap:6px;margin-top:12px;font-size:16px;font-weight:700;color:#005ca9;text-decoration:underline;text-underline-offset:3px}.news-inline-link::after{content:"→";text-decoration:none}.news-inline-link:hover,.news-inline-link:focus-visible{text-decoration:none}.news-inline-link:focus-visible{outline:2px solid #005ca9;outline-offset:3px}.news-list__link{color:#005ca9;text-decoration:underline;text-underline-offset:2px}.news-list__link:hover,.news-list__link:focus-visible{text-decoration:none}.news-table__link{color:#005ca9;font-weight:600;text-decoration:underline;text-underline-offset:2px}.news-table__link:hover,.news-table__link:focus-visible{text-decoration:none}.news-table__action,.news-table__action-head{text-align:right;white-space:nowrap}.news-table__action{vertical-align:middle}.news-gallery__media{display:block;border-radius:12px;overflow:hidden}.news-gallery__media:focus-visible{outline:3px solid #005ca9;outline-offset:3px}.news-gallery__title-link{color:#005ca9;text-decoration:none}.news-gallery__title-link:hover,.news-gallery__title-link:focus-visible{text-decoration:underline}.news-gallery__item--linked .news-gallery__img{transition:transform .25s ease}.news-gallery__item--linked:hover .news-gallery__img{transform:scale(1.03)}.news-gallery__btn{margin-top:auto;align-self:flex-start}.news-fact__btn{margin-top:16px}.news-infographic__btn{margin-top:16px}.news-steps__link{margin-top:8px}.news-cta__secondary-wrap{margin:0}.news-cta__secondary{font-size:15px;font-weight:600;color:#005ca9;text-decoration:underline;text-underline-offset:3px}.news-cta__secondary:hover,.news-cta__secondary:focus-visible{text-decoration:none}.news-cta__secondary--btn{background:none;border:none;padding:0;font-family:inherit;cursor:pointer}.news-cta__secondary--btn:focus-visible{outline:2px solid #005ca9;outline-offset:3px}.ratgeber{background:#fff;padding:80px 0 120px}@media(max-width: 767px){.ratgeber{padding:40px 0 64px}}.ratgeber__title{font-size:80px;line-height:84px;font-weight:700;color:#000;margin:0}@media(max-width: 1023px){.ratgeber__title{font-size:56px;line-height:1.05}}@media(max-width: 767px){.ratgeber__title{font-size:36px;line-height:1.1}}.ratgeber__lead{font-size:36px;line-height:45px;font-weight:400;color:#000;margin:45px 0 0;max-width:1240px}@media(max-width: 1023px){.ratgeber__lead{font-size:24px;line-height:34px;margin-top:28px}}@media(max-width: 767px){.ratgeber__lead{font-size:20px;line-height:30px;margin-top:20px}}.ratgeber__filter{display:flex;flex-wrap:wrap;align-items:center;gap:8px 33px;margin-top:95px}@media(max-width: 1023px){.ratgeber__filter{margin-top:48px;gap:8px 24px}}@media(max-width: 767px){.ratgeber__filter{margin-top:32px}}.ratgeber__filter-item{font-size:16px;line-height:24px;font-weight:400;color:#44526f;text-decoration:underline;padding:8px 0;border-radius:10px;transition:background-color 150ms ease,color 150ms ease}.ratgeber__filter-item:hover,.ratgeber__filter-item:focus-visible{color:#005ca9}.ratgeber__filter-item.is-active{background:#dbf1ff;padding:8px 20px;text-decoration:none;font-weight:500}.ratgeber__grid{display:grid;grid-template-columns:repeat(3, 1fr);column-gap:14px;row-gap:76px;margin-top:36px}@media(max-width: 1023px){.ratgeber__grid{grid-template-columns:repeat(2, 1fr);column-gap:24px;row-gap:56px}}@media(max-width: 767px){.ratgeber__grid{grid-template-columns:1fr;row-gap:48px}}.ratgeber__text{max-width:800px;margin:96px 0 0}@media(max-width: 767px){.ratgeber__text{margin-top:56px}}.ratgeber__text h2{font-size:32px;line-height:1.2;font-weight:700;color:#005ca9;margin:40px 0 16px}.ratgeber__text h2:first-child{margin-top:0}.ratgeber__text h3{font-size:22px;line-height:1.3;font-weight:700;color:#005ca9;margin:32px 0 12px}.ratgeber__text p{font-size:16px;line-height:26px;color:#44526f;margin:0 0 16px}.ratgeber__text ul,.ratgeber__text ol{margin:0 0 16px 20px}.ratgeber__text li{font-size:16px;line-height:26px;color:#44526f;margin-bottom:8px}.ratgeber__text a{color:#005ca9;text-decoration:underline}.ratgeber__empty{margin-top:36px;font-size:18px;line-height:28px;color:#44526f}.ratgeber__pagination{display:flex;flex-wrap:wrap;gap:8px;margin-top:64px}.ratgeber__page a,.ratgeber__page span{display:inline-flex;align-items:center;justify-content:center;min-width:44px;height:44px;padding:0 12px;border:2px solid #005ca9;border-radius:5px;font-size:16px;font-weight:700;color:#005ca9;text-decoration:none}.ratgeber__page a:hover,.ratgeber__page a:focus-visible{background:#dbf1ff}.ratgeber__page span[aria-current]{background:#005ca9;color:#fff}.ratgeber-card{display:flex;flex-direction:column}.ratgeber-card__media{position:relative;display:block;border-radius:10px;overflow:hidden}.ratgeber-card__img{display:block;width:100%;height:auto;aspect-ratio:410/292;object-fit:cover}.ratgeber-card__img--empty{background:#f2f5f7}.ratgeber-card__badge{position:absolute;top:26px;left:23px;background:#005ca9;color:#fff;font-size:14px;font-weight:700;line-height:1.3;padding:5px 10px;border-radius:5px}@media(max-width: 767px){.ratgeber-card__badge{top:16px;left:16px}}.ratgeber-card__date{font-size:16px;line-height:24px;font-weight:700;color:#44526f;margin:36px 0 0}@media(max-width: 767px){.ratgeber-card__date{margin-top:20px}}.ratgeber-card__title{font-size:24px;line-height:1.25;font-weight:600;margin:15px 0 0}.ratgeber-card__title a{color:#000;text-decoration:none}.ratgeber-card__title a:hover,.ratgeber-card__title a:focus-visible{text-decoration:underline}.ratgeber-card__text{font-size:16px;line-height:24px;color:#44526f;margin:15px 0 0}.ratgeber-card__btn{align-self:flex-start;margin-top:25px}.ratgeber__grid .ratgeber-card{height:100%}.ratgeber__grid .ratgeber-card__text{flex:1 1 auto}.fp-modal.fp--inline{position:static;inset:auto;z-index:auto;display:block;padding:0;overflow:visible;opacity:1;pointer-events:auto;visibility:visible}.fp-modal.fp--inline .fp-backdrop{display:none}.fp-modal.fp--inline .fp-close{display:none}.fp-modal.fp--inline .fp-dialog{width:100%;box-shadow:none;border:1px solid rgba(0,68,122,.14);padding:40px}@media(max-width: 767px){.fp-modal.fp--inline .fp-dialog{padding:24px 18px 32px}}.kb{background:#fff;padding:80px 0 120px}@media(max-width: 767px){.kb{padding:40px 0 64px}}.kb__title{font-size:80px;line-height:84px;font-weight:700;color:#000;margin:0;max-width:20ch}@media(max-width: 1023px){.kb__title{font-size:48px;line-height:1.08}}@media(max-width: 767px){.kb__title{font-size:32px;line-height:1.12}}.kb__lead{font-size:22px;line-height:34px;color:#44526f;margin:28px 0 0;max-width:62ch}@media(max-width: 767px){.kb__lead{font-size:18px;line-height:28px;margin-top:18px}}.kb__tool{margin:56px 0 0;scroll-margin-top:96px}@media(max-width: 767px){.kb__tool{margin-top:32px}}.kb__noscript{padding:20px 24px;border:1px solid rgba(0,68,122,.2);border-radius:10px;color:#44526f}.kb__h2{font-size:34px;line-height:1.2;font-weight:700;color:#005ca9;margin:72px 0 16px;scroll-margin-top:96px}@media(max-width: 767px){.kb__h2{font-size:26px;margin-top:48px}}.kb__h3{font-size:22px;line-height:1.3;font-weight:700;color:#005ca9;margin:40px 0 8px}.kb__note{font-size:15px;line-height:24px;color:rgba(68,82,111,.95);margin:0 0 16px;max-width:70ch}.kb__note a{color:#005ca9}.kb p{font-size:17px;line-height:28px;color:#44526f;max-width:70ch}.kb p a{color:#005ca9;text-decoration:underline;text-underline-offset:2px}.kb p a:hover,.kb p a:focus-visible{text-decoration-thickness:2px}.kb__table-wrap{overflow-x:auto;margin:0 0 8px;-webkit-overflow-scrolling:touch}.kb__table{border-collapse:collapse;width:100%;min-width:520px;font-size:16px}.kb__table th,.kb__table td{padding:12px 14px;text-align:right;border-bottom:1px solid rgba(0,68,122,.12);white-space:nowrap}.kb__table thead th{background:#dbf1ff;color:#00447a;font-weight:700;text-align:right;border-bottom:2px solid rgba(0,68,122,.25)}.kb__table thead th:first-child,.kb__table tbody th{text-align:left;font-weight:700;color:#005ca9}.kb__table tbody tr:hover td{background:rgba(219,241,255,.4)}.kb__formel{background:#f2f5f7;border-radius:10px;padding:28px 32px;margin:0 0 8px}@media(max-width: 767px){.kb__formel{padding:20px 18px}}.kb__formel p{max-width:66ch;margin:0 0 14px}.kb__formel p:last-child{margin-bottom:0}.kb__formel strong{color:#005ca9}.kb__kontakt{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px}.kb__faq{max-width:80ch}.kb__faq-item{border-bottom:1px solid rgba(0,68,122,.14)}.kb__faq-item[open] .kb__faq-q{color:#005ca9}.kb__faq-q{cursor:pointer;list-style:none;padding:18px 32px 18px 0;font-size:18px;font-weight:600;color:#44526f;position:relative}.kb__faq-q::-webkit-details-marker{display:none}.kb__faq-q::after{content:"+";position:absolute;right:4px;top:50%;transform:translateY(-50%);font-size:24px;font-weight:400;color:#005ca9}.kb__faq-q:focus-visible{outline:2px solid #005ca9;outline-offset:2px}.kb__faq-item[open] .kb__faq-q::after{content:"–"}.kb__faq-a{padding:0 0 18px}.kb__faq-a p{font-size:17px;line-height:28px;margin:0 0 12px}.kb__faq-a p:last-child{margin-bottom:0}.cat-sub{background:#fff;padding:0 0 8px}.cat-sub__nav{display:flex;flex-wrap:wrap;gap:10px}.cat-sub__item{display:inline-flex;align-items:center;gap:8px;min-height:44px;padding:8px 16px;border:1px solid rgba(0,68,122,.2);border-radius:10px;font-size:16px;font-weight:500;color:#00447a;text-decoration:none;transition:background-color 150ms ease,border-color 150ms ease}.cat-sub__item:hover,.cat-sub__item:focus-visible{background:#dbf1ff;border-color:rgba(0,68,122,.45)}.cat-sub__item:focus-visible{outline:2px solid #005ca9;outline-offset:2px}.cat-sub__count{font-size:13px;font-weight:700;color:rgba(0,68,122,.75)}.cat-sub--end{padding:8px 0 72px}.cat-sub--end .cat-sub__title{font-size:24px;line-height:1.25;font-weight:700;color:#005ca9;margin:0 0 16px}
