.wwk-btn-1 { background-color: #f4e9d7; border-radius: var(--c1-radius-xl); padding: var(--c1-space-4xs) var(--c1-space-m); transition: all ease-in-out .2s; font-size: var(--c1-text-l); color: var(--c1-dark);}.wwk-btn-1:hover { background-color: color-mix(in oklch, #f4e9d7, #000000 5%);}.kinder-color { color: var(--c1-accent);}.wwk-card__outer-wrap:has(.wwk-card-1__details[open]) { position: relative; z-index: 99999 !important;}.bricks-is-frontend .wwk-anim-trigger { opacity: 0;}.bricks-is-frontend .wwk-anim-trigger-single { opacity: 0;}.wwk-anim { will-change: transform, opacity, filter; animation-name: wwk-generic-animation; animation-delay: var(--wwk-delay, 0ms); animation-duration: var(--wwk-duration, 400ms); animation-timing-function: var(--wwk-ease, ease-out); animation-fill-mode: both;  --wwk-x: 0; --wwk-y: 0; --wwk-z: 0; --wwk-opacity-from: 1; --wwk-opacity-to: 1; --wwk-scale-from: 1; --wwk-scale-to: 1; --wwk-rotate-from: 0deg; --wwk-rotate-to: 0deg; --wwk-blur-from: 0px; --wwk-blur-to: 0px;}.wwk-anim-trigger.wwk-anim:not(.wwk-fade), .wwk-anim-trigger-single.wwk-anim:not(.wwk-fade) { opacity: 1 !important;}.wwk-left-to-right { --wwk-x: -20px; --wwk-y: 0; }.wwk-right-to-left { --wwk-x: 20px; --wwk-y: 0; }.wwk-top-to-bottom { --wwk-x: 0; --wwk-y: -20px; }.wwk-bottom-to-top { --wwk-x: 0; --wwk-y: 20px; }.wwk-top-left-to-bottom-right { --wwk-x: -20px; --wwk-y: -20px; }.wwk-fade { --wwk-opacity-from: 0; --wwk-opacity-to: 1; }.wwk-fade-out { --wwk-opacity-from: 1; --wwk-opacity-to: 0; }.wwk-scale-in { --wwk-scale-from: .9; --wwk-scale-to: 1; }.wwk-scale-out { --wwk-scale-from: 1.1; --wwk-scale-to: 1; }.wwk-rotate-in { --wwk-rotate-from: -5deg; --wwk-rotate-to: 0deg; }.wwk-rotate-out { --wwk-rotate-from: 5deg; --wwk-rotate-to: 0deg; }.wwk-blur-in { --wwk-blur-from: 6px; --wwk-blur-to: 0px; }.wwk-ease-spring { --wwk-ease: cubic-bezier(.25, 1.5, .5, 1); }.wwk-ease-smooth { --wwk-ease: cubic-bezier(.4, 0, .2, 1); }@keyframes wwk-generic-animation { from { opacity: var(--wwk-opacity-from, 1); filter: blur(var(--wwk-blur-from, 0px)); transform: translate3d(var(--wwk-x,0), var(--wwk-y,0), var(--wwk-z,0)) scale(var(--wwk-scale-from,1)) rotate(var(--wwk-rotate-from,0deg)); } to { opacity: var(--wwk-opacity-to, 1); filter: blur(var(--wwk-blur-to, 0px)); transform: translate3d(0, 0, 0) scale(var(--wwk-scale-to,1)) rotate(var(--wwk-rotate-to,0deg)); }}@media (prefers-reduced-motion: reduce) { .wwk-anim { animation: none !important; opacity: 1 !important; transform: none !important; filter: none !important; }}.wwk-stagger { --wwk-stagger-step: 100ms;}.wwk-stagger > *:nth-child(1) { --wwk-delay: calc(var(--wwk-stagger-step) * 0); }.wwk-stagger > *:nth-child(2) { --wwk-delay: calc(var(--wwk-stagger-step) * 1); }.wwk-stagger > *:nth-child(3) { --wwk-delay: calc(var(--wwk-stagger-step) * 2); }.wwk-stagger > *:nth-child(4) { --wwk-delay: calc(var(--wwk-stagger-step) * 3); }.wwk-stagger > *:nth-child(5) { --wwk-delay: calc(var(--wwk-stagger-step) * 4); }.wwk-stagger > *:nth-child(6) { --wwk-delay: calc(var(--wwk-stagger-step) * 5); }.wwk-stagger > *:nth-child(7) { --wwk-delay: calc(var(--wwk-stagger-step) * 6); }.wwk-stagger > *:nth-child(8) { --wwk-delay: calc(var(--wwk-stagger-step) * 7); }.wwk-stagger > *:nth-child(9) { --wwk-delay: calc(var(--wwk-stagger-step) * 8); }.wwk-stagger > *:nth-child(10) { --wwk-delay: calc(var(--wwk-stagger-step) * 9); }:root { --svg-marker-b64: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNCAyNCc+PHBhdGggZmlsbD0id2hpdGUiIGQ9Ik0yMiwxMkExMCwxMCAwLDEsMSAxMiw...ZCJwLz48L3N2Zz4=");}@media (max-width: 767px){ .brxe-block { flex-wrap: unset; }}.pages__post-content { padding: var(--c1-space-5xl); font-size: var(--c1-text-l); & > * { font-size: calc(var(--c1-text-l)*.9); } & > *:not(.btn-general, h2, .faq-section, .wwk-btn-1) { padding-left: var(--c1-space-5xl); } & > .btn-general { display: block; align-self: center; margin-block: var(--c1-space-xl); } h2 { font-family: montserrat; font-weight: 200; line-height: 1.2; font-size: var(--c1-text-4xl); margin-bottom: var(--c1-space-2xl); margin-left: var(--c1-space-5xl); color: #88654f; display: inline-block; border-bottom: 1px solid; padding: .1em 0 .05em; } p + h2 { margin-block-start: var(--c1-space-2xl); } & > ul { margin-left: 1em; max-width: 70ch; line-height: 1.4; } & >ul li { padding-left: .3em; margin-bottom: var(--c1-space-s); } & > h3, & h3.wp-block-heading { font-family: montserrat; font-weight: 300; font-size: var(--c1-text-xl); color: var(--c1-dark); margin-block-start: var(--c1-space-2xl); margin-block-end: var(--c1-space-l); padding: .2em var(--c1-space-l); margin-left: var(--c1-space-5xl); background: #eeebf3; border-radius: var(--c1-radius-m); display: inline-block; } h3.no-margin-left { margin-left: 0; } & > h2 + h3 { margin-block-start: var(--c1-space-xs); } & .remark { font-size: var(--c1-text-m); font-style: italic; color: color-mix(in oklch, currentcolor, white 40%); } & .brxe-yeruak { display: block; margin-inline: auto; margin-block: var(--c1-space-3xl); }  .paypal-buttons-div { width: 100%; h3{ font-size: var(--c1-text-m); font-weight: 400; } .medium { max-width: 30rem; border: 1px solid; padding: 2rem; border-radius: var(--c1-radius-l); .selectContainer{ &:after{ display: none; } } .item-header{ overflow-wrap: none !important; flex-direction: column; gap: calc(var(--c1-space-4xs)/2) !important; .item-title { max-width: 100% !important; } } .input-label { font-size: var(--c1-text-m) !important; } select { font-size: var(--c1-text-m) !important; } } form { position: relative; #checkout-button { background: #b9b9b9 !important; transition: all .2s ease-in-out; } #checkout-button:hover { background: #907e7e !important; } >img { position: absolute; bottom: 10px; right: 7%; height: unset; width: unset; } } }}@media (max-width: 340px) { .pages__post-content { & .paypal-buttons-div { & form { & > img { position: absolute; bottom: 10px; right: 0%; transform: scale(70%); } } }}}@media (max-width: 1279px) { .pages__post-content > *:not(.btn-general, h2, h3, .faq-section, .wwk-btn-1, .presse-card){ padding-left: 0; } .pages__post-content > h3, .pages__post-content > h3.wp-block-heading { margin-left: 0; } .pages__post-content > h2 { margin-left: 0; }}@media (max-width: 500px) { .pages__post-content > h3 { padding-left: var(--c1-space-l) !important; }}.general-pages { min-height: 100vh;}.brxe-cpcsco+h2 { margin-top: calc(var(--c1-space-5xl)*1.1);}.message.success { background: #bf0; color: #000000;}.content__inner-link { color: #ae1fae; font-weight: 500; transition: all .2s ease-in-out; padding: .2ch .7ch; text-decoration: underline;}.content__inner-link:hover { color: #b62200; background-color: oklch(from #b62200 l c h / 0.05); border-radius: var(--c1-radius-full);}.bricks-button { gap: unset; padding: .1em 1em .2em;}.pages__post-content .wwk-btn-1.bricks-button { padding: .5em 1.8em .6em;}