@import url('../fonts/inter.css');
*,*::before,*::after{box-sizing:border-box}*{margin:0;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}video,iframe,canvas{overflow:hidden !important;contain:layout style paint;view-transition-name:none}.smartplayer,.smartplayer *,.video-vturb,.video-vturb *{overflow:hidden !important;contain:layout style paint}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}#root,#__next{isolation:isolate}ul,ol{list-style:none}a{text-decoration:none;color:inherit}button{background:none;border:none;cursor:pointer}table{border-collapse:collapse;border-spacing:0}
:root{--font-body: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-heading: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--base-blue: #B0D0E9;--base-dark: #2F2F2F;--base-light-bg: #EDF4FA;--base-accent-blue: #297EC1;--button-default: linear-gradient(180deg, #52A5E7 0%, #72BAF3 100%);--bg-gradient: linear-gradient(180deg, rgba(136, 198, 246, 0.64) 0%, rgba(176, 208, 233, 0.64) 36.66%, rgba(176, 208, 233, 0) 100%);--bg-card: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, #DDF0FF 100%);--bg-gradient-2: linear-gradient(180deg, rgba(176, 208, 233, 0.2) 0%, #B0D0E9 100%);--bg-gradient-3: linear-gradient(180deg, rgba(176, 208, 233, 0) 0%, rgba(176, 208, 233, 0.64) 43.6%, rgba(136, 198, 246, 0.64) 100%);--bg-gradient-5: linear-gradient(180deg, rgba(176, 208, 233, 0) 0%, rgba(176, 208, 233, 0.64) 36.63%, rgba(76, 143, 196, 0.64) 78.47%);--base-gradient: linear-gradient(90deg, rgba(88, 151, 200, 0.8) 0%, rgba(176, 208, 233, 0.8) 100%)}
*{box-sizing:border-box}body{font-family:var(--font-body);font-size:16px;line-height:1.5;color:var(--base-dark)}.main{overflow:hidden}.container{max-width:1280px;margin:0 auto;padding:0 4rem}@media(max-width: 1024px){.container{padding:0 4rem}}@media(max-width: 768px){.container{padding:0 1.5rem}}.button{background:linear-gradient(180deg, #52A5E7 0%, #72BAF3 100%);box-shadow:0px 2px 8px rgba(39,39,39,.2);border:1px solid #fff;font-size:22px;border-radius:100px;color:#fff;text-align:center;line-height:34px;transition:border .3s ease;padding:12px 20px;font-weight:800;display:flex;width:fit-content}.button::after{background:linear-gradient(180deg, #52A5E7 0%, #72BAF3 100%)}.button:hover{border:1px solid rgba(0,0,0,0)}@media(max-width: 768px){.button{font-size:14px;white-space:nowrap;line-height:1.2;padding-inline:12px}}h1,.title,.h1{font-size:48px;font-weight:900;letter-spacing:-0.02em;line-height:1.2}@media(max-width: 768px){h1,.title,.h1{font-size:40px;font-weight:800}}h2,.h2{font-size:36px;font-weight:900;letter-spacing:-0.02em;line-height:1.2}@media(max-width: 768px){h2,.h2{font-size:32px;font-weight:800}}h3,.h3{font-size:22px;font-weight:800;line-height:1.2}@media(max-width: 768px){h3,.h3{font-size:22px}}img{width:100%;height:auto}.rte{font-size:20px;font-weight:300;line-height:36px}.rte strong{font-weight:800}
:root{--font-primary: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;--font-weight-light: 300;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--font-weight-extrabold: 800;--font-weight-black: 900}body{font-family:var(--font-primary);font-weight:var(--font-weight-normal);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.font-light{font-weight:var(--font-weight-light)}.font-normal{font-weight:var(--font-weight-normal)}.font-medium{font-weight:var(--font-weight-medium)}.font-semibold{font-weight:var(--font-weight-semibold)}.font-bold{font-weight:var(--font-weight-bold)}.font-extrabold{font-weight:var(--font-weight-extrabold)}.font-black{font-weight:var(--font-weight-black)}

/* Section: header */
.page-header{background:linear-gradient(180deg, #fff, #fff 36.48%, hsla(0, 0%, 100%, 0.9) 64.03%, hsla(0, 0%, 100%, 0));position:fixed;top:0;left:0;width:100%;z-index:100}.page-header .header{display:flex;justify-content:space-between;align-items:center;gap:8px;padding-block:16px}.page-header .header .header-logo{z-index:20;position:relative}.page-header .header .nav-primary{display:flex;align-items:center;gap:8px}@media screen and (min-width: 1024px){.page-header .header .nav-primary{gap:48px}}.page-header .header .hamburger{cursor:pointer;position:relative;z-index:20;display:flex;flex-direction:column;gap:5px;min-width:21px;padding:6px}.page-header .header .hamburger .bar{width:20px;height:2px;background-color:var(--base-dark);pointer-events:none;transform-origin:left;transition:all 400ms cubic-bezier(0.84, 0.06, 0.52, 1.8)}@media screen and (min-width: 1024px){.page-header .header .hamburger{display:none}}.page-header .header .hamburger.active .top{rotate:45deg;transform:translateY(-1px);width:22px}.page-header .header .hamburger.active .middle{opacity:0;transform:translateX(5px)}.page-header .header .hamburger.active .bottom{rotate:-45deg;width:22px;transform:translateY(1px)}.page-header .header .menu{font-size:16px;font-weight:700}@media screen and (max-width: 1024px){.page-header .header .menu{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#fff;z-index:10;padding:80px 4rem 1rem 4rem;padding-top:80px;display:flex;flex-direction:column;gap:1.5rem;transform:translateY(-100%);transition:all 400ms ease}.page-header .header .menu.active{transform:translateY(0)}}@media screen and (max-width: 768px){.page-header .header .menu{padding:80px 1rem}}@media screen and (min-width: 1024px){.page-header .header .menu{display:flex;gap:32px;align-items:center}}.page-header .header .button{position:relative;z-index:20}

/* Section: hero */
.hero{padding-top:128px}.hero .container{display:grid;grid-template-columns:repeat(12, minmax(0, 1fr));align-items:center}.hero .container .image-area{grid-column:span 6;order:2;grid-row:span 4;justify-content:flex-end;max-width:100%;display:flex}@media(max-width: 768px){.hero .container .image-area{min-height:330px}}.hero .container .image-area .main-image{margin-right:0;max-width:468px;position:relative}.hero .container .image-area .main-image::after{aspect-ratio:1;background-color:rgba(176,208,233,.4);border-radius:50%;content:" ";display:block;position:absolute;transform:translate3d(-18%, -90%, 0);width:150%;z-index:-1}.hero .container .text-area{grid-column:span 6/span 6;justify-content:flex-end;display:flex;order:1}.hero .container .subtitle{grid-column:span 6/span 6;order:3;font-size:24px;font-weight:900;line-height:1.2;margin-block:1rem}.hero .container .button{grid-column:span 6/span 6;order:4;height:fit-content}.hero .container .circles{grid-column:span 6/span 6;order:5;display:flex;gap:16px}.hero .container .circles .circle{width:100%;max-width:100px}.hero .container .bottom{grid-column:span 12;order:6;font-weight:900;font-size:48px;display:flex;align-items:center;gap:16px}.hero .container .bottom span{font-size:80px;color:#96c0e0;line-height:1.2}@media(max-width: 1024px){.hero .container .image-area{grid-column:span 4}.hero .container .text-area{grid-column:span 8}.hero .container .subtitle{grid-column:span 8}.hero .container .button{grid-column:span 8;margin-block:1.5rem}.hero .container .circles{grid-column:span 8}.hero .container .bottom{grid-column:span 12;font-size:32px;margin-top:32px}.hero .container .bottom span{font-size:48px}}@media(max-width: 768px){.hero .container{display:flex;flex-direction:column;align-items:center}.hero .container .image-area{grid-column:span 4;margin-top:2rem}.hero .container .image-area .main-image{padding-inline:1.5rem}.hero .container .image-area .main-image::after{max-width:130%;transform:translate3d(-27%, -60%, 0)}.hero .container .button{padding-inline:1rem;margin-block:24px 64px;width:100%;text-align:center;font-size:22px;white-space:wrap}.hero .container .bottom{flex-direction:column;align-items:flex-start;line-height:1.2}}

/* Section: badges */
.badges{margin-block:56px;background-color:#76aad3;border-radius:24px}.badges .container{display:flex;align-items:center;gap:16px;padding-block:1.5rem}.badges .container .badge{width:100%;display:flex;align-items:center;gap:16px;color:#fff}.badges .container .badge .text{font-size:24px;font-weight:900;line-height:1.2}@media(max-width: 1024px){.badges .container .badge .text{font-size:16px}.badges .container .badge .icon img{width:auto;height:1.75rem}}@media(max-width: 768px){.badges .container .badge .text{font-size:14px}}@media(max-width: 768px){.badges .container{flex-direction:column;align-items:flex-start;gap:16px;padding-inline:4rem}}

/* Section: text */
.nrv-text{position:relative;margin-bottom:1rem;margin-top:2.5rem;padding-bottom:1.5rem;padding-top:1.5rem;position:relative}.nrv-text .bg-oval{background:rgba(176,208,233,.15);filter:blur(50px);height:448px;left:50%;position:absolute;top:50%;transform:translate(-50%, -50%);width:574px;z-index:-1}.nrv-text .container .text-area{max-width:799px;margin-inline:auto;text-align:center}.nrv-text .container .text-area h2{padding-block:1.5rem;line-height:1.3;font-size:50px}@media(max-width: 768px){.nrv-text .container .text-area h2{font-size:32px}}.nrv-text .container .text-area .description{font-size:1.25rem;font-weight:400;line-height:2.25rem}.nrv-text .container .text-area .image-left,.nrv-text .container .text-area .image-right{height:auto;left:0;position:absolute;top:0;width:221px;transform:translate3d(30%, 50%, 0)}@media(max-width: 1024px){.nrv-text .container .text-area .image-left,.nrv-text .container .text-area .image-right{transform:translate3d(-50%, 50%, 0);width:176px}}.nrv-text .container .text-area .image-right{left:auto;right:0;width:400px;transform:translate3d(-15%, 5%, 0)}@media(max-width: 1024px){.nrv-text .container .text-area .image-right{display:none}}

/* Section: top-products */
.top-products{margin-block:3rem;position:relative}.top-products .top-bg{min-height:100%;position:absolute;top:0;left:0;width:100%;z-index:-1;border-radius:32px}.top-products .container{padding-top:4rem}.top-products .container h2{font-size:48px;text-align:center}@media(max-width: 768px){.top-products .container h2{font-size:36px}}.top-products .container .subtitle{font-size:1.5rem;font-weight:300;line-height:2rem;margin-top:1.5rem;text-align:center}.top-products .container .subtitle strong{font-weight:900}.top-products .container .products-wrapper{flex-direction:row;gap:34px;margin-left:0;margin-right:0;margin-top:6rem;display:flex;justify-content:center}@media(max-width: 1024px){.top-products .container .products-wrapper{display:flex;flex-direction:column;gap:1rem;margin-top:2.5rem}}@media(max-width: 768px){.top-products .container .products-wrapper{margin-inline:-8px}}.top-products .container .products-wrapper .product{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:linear-gradient(180deg, hsla(0, 0%, 100%, 0.2), #ddf0ff);border:2px solid #fff;border-radius:24px;box-shadow:0 4px 4px rgba(0,0,0,.1);grid-template-columns:repeat(1, minmax(0, 1fr));max-width:334px;padding:1.5rem;position:relative;transition-duration:.15s;transition-property:transform;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-timing-function:linear}@media(max-width: 1024px){.top-products .container .products-wrapper .product{max-width:100%;grid-template-columns:repeat(2, minmax(0, 1fr));grid-auto-rows:auto;display:grid;order:2;column-gap:.5rem}.top-products .container .products-wrapper .product.one-bottle{order:3}}@media(max-width: 768px){.top-products .container .products-wrapper .product{padding:12px}}.top-products .container .products-wrapper .product:hover{transform:scale(1.05)}@media(max-width: 1024px){.top-products .container .products-wrapper .product:hover{transform:none}}.top-products .container .products-wrapper .product .title{font-size:2.25rem;font-weight:900;line-height:2.5rem;text-transform:uppercase;text-align:center}@media(max-width: 1024px){.top-products .container .products-wrapper .product .title{grid-column:span 2/span 2;text-align:left}}.top-products .container .products-wrapper .product .subtitle{font-size:22px;font-weight:800;grid-column:span 1/span 1;line-height:34px;margin-block:8px 16px;padding-top:8px;text-align:center;order:1}@media(max-width: 1024px){.top-products .container .products-wrapper .product .subtitle{text-align:left}}.top-products .container .products-wrapper .product .product-image{position:relative;order:1;grid-row:span 6/span 6}.top-products .container .products-wrapper .product .product-image .books-image{position:absolute;bottom:-30%;left:0;width:100%;height:100%;transform:translate3d(-35%, 20%, 0);max-width:210px}@media(max-width: 768px){.top-products .container .products-wrapper .product .product-image .books-image{max-width:100px;transform:translate3d(-25%, 20%, 0)}}@media(max-width: 768px){.top-products .container .products-wrapper .product .product-image{grid-row:span 3/span 3}}.top-products .container .products-wrapper .product .price{display:flex;color:#297ec1;font-weight:800;grid-row:span 2/span 2;height:-moz-fit-content;height:fit-content;justify-content:center;align-items:center;margin:auto;order:2;letter-spacing:-0.03em;font-size:80px;line-height:1}@media(max-width: 1024px){.top-products .container .products-wrapper .product .price{max-width:170px;flex-wrap:wrap;font-size:90px}}@media(max-width: 768px){.top-products .container .products-wrapper .product .price{font-size:70px}}.top-products .container .products-wrapper .product .price span{font-size:30px;font-weight:500;letter-spacing:0;line-height:24px;margin-left:.5rem}.top-products .container .products-wrapper .product .price .ampule{font-weight:700;text-transform:none;font-size:14px;letter-spacing:0;color:var(--base-dark);margin-left:10px}.top-products .container .products-wrapper .product .books{order:3;margin-top:.25rem;max-width:100%;min-height:2.5rem;font-size:22px;font-weight:400;line-height:36px}@media(max-width: 1024px){.top-products .container .products-wrapper .product .books{max-width:234px;width:100%;margin-inline:auto;font-size:14px;line-height:24px}}@media(max-width: 768px){.top-products .container .products-wrapper .product .books{width:100%}}.top-products .container .products-wrapper .product .books .info{background:linear-gradient(90deg, rgba(88, 151, 200, 0.8), rgba(176, 208, 233, 0.8));border-radius:6px;color:#2f2f2f;color:rgba(47, 47, 47, var(--tw-text-opacity));font-weight:600;height:-moz-fit-content;height:fit-content;text-align:center}.top-products .container .products-wrapper .product .button{margin-block:1rem;padding-block:12px;line-height:1.2;width:100%;text-align:center;justify-content:center;position:relative;order:3}@media(max-width: 1024px){.top-products .container .products-wrapper .product .button{max-width:234px;width:100%;margin-top:0;margin-inline:auto;font-size:16px;height:fit-content}}@media(max-width: 768px){.top-products .container .products-wrapper .product .button{grid-column:span 2/span 2;max-width:100%}.top-products .container .products-wrapper .product .button span{font-size:20px}}.top-products .container .products-wrapper .product .button svg{position:absolute;right:-0.05rem;top:1rem}.top-products .container .products-wrapper .product .economy{display:flex;align-items:center;justify-content:center;order:4;grid-column:span 1/span 1}@media(max-width: 768px){.top-products .container .products-wrapper .product .economy{grid-column:span 2/span 2}}.top-products .container .products-wrapper .product .economy .eco{font-size:32px;letter-spacing:-0.017em;line-height:40px;font-weight:700}@media(max-width: 768px){.top-products .container .products-wrapper .product .economy .eco{font-weight:400;font-size:24px}}.top-products .container .products-wrapper .product .economy .before{font-weight:800;line-height:1;margin-left:6px;text-decoration-line:line-through;font-size:28px}.top-products .container .products-wrapper .product .economy .after{font-weight:600;line-height:38px;margin-left:.5rem;font-size:36px}.top-products .container .products-wrapper .product .payment-icons{order:4;grid-column:span 1/span 1;margin-top:.75rem;display:flex;gap:10px;justify-content:center}@media(max-width: 768px){.top-products .container .products-wrapper .product .payment-icons{grid-column:span 2/span 2}}.top-products .container .products-wrapper .product .payment-icons svg{filter:drop-shadow(0 1.28866px 2.57732px rgba(0, 0, 0, 0.15));height:auto}@media(max-width: 768px){.top-products .container .products-wrapper .product .payment-icons svg{width:38px}}.top-products .container .products-wrapper .product .ship-text{order:4;grid-column:span 1/span 1;font-size:16px;line-height:26px;font-weight:700;margin-top:.75rem;text-align:center}@media(max-width: 768px){.top-products .container .products-wrapper .product .ship-text{grid-column:span 2/span 2}}.top-products .container .products-wrapper .product.main{max-width:358px;border:3px solid #67a9ff;margin-bottom:-1.5rem;margin-top:-4rem;overflow:visible;padding-top:64px}@media(max-width: 1024px){.top-products .container .products-wrapper .product.main{order:1;max-width:100%;padding:24px;margin:0}}@media(max-width: 768px){.top-products .container .products-wrapper .product.main{padding:12px}}.top-products .container .products-wrapper .product.main .title{color:#bc282f}.top-products .container .products-wrapper .product .badge{max-width:170px;position:absolute;right:-3rem;top:-2.5rem}.top-products .container .products-wrapper .product .badge img{height:auto}.top-products .container .bottom-line{margin-top:2.5rem;line-height:24px;display:flex}

/* Section: kosten-banner */
.kosten-banner{margin-block:3rem}.kosten-banner .container .wrapper{gap:1rem;grid-row:auto;padding:1.5rem 2rem;background:var(--base-blue);grid-template-columns:repeat(12, minmax(0, 1fr));display:grid;position:relative;border-radius:24px}@media(max-width: 768px){.kosten-banner .container .wrapper{padding-block:96px 32px;padding-inline:16px}}.kosten-banner .container .wrapper h2{grid-column:span 10/span 10;color:#fff;word-wrap:normal}.kosten-banner .container .wrapper h2 span{color:var(--base-dark)}.kosten-banner .container .wrapper .subtitle{grid-column:span 10/span 10;font-size:24px}.kosten-banner .container .wrapper .payment-icons{grid-column:span 12/span 12;display:flex;justify-content:center;gap:1rem;filter:drop-shadow(0 1.28866px 2.57732px rgba(0, 0, 0, 0.15))}.kosten-banner .container .wrapper .box{grid-row:span 2/span 2;grid-column:span 2/span 2;position:absolute;max-width:150px;right:0;top:0;margin:24px 32px 0 0}@media(max-width: 768px){.kosten-banner .container .wrapper .box{right:50%;top:0%;margin:0;transform:translate3d(50%, -50%, 0)}}

/* Section: gratis-cards */
.gratis-cards{margin-bottom:64px}.gratis-cards h2{font-size:40px;text-align:center}.gratis-cards .subtitle{font-size:32px;font-weight:800;line-height:40px;margin-top:1.5rem;text-align:center}.gratis-cards .subtitle span{color:#4599dd}.gratis-cards .cards-wrapper{display:grid;grid-template-columns:repeat(2, 1fr);gap:2rem;margin-block:32px}@media screen and (max-width: 1024px){.gratis-cards .cards-wrapper{grid-template-columns:1fr}}@supports(grid-template-rows: subgrid){.gratis-cards .card{display:grid;grid-template-rows:subgrid;gap:0rem;grid-row:span 3;border-radius:12px;overflow:hidden;background:linear-gradient(180deg, rgba(176, 208, 233, 0.2), #b0d0e9);border:1px solid #fff;box-shadow:0 4px 4px rgba(213,227,220,.6)}.gratis-cards .image{grid-row:1;align-self:start}.gratis-cards .image img{width:100%;height:100%;object-fit:cover}.gratis-cards .middle-text{grid-row:2;font-size:24px;padding:1rem 1.5rem 0}.gratis-cards .middle-text strong{font-weight:900}@media(max-width: 768px){.gratis-cards .middle-text{font-size:22px;line-height:1.4}}.gratis-cards .text-section{grid-row:3;align-self:end;padding:1rem 1.5rem 1rem}.gratis-cards .text-section .main-text{font-size:24px;margin-bottom:1rem}.gratis-cards .text-section .main-text strong{font-weight:900}.gratis-cards .text-section .support-text{font-size:16px;line-height:24px}}.gratis-cards .awards .circles{margin-block:48px;display:flex;justify-content:center;align-items:center;gap:1rem}.gratis-cards .awards .circles .circle{width:100px;height:100px}

/* Section: complex-grid */
.complex-grid{margin-block:4rem 3rem}.complex-grid .container .top-line{gap:4rem;flex-direction:row;position:relative;display:flex}@media screen and (max-width: 1024px){.complex-grid .container .top-line{flex-direction:column}}.complex-grid .container .top-line .left-side{flex:1 1 auto;max-width:630px;display:flex;flex-direction:column;gap:2rem}@media screen and (max-width: 1024px){.complex-grid .container .top-line .left-side{flex:1 1 0%;max-width:100%}}.complex-grid .container .top-line .left-side .content{font-size:22px;font-weight:300;max-width:462px}@media screen and (max-width: 1024px){.complex-grid .container .top-line .left-side .content{max-width:100%}}.complex-grid .container .top-line .left-side .content strong{font-weight:900}.complex-grid .container .top-line .left-side .subtitle{font-size:22px;font-weight:800}@media screen and (max-width: 1024px){.complex-grid .container .top-line .left-side .subtitle{margin-left:auto;margin-right:auto;max-width:340px}}@media screen and (max-width: 1024px){.complex-grid .container .top-line .left-side .button{margin-left:auto;margin-right:auto;max-width:340px}}@media screen and (max-width: 768px){.complex-grid .container .top-line .left-side .button{white-space:wrap;font-size:22px}}.complex-grid .container .top-line .right-side{flex-shrink:1;left:0;position:absolute;top:0;width:1000px}@media screen and (max-width: 1024px){.complex-grid .container .top-line .right-side{position:relative;width:100%}}.complex-grid .container .top-line .right-side .image{margin-left:auto;margin-right:auto;max-width:540px;width:100%;height:100%;overflow:hidden}.complex-grid .container .top-line .right-side .image img{left:50%;position:absolute;width:1000px;height:auto;z-index:-1;transform:translate(0%, -150px)}@media screen and (max-width: 1024px){.complex-grid .container .top-line .right-side .image img{position:relative;transform:none;left:auto;top:auto;width:100%;height:auto}}.complex-grid .container .bottom-line-wrapper{margin-top:100px;overflow-x:auto;margin-left:-4rem;margin-right:-4rem;padding-left:4rem;padding-right:4rem;scrollbar-width:none;-ms-overflow-style:none}.complex-grid .container .bottom-line-wrapper::-webkit-scrollbar{display:none}@media screen and (max-width: 1024px){.complex-grid .container .bottom-line-wrapper{margin-top:-100px;overflow-x:auto}}.complex-grid .container .bottom-line-wrapper .bottom-line{grid-template-columns:220px minmax(414px, 1fr) minmax(414px, 1fr);display:grid;gap:1rem;grid-auto-rows:1fr;width:fit-content;padding-block:1rem}@media screen and (max-width: 768px){.complex-grid .container .bottom-line-wrapper .bottom-line{grid-template-columns:250px 100vw 100vw}}.complex-grid .container .bottom-line-wrapper .bottom-line .item{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(180deg, rgba(176, 208, 233, 0.2), #b0d0e9);border:1px solid #fff;border-radius:1.5rem;box-shadow:0 4px 4px rgba(0,0,0,.1);display:flex;justify-content:center;padding:1.5rem;font-size:22px;font-weight:800;line-height:1.2}.complex-grid .container .bottom-line-wrapper .bottom-line .item:first-child{grid-row:span 2/span 2}

/* Section: ingredients */
.ingredients{margin-block:4rem 4rem;background:linear-gradient(180deg, rgba(176, 208, 233, 0), rgba(176, 208, 233, 0.64) 43.6%, rgba(136, 198, 246, 0.64));border-radius:1.5rem}.ingredients .wrapper{padding-block:3rem}@media screen and (max-width: 1024px){.ingredients .wrapper{padding-top:0rem}}.ingredients .wrapper .top-wrapper,.ingredients .wrapper .elements-wrapper{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:2.25rem;grid-auto-rows:auto}@media screen and (max-width: 1024px){.ingredients .wrapper .top-wrapper,.ingredients .wrapper .elements-wrapper{grid-template-columns:1fr}}.ingredients .wrapper .top-wrapper .item-title,.ingredients .wrapper .top-wrapper .item-ds,.ingredients .wrapper .elements-wrapper .item-title,.ingredients .wrapper .elements-wrapper .item-ds{display:flex;flex-direction:column;gap:1rem;padding-top:1.5rem}.ingredients .wrapper .top-wrapper .item-title .title,.ingredients .wrapper .top-wrapper .item-ds .title,.ingredients .wrapper .elements-wrapper .item-title .title,.ingredients .wrapper .elements-wrapper .item-ds .title{font-size:40px}@media screen and (max-width: 768px){.ingredients .wrapper .top-wrapper .item-title .title,.ingredients .wrapper .top-wrapper .item-ds .title,.ingredients .wrapper .elements-wrapper .item-title .title,.ingredients .wrapper .elements-wrapper .item-ds .title{font-size:32px}}.ingredients .wrapper .top-wrapper .item-title .subtitle,.ingredients .wrapper .top-wrapper .item-ds .subtitle,.ingredients .wrapper .elements-wrapper .item-title .subtitle,.ingredients .wrapper .elements-wrapper .item-ds .subtitle{font-size:16px;font-weight:300;line-height:32px}.ingredients .wrapper .top-wrapper .item-title .subtitle p,.ingredients .wrapper .top-wrapper .item-ds .subtitle p,.ingredients .wrapper .elements-wrapper .item-title .subtitle p,.ingredients .wrapper .elements-wrapper .item-ds .subtitle p{margin-block:1rem}.ingredients .wrapper .top-wrapper .image img,.ingredients .wrapper .elements-wrapper .image img{aspect-ratio:1/1;border-radius:1.5rem;width:100%;height:100%;object-fit:cover}.ingredients .wrapper .elements-wrapper{margin-top:2.25rem;overflow:visible}@media screen and (max-width: 1024px){.ingredients .wrapper .elements-wrapper{display:flex;overflow-x:auto;margin-inline:-4rem;padding-inline:4rem;scrollbar-width:none;-ms-overflow-style:none}.ingredients .wrapper .elements-wrapper::-webkit-scrollbar{display:none}}.ingredients .wrapper .elements-wrapper .item-ds{position:relative}@media screen and (max-width: 1024px){.ingredients .wrapper .elements-wrapper .item-ds{flex:0 1 0%;min-width:360px}}@media screen and (max-width: 768px){.ingredients .wrapper .elements-wrapper .item-ds{min-width:290px}}.ingredients .wrapper .elements-wrapper .item-ds .image{position:absolute;max-width:276px;width:100%;height:auto;top:0;right:0;z-index:0}.ingredients .wrapper .elements-wrapper .item-ds .image img{aspect-ratio:1/1;border-radius:1.5rem;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.ingredients .wrapper .elements-wrapper .item-ds .title{font-size:24px;font-weight:800;min-height:80px;max-width:230px;position:relative;z-index:1;word-wrap:normal}.ingredients .wrapper .elements-wrapper .item-ds .content{border:1px solid #fff;box-shadow:0 2px 8px rgba(39,39,39,.2);font-size:20px;font-weight:300;height:100%;line-height:1.8;padding:2rem 1.5rem;position:relative;z-index:1;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px}

/* Section: image-text */
.image-text{margin-block:4rem 4rem}.image-text .container .wrapper{display:flex;flex-direction:column;gap:2.25rem;position:relative}.image-text .container .wrapper .image-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:4rem}@media screen and (max-width: 1024px){.image-text .container .wrapper .image-wrapper{grid-template-columns:1fr;gap:1.5rem}.image-text .container .wrapper .image-wrapper .image img{width:100%;height:auto}}.image-text .container .wrapper .image-wrapper .content{font-weight:400;line-height:1.8}.image-text .container .wrapper .image-wrapper .content p{margin-block:1rem}.image-text .container .wrapper .bottom-title{max-width:704px;margin-inline:auto;text-align:center}.image-text .container .wrapper .bottom-title h2{font-size:32px}.image-text .container .wrapper .left-image,.image-text .container .wrapper .right-image{max-width:300px;position:absolute;left:0;bottom:0;transform:translate(-50%, 50%)}.image-text .container .wrapper .left-image img,.image-text .container .wrapper .right-image img{width:100%;height:auto}.image-text .container .wrapper .right-image{left:auto;right:0;transform:translate(50%, 0%)}

/* Section: testimonials */
.testimonials-section{margin-block:4rem;padding-bottom:212px}.testimonials-section .container{padding-block:2rem;background:linear-gradient(rgba(176, 208, 233, 0), rgba(176, 208, 233, 0.64) 36.63%, rgba(76, 143, 196, 0.64) 78.47%);border-radius:1.5rem;display:flex;flex-direction:column;gap:2rem}.testimonials-section .container .top-content{display:grid;grid-template-columns:repeat(2, minmax(0px, 1fr))}@media screen and (max-width: 1024px){.testimonials-section .container .top-content{display:block}}.testimonials-section .container .top-content .top-title-wrapper{position:relative;gap:2rem;display:flex}@media screen and (max-width: 768px){.testimonials-section .container .top-content .top-title-wrapper{flex-direction:column}}.testimonials-section .container .top-content .top-title-wrapper .items-count,.testimonials-section .container .top-content .top-title-wrapper h2{z-index:1;position:relative}.testimonials-section .container .top-content .top-title-wrapper h2{max-width:311px}@media screen and (max-width: 768px){.testimonials-section .container .top-content .top-title-wrapper h2{text-align:center;max-width:100%}}.testimonials-section .container .top-content .top-title-wrapper .items-count{color:#b0d0e9;font-size:166px;font-weight:800;line-height:126px;text-shadow:rgba(0,0,0,.1) 0px 4px 4px;-webkit-text-stroke:1px #fff}.testimonials-section .container .top-content .top-title-wrapper .image{position:absolute;left:0;bottom:0;z-index:0;max-width:400px;transform:translate(-70%, 33%)}@media screen and (max-width: 1024px){.testimonials-section .container .top-content .top-title-wrapper .image{max-width:250px;rotate:-40deg;left:auto;right:0;transform:translate(20%, 60%)}}@media screen and (max-width: 768px){.testimonials-section .container .top-content .top-title-wrapper .image{bottom:auto;top:0;transform:translate(30%, -10%);max-width:300px}}.testimonials-section .container .top-content .top-title-wrapper .image img{width:100%;height:auto}@media screen and (max-width: 1024px){.testimonials-section .container .top-content .items-wrapper{margin-block:2rem}}.testimonials-section .container .top-content .items-wrapper .items{display:flex;flex-direction:column;gap:1.5rem}.testimonials-section .container .top-content .items-wrapper .items .item{align-items:center;box-shadow:rgba(0,0,0,.1) 0px 4px 4px;display:flex;justify-content:space-between;background:linear-gradient(90deg, rgba(88, 151, 200, 0.8), rgba(176, 208, 233, 0.8));border-width:1px;border-style:solid;border-color:#fff;border-image:initial;border-radius:1.5rem;gap:1rem;padding:1rem}.testimonials-section .container .top-content .items-wrapper .items .item .number{color:#fff;font-size:70px;font-weight:800;line-height:60px;opacity:.8}.testimonials-section .container .top-content .items-wrapper .items .item h3{color:#fff}@media screen and (max-width: 768px){.testimonials-section .container .top-content .items-wrapper .items .item h3{word-wrap:break-word;word-break:break-word}}.testimonials-section .container .top-content .bottom-content{font-size:32px;font-weight:800;line-height:1.2;text-align:center;grid-column:span 2;margin:5rem auto 2rem;max-width:800px}@media screen and (max-width: 1024px){.testimonials-section .container .top-content .bottom-content{margin-top:0}}.testimonials-section .container .title,.testimonials-section .container .subtitle{text-align:center;max-width:900px;margin-inline:auto;font-weight:900}.testimonials-section .container .photos{display:flex;justify-content:center;gap:2.25rem;margin-block:4rem}@media screen and (max-width: 1024px){.testimonials-section .container .photos{gap:1rem;margin-block:0}}@media screen and (max-width: 768px){.testimonials-section .container .photos{display:grid;grid-template-columns:repeat(2, minmax(0px, 1fr))}}.testimonials-section .container .photos .photo img{width:100%;height:auto;border-radius:50%;object-fit:cover}.testimonials-section .container .reviews{display:flex;margin-bottom:-232px;gap:1.5rem}@media screen and (max-width: 1024px){.testimonials-section .container .reviews{overflow-x:auto;margin-inline:-4rem;padding-inline:4rem;scrollbar-width:none;margin-bottom:-202px}.testimonials-section .container .reviews::-webkit-scrollbar{display:none}}.testimonials-section .container .reviews .review{backdrop-filter:blur(2px);flex:1 1 0%;display:grid;filter:drop-shadow(rgba(0, 0, 0, 0.1) 0px 4px 4px);grid-template-rows:auto auto 1fr;background:linear-gradient(rgba(176, 208, 233, 0), rgba(176, 208, 233, 0.6));border-width:1px;border-style:solid;border-color:#fff;border-image:initial;border-radius:24px;gap:0px;overflow:hidden;padding:1.5rem 1rem}@media screen and (max-width: 1024px){.testimonials-section .container .reviews .review{min-width:450px}}@media screen and (max-width: 768px){.testimonials-section .container .reviews .review{min-width:290px}}.testimonials-section .container .reviews .review .title{font-size:22px;font-weight:700;line-height:32px;order:1;color:#fff;text-align:left;min-height:76px}@media screen and (max-width: 1024px){.testimonials-section .container .reviews .review .title{min-height:0}}.testimonials-section .container .reviews .review .wrapper{font-size:16px;font-weight:800;line-height:24px;order:3;padding:0px;margin-top:1.5rem}@media screen and (max-width: 1024px){.testimonials-section .container .reviews .review .wrapper{margin-top:.5rem}}.testimonials-section .container .reviews .review .author{flex-direction:row-reverse;justify-content:space-between;order:2;position:relative;align-self:flex-end;display:flex;align-items:center}.testimonials-section .container .reviews .review .author .image{flex-grow:1;height:117px;min-width:117px;position:relative;overflow:visible;max-width:4rem}.testimonials-section .container .reviews .review .author .image img{height:117px;min-width:117px;position:absolute;transform:translate(30%, 0%)}.testimonials-section .container .reviews .review .author .name{max-width:110px;font-weight:400}@media screen and (max-width: 1024px){.testimonials-section .container .reviews .review .author .name{max-width:100%}}.simple-text-below{margin-block:4rem}.simple-text-below .container h2{text-align:center}@media screen and (max-width: 1024px){.simple-text-below .container h2{font-size:40px}}

/* Section: null-risk */
.null-risk .container .top-content{display:grid;grid-template-columns:60% 40%;margin-bottom:100px}@media screen and (max-width: 1024px){.null-risk .container .top-content{grid-template-columns:repeat(2, minmax(0px, 1fr))}}@media screen and (max-width: 768px){.null-risk .container .top-content{display:block}}.null-risk .container .top-content .top-title-wrapper{order:1;grid-column:span 1/span 1}@media screen and (max-width: 1024px){.null-risk .container .top-content .top-title-wrapper{grid-column:span 2/span 2}}.null-risk .container .top-content .top-title-wrapper h2{margin-bottom:2rem}.null-risk .container .top-content .top-content-content{max-width:80%;order:3;grid-column:span 1/span 1;font-size:24px;font-weight:400;line-height:1.6;margin-bottom:2rem}@media screen and (max-width: 1024px){.null-risk .container .top-content .top-content-content{grid-column:span 2/span 2;order:2;max-width:100%}}.null-risk .container .top-content .top-content-content strong{font-weight:900}.null-risk .container .top-content .top-content-image{order:2;grid-row:span 4/span 4;margin-bottom:1rem;position:relative}@media screen and (max-width: 1024px){.null-risk .container .top-content .top-content-image{order:2;grid-row:span 1}}.null-risk .container .top-content .top-content-image img{width:100%;height:auto}.null-risk .container .top-content .top-content-image::after{background-color:rgba(176,208,233,.2);content:"";position:absolute;z-index:-1;border-radius:9999px;left:-20%;top:-18%;width:140%;aspect-ratio:1/1}@media screen and (max-width: 1024px){.null-risk .container .top-content .top-content-image::after{filter:blur(40px)}}@media screen and (max-width: 768px){.null-risk .container .top-content .top-content-image::after{filter:blur(0px);left:-20%;top:60%;width:100%}}.null-risk .container .top-content .top-content-list{order:3;grid-column:span 1/span 1}@media screen and (max-width: 1024px){.null-risk .container .top-content .top-content-list{margin-block:auto;margin-left:2rem}}@media screen and (max-width: 768px){.null-risk .container .top-content .top-content-list{margin-left:0}}.null-risk .container .top-content .top-content-list ul{display:flex;flex-direction:column;font-size:22px;font-weight:800;gap:1rem}.null-risk .container .top-content .top-content-list ul li{align-items:center;display:flex;gap:1rem}.null-risk .container .top-content .top-content-list ul li::before{content:" ";min-width:30px;min-height:30px;background:url('data:image/svg+xml;utf8,<svg width="31" height="30" viewBox="0 0 31 30" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.5763 12.5765L10.1876 21.8561C16.0029 12.9756 22.5324 5.19267 28.4498 0.702518C29.7761 -0.494855 31.8166 0.203612 30.3883 1.50077C23.7567 8.1861 18.6556 15.7695 13.4523 27.6434C11.4119 29.0403 9.06534 29.7388 7.94308 28.4417L0.597381 15.5699C-0.422854 13.9734 3.14797 10.2815 4.5763 12.5765Z" fill="%23B0D0E9"/></svg>') no-repeat center center;background-size:contain}.null-risk .container .top-content .top-content-content-2{margin-top:2rem;order:3;grid-column:span 1/span 1;max-width:80%}@media screen and (max-width: 1024px){.null-risk .container .top-content .top-content-content-2{grid-column:span 2/span 2;order:4;max-width:100%}}.null-risk .container .bottom-content{display:flex;flex-direction:column;position:relative;gap:1rem}.null-risk .container .bottom-content .bottom-content-image{rotate:90deg;width:30%;position:absolute;top:15%;left:66.6667%}@media screen and (max-width: 1024px){.null-risk .container .bottom-content .bottom-content-image{left:66.6667%;width:50%}}@media screen and (max-width: 768px){.null-risk .container .bottom-content .bottom-content-image{left:50%;top:15%;width:80%}}.null-risk .container .bottom-content .bottom-content-image img{height:auto;width:100%}.null-risk .container .bottom-content .bottom-content-title{font-size:32px;font-weight:900;letter-spacing:-0.02em;line-height:40px;margin-bottom:1rem}.null-risk .container .bottom-content .bottom-content-list{position:relative}.null-risk .container .bottom-content .bottom-content-list ul{display:flex;flex-direction:column;font-size:22px;font-weight:800;gap:1rem}.null-risk .container .bottom-content .bottom-content-list ul li{align-items:center;display:flex;gap:1rem}.null-risk .container .bottom-content .bottom-content-list ul li::before{content:" ";min-height:30px;min-width:30px;background:url('data:image/svg+xml;utf8,<svg width="31" height="30" viewBox="0 0 31 30" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.5763 12.5765L10.1876 21.8561C16.0029 12.9756 22.5324 5.19267 28.4498 0.702518C29.7761 -0.494855 31.8166 0.203612 30.3883 1.50077C23.7567 8.1861 18.6556 15.7695 13.4523 27.6434C11.4119 29.0403 9.06534 29.7388 7.94308 28.4417L0.597381 15.5699C-0.422854 13.9734 3.14797 10.2815 4.5763 12.5765Z" fill="%23B0D0E9"/></svg>') no-repeat center center;background-size:contain}.null-risk .container .bottom-content .bottom-content-list ul::after{left:-15%;top:-75%;width:50%;z-index:-1;border-radius:9999px;position:absolute;aspect-ratio:1/1;background-color:rgba(176,208,233,.2);content:""}@media screen and (max-width: 1024px){.null-risk .container .bottom-content .bottom-content-list ul::after{left:66.6667%;width:50%;top:-33%}}@media screen and (max-width: 768px){.null-risk .container .bottom-content .bottom-content-list ul::after{left:50%;top:-33.3333%;width:80%}}.null-risk .container .bottom-content-title-bottom{margin-block:4rem;text-align:center}

/* Section: products */
.products{margin-block:3rem;position:relative}.products .top-bg{background:var(--bg-gradient);min-height:100%;position:absolute;top:0;left:0;width:100%;z-index:-1;border-radius:32px}.products .container{padding-top:4rem}.products .container h2{font-size:48px;text-align:center}@media(max-width: 768px){.products .container h2{font-size:36px}}.products .container .subtitle{font-size:1.5rem;font-weight:300;line-height:2rem;margin-top:1.5rem;text-align:center}.products .container .subtitle strong{font-weight:900}.products .container .products-wrapper{flex-direction:row;gap:34px;margin-left:0;margin-right:0;margin-top:6rem;display:flex;justify-content:center}@media(max-width: 1024px){.products .container .products-wrapper{display:flex;flex-direction:column;gap:1rem;margin-top:2.5rem}}@media(max-width: 768px){.products .container .products-wrapper{margin-inline:-8px}}.products .container .products-wrapper .product{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:linear-gradient(180deg, hsla(0, 0%, 100%, 0.2), #ddf0ff);border:2px solid #fff;border-radius:24px;box-shadow:0 4px 4px rgba(0,0,0,.1);grid-template-columns:repeat(1, minmax(0, 1fr));max-width:334px;padding:1.5rem;position:relative;transition-duration:.15s;transition-property:transform;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-timing-function:linear}@media(max-width: 1024px){.products .container .products-wrapper .product{max-width:100%;grid-template-columns:repeat(2, minmax(0, 1fr));grid-auto-rows:auto;display:grid;order:2;column-gap:.5rem}.products .container .products-wrapper .product.one-bottle{order:3}}@media(max-width: 768px){.products .container .products-wrapper .product{padding:12px}}.products .container .products-wrapper .product:hover{transform:scale(1.05)}@media(max-width: 1024px){.products .container .products-wrapper .product:hover{transform:none}}.products .container .products-wrapper .product .title{font-size:2.25rem;font-weight:900;line-height:2.5rem;text-transform:uppercase;text-align:center}@media(max-width: 1024px){.products .container .products-wrapper .product .title{grid-column:span 2/span 2;text-align:left}}.products .container .products-wrapper .product .subtitle{font-size:22px;font-weight:800;grid-column:span 1/span 1;line-height:34px;margin-block:8px 16px;padding-top:8px;text-align:center;order:1}@media(max-width: 1024px){.products .container .products-wrapper .product .subtitle{text-align:left}}.products .container .products-wrapper .product .product-image{position:relative;order:1;grid-row:span 6/span 6}.products .container .products-wrapper .product .product-image .books-image{position:absolute;bottom:-30%;left:0;width:100%;height:100%;transform:translate3d(-35%, 20%, 0);max-width:210px}@media(max-width: 768px){.products .container .products-wrapper .product .product-image .books-image{max-width:100px;transform:translate3d(-25%, 20%, 0)}}@media(max-width: 768px){.products .container .products-wrapper .product .product-image{grid-row:span 3/span 3}}.products .container .products-wrapper .product .price{display:flex;color:#297ec1;font-weight:800;grid-row:span 2/span 2;height:-moz-fit-content;height:fit-content;justify-content:center;align-items:center;margin:auto;order:2;letter-spacing:-0.03em;font-size:80px;line-height:1}@media(max-width: 1024px){.products .container .products-wrapper .product .price{max-width:170px;flex-wrap:wrap;font-size:90px}}@media(max-width: 768px){.products .container .products-wrapper .product .price{font-size:70px}}.products .container .products-wrapper .product .price span{font-size:30px;font-weight:500;letter-spacing:0;line-height:24px;margin-left:.5rem}.products .container .products-wrapper .product .price .ampule{font-weight:700;text-transform:none;font-size:14px;letter-spacing:0;color:var(--base-dark);margin-left:10px}.products .container .products-wrapper .product .books{order:3;margin-top:.25rem;max-width:100%;min-height:2.5rem;font-size:22px;font-weight:400;line-height:36px}@media(max-width: 1024px){.products .container .products-wrapper .product .books{max-width:234px;width:100%;margin-inline:auto;font-size:14px;line-height:24px}}@media(max-width: 768px){.products .container .products-wrapper .product .books{width:100%}}.products .container .products-wrapper .product .books .info{background:linear-gradient(90deg, rgba(88, 151, 200, 0.8), rgba(176, 208, 233, 0.8));border-radius:6px;color:#2f2f2f;color:rgba(47, 47, 47, var(--tw-text-opacity));font-weight:600;height:-moz-fit-content;height:fit-content;text-align:center}.products .container .products-wrapper .product .button{margin-block:1rem;padding-block:12px;line-height:1.2;width:100%;text-align:center;justify-content:center;position:relative;order:3}@media(max-width: 1024px){.products .container .products-wrapper .product .button{max-width:234px;width:100%;margin-top:0;margin-inline:auto;font-size:16px;height:fit-content}}@media(max-width: 768px){.products .container .products-wrapper .product .button{grid-column:span 2/span 2;max-width:100%}.products .container .products-wrapper .product .button span{font-size:20px}}.products .container .products-wrapper .product .button svg{position:absolute;right:-0.05rem;top:1rem}.products .container .products-wrapper .product .economy{display:flex;align-items:center;justify-content:center;order:4;grid-column:span 1/span 1}@media(max-width: 768px){.products .container .products-wrapper .product .economy{grid-column:span 2/span 2}}.products .container .products-wrapper .product .economy .eco{font-size:32px;letter-spacing:-0.017em;line-height:40px;font-weight:700}@media(max-width: 768px){.products .container .products-wrapper .product .economy .eco{font-weight:400;font-size:24px}}.products .container .products-wrapper .product .economy .before{font-weight:800;line-height:1;margin-left:6px;text-decoration-line:line-through;font-size:28px}.products .container .products-wrapper .product .economy .after{font-weight:600;line-height:38px;margin-left:.5rem;font-size:36px}.products .container .products-wrapper .product .payment-icons{order:4;grid-column:span 1/span 1;margin-top:.75rem;display:flex;gap:10px;justify-content:center}@media(max-width: 768px){.products .container .products-wrapper .product .payment-icons{grid-column:span 2/span 2}}.products .container .products-wrapper .product .payment-icons svg{filter:drop-shadow(0 1.28866px 2.57732px rgba(0, 0, 0, 0.15));height:auto}@media(max-width: 768px){.products .container .products-wrapper .product .payment-icons svg{width:38px}}.products .container .products-wrapper .product .ship-text{order:4;grid-column:span 1/span 1;font-size:16px;line-height:26px;font-weight:700;margin-top:.75rem;text-align:center}@media(max-width: 768px){.products .container .products-wrapper .product .ship-text{grid-column:span 2/span 2}}.products .container .products-wrapper .product.main{max-width:358px;border:3px solid #67a9ff;margin-bottom:-1.5rem;margin-top:-4rem;overflow:visible;padding-top:64px}@media(max-width: 1024px){.products .container .products-wrapper .product.main{order:1;max-width:100%;padding:24px;margin:0}}@media(max-width: 768px){.products .container .products-wrapper .product.main{padding:12px}}.products .container .products-wrapper .product.main .title{color:#bc282f}.products .container .products-wrapper .product .badge{max-width:170px;position:absolute;right:-3rem;top:-2.5rem}.products .container .products-wrapper .product .badge img{height:auto}.products .container .bottom-line{margin-top:2.5rem;line-height:24px;display:flex}

/* Section: kosten-banner */
.kosten-banner{margin-block:3rem}.kosten-banner .container .wrapper{gap:1rem;grid-row:auto;padding:1.5rem 2rem;background:var(--base-blue);grid-template-columns:repeat(12, minmax(0, 1fr));display:grid;position:relative;border-radius:24px}@media(max-width: 768px){.kosten-banner .container .wrapper{padding-block:96px 32px;padding-inline:16px}}.kosten-banner .container .wrapper h2{grid-column:span 10/span 10;color:#fff;word-wrap:normal}.kosten-banner .container .wrapper h2 span{color:var(--base-dark)}.kosten-banner .container .wrapper .subtitle{grid-column:span 10/span 10;font-size:24px}.kosten-banner .container .wrapper .payment-icons{grid-column:span 12/span 12;display:flex;justify-content:center;gap:1rem;filter:drop-shadow(0 1.28866px 2.57732px rgba(0, 0, 0, 0.15))}.kosten-banner .container .wrapper .box{grid-row:span 2/span 2;grid-column:span 2/span 2;position:absolute;max-width:150px;right:0;top:0;margin:24px 32px 0 0}@media(max-width: 768px){.kosten-banner .container .wrapper .box{right:50%;top:0%;margin:0;transform:translate3d(50%, -50%, 0)}}

/* Section: faq */
.faq{margin-block:3rem}.faq .container{padding-top:2.25rem;position:relative}.faq .container .bg-image{max-width:364px;position:absolute;right:0;top:0;transform:translate(0, -30%)}@media(max-width: 1024px){.faq .container .bg-image{transform:translate(40%, -20%)}}@media(max-width: 768px){.faq .container .bg-image{max-width:200px;z-index:-1;transform:translate(40%, 20%)}}.faq .container .bg-image-2{max-width:364px;position:absolute;left:0;top:0;transform:translate(-20%, 0%)}@media(max-width: 768px){.faq .container .bg-image-2{max-width:200px;z-index:-1;transform:translate(-40%, 20%)}}.faq .container .content h2{margin-bottom:1.5rem;text-align:center}.faq .container .faq-wrapper{z-index:10;position:relative;display:flex;flex-direction:column;gap:.75rem}.faq .container .faq-wrapper .ac{background:linear-gradient(rgba(176, 208, 233, 0.2), rgb(176, 208, 233));border-style:none;backdrop-filter:blur(8px);border-color:rgba(47,146,100,.2);padding-left:2rem;padding-right:2rem;display:flex;flex-direction:column;margin-top:0px;border-radius:20px;gap:0px;padding:1.5rem}.faq .container .faq-wrapper .ac .ac-trigger{font-family:var(--font-headings);font-size:24px;font-weight:900;justify-content:space-between;line-height:32px;border-color:rgba(189, 233, 212, var(--tw-border-opacity));padding:0px;display:flex;align-items:center}.faq .container .faq-wrapper .ac .ac-trigger:focus{color:var(--base-dark)}.faq .container .faq-wrapper .ac .ac-trigger::after{display:none}.faq .container .faq-wrapper .ac .ac-panel .answer-wrapper{font-size:20px;line-height:1.6;display:flex;flex-direction:column;gap:.75rem;padding:.5rem 1.5rem}.faq .container .faq-wrapper .ac .ac-panel .answer-wrapper .table{display:flex;flex-direction:column;margin-left:-1.5rem;margin-right:-1.5rem}.faq .container .faq-wrapper .ac .ac-panel .answer-wrapper .table .item-row{gap:1.5rem;display:grid;border-bottom:1px solid rgba(21,45,33,.2);padding-block:10px;align-items:center;grid-template-columns:repeat(12, minmax(0px, 1fr))}@media(max-width: 768px){.faq .container .faq-wrapper .ac .ac-panel .answer-wrapper .table .item-row{font-size:14px;grid-template-columns:repeat(3, minmax(0px, 1fr))}}.faq .container .faq-wrapper .ac .ac-panel .answer-wrapper .table .item-row .first{grid-column:span 5/span 5}@media(max-width: 768px){.faq .container .faq-wrapper .ac .ac-panel .answer-wrapper .table .item-row .first{grid-column:span 1/span 1}}.faq .container .faq-wrapper .ac .ac-panel .answer-wrapper .table .item-row .second{grid-column:span 4/span 4}@media(max-width: 768px){.faq .container .faq-wrapper .ac .ac-panel .answer-wrapper .table .item-row .second{grid-column:span 1/span 1}}.faq .container .faq-wrapper .ac .ac-panel .answer-wrapper .table .item-row .third{grid-column:span 3/span 3}@media(max-width: 768px){.faq .container .faq-wrapper .ac .ac-panel .answer-wrapper .table .item-row .third{grid-column:span 1/span 1}}.faq .container .faq-wrapper .ac .ac-panel .answer-wrapper .table .item-row:first-child{font-size:24px;font-weight:800;line-height:32px;padding-top:1.5rem;display:grid}@media(max-width: 768px){.faq .container .faq-wrapper .ac .ac-panel .answer-wrapper .table .item-row:first-child{font-size:13px}}.faq .container .faq-wrapper .ac.is-active .ac-trigger svg{transform:rotate(180deg)}

/* Section: warranty */
.warranty{border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;background:linear-gradient(rgba(176, 208, 233, 0.2), rgb(176, 208, 233));padding-block:4rem 3.5rem}.warranty .container{grid-template-columns:repeat(5, minmax(0px, 1fr));row-gap:1rem;column-gap:2.5rem;display:grid}.warranty .container .image{grid-column:span 1/span 1;margin-bottom:1.5rem;grid-row:span 2/span 2;max-width:124px;margin:auto}@media(max-width: 768px){.warranty .container .image{grid-column:span 5/span 5}}.warranty .container .uptitle{font-size:24px;font-weight:900;line-height:1.2;grid-column:span 4/span 4;text-transform:uppercase;margin-top:auto}@media(max-width: 768px){.warranty .container .uptitle{grid-column:span 5/span 5}}.warranty .container .title{font-size:40px;grid-column:span 4/span 4;margin-bottom:auto}@media(max-width: 768px){.warranty .container .title{grid-column:span 5/span 5}}.warranty .container .content{grid-column:span 5/span 5}.warranty .container .content p{font-size:20px;line-height:1.6}

/* Section: footer */
.nav-footer{background:linear-gradient(180deg, rgba(176, 208, 233, 0.2), #b0d0e9)}.nav-footer .menu{padding-block:1.75rem;display:flex;justify-content:center;align-items:center;gap:3rem}@media(max-width: 768px){.nav-footer .menu{gap:1.5rem;flex-direction:column}}.nav-footer .menu .item a{opacity:.4}.nav-footer .menu .item a:hover{text-decoration:underline}.nav-footer .menu .popup-for-button{align-items:center;background-color:rgba(0,0,0,.8);display:none;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:150}.nav-footer .menu .popup-for-button.active{display:flex}.nav-footer .menu .popup-for-button .popup-wrapper{border-radius:20px;height:-moz-fit-content;height:fit-content;margin:auto;max-width:800px;padding:2rem;position:relative;background:linear-gradient(180deg, #fff 21.76%, #88c6f6 109.08%);width:100%}.nav-footer .menu .popup-for-button .popup-wrapper .close{cursor:pointer;position:absolute;right:1rem;top:1rem}.nav-footer .menu .popup-for-button .popup-wrapper .close svg{pointer-events:none}@media(max-width: 768px){.nav-footer .menu .popup-for-button .popup-wrapper .popup-content{overflow-y:auto;height:calc(100vh - 4rem)}}.nav-footer .menu .popup-for-button .popup-wrapper .popup-content .popup-text{display:flex;flex-direction:column;font-size:16px;font-weight:300;gap:1.5rem;line-height:1.8;margin-bottom:2rem;margin-top:2rem}

/* Section: double-proposal */
.double-proposal{display:none;align-items:center;justify-content:center;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:1000}.double-proposal.active{display:flex}.double-proposal .popup-wrapper{background:linear-gradient(180deg, #dfe6ec, #b0d0e9);border-radius:20px;padding:60px 40px;display:grid;grid-template-columns:1fr 1fr;grid-auto-rows:auto;gap:1rem;max-width:870px}@media(max-width: 1024px){.double-proposal .popup-wrapper{max-width:100%;width:100%;height:100%;border-radius:0}}@media(max-width: 768px){.double-proposal .popup-wrapper{padding:1rem;gap:8px}}.double-proposal .popup-wrapper .title{text-align:center;grid-column:span 2;margin-bottom:4rem}@media(max-width: 1024px){.double-proposal .popup-wrapper .title{margin-bottom:0rem}}@media(max-width: 768px){.double-proposal .popup-wrapper .title{line-height:1}}.double-proposal .popup-wrapper .subtitle{font-weight:900;font-size:26px}@media(max-width: 1024px){.double-proposal .popup-wrapper .subtitle{grid-column:span 2;text-align:center}}@media(max-width: 768px){.double-proposal .popup-wrapper .subtitle{line-height:1.2}}.double-proposal .popup-wrapper .products-wrapper{display:grid;grid-template-columns:1fr 1fr;grid-row:span 2;gap:8px}@media(max-width: 1024px){.double-proposal .popup-wrapper .products-wrapper{grid-column:span 2;grid-row:span 1;display:flex;justify-content:center}}.double-proposal .popup-wrapper .products-wrapper>*{border-radius:10px;background:#fff;padding:8px;border-radius:16px;text-align:center}@media(max-width: 1024px){.double-proposal .popup-wrapper .products-wrapper>*{max-width:275px;background:rgba(0,0,0,0)}.double-proposal .popup-wrapper .products-wrapper>* .product-image{padding:2.25rem 4rem;background:#fff;border-radius:16px;margin-bottom:16px}}@media(max-width: 1024px)and (max-width: 768px){.double-proposal .popup-wrapper .products-wrapper>* .product-image{padding:1rem 2rem;margin-bottom:4px}}.double-proposal .popup-wrapper .buttons-wrapper{display:flex;flex-direction:column;gap:16px;justify-content:end}@media(max-width: 1024px){.double-proposal .popup-wrapper .buttons-wrapper{grid-column:span 2;justify-content:center;text-align:center;max-width:400px;margin:0 auto}}.double-proposal .popup-wrapper .buttons-wrapper .button.primary{font-size:18px;text-transform:uppercase;line-height:1;padding:12px 16px;position:relative;width:100%;justify-content:center}.double-proposal .popup-wrapper .buttons-wrapper .button.primary svg{position:absolute;right:-12px;bottom:-22px}.double-proposal .popup-wrapper .buttons-wrapper .link{border-radius:initial;font-weight:400;line-height:26px;padding:initial;font-size:14px;text-decoration:underline}.double-proposal .popup-wrapper .buttons-wrapper .link:hover{text-decoration:none}
