html{scroll-behavior:smooth}@media screen and (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}img{-webkit-user-drag:none;user-drag:none}.has-fixed-background{background-attachment:fixed}.wp-element-button,.wp-block-navigation-item__content,.wpcf7-submit{transition:background-color .2s ease,border-color .2s ease,color .2s ease}.wpcf7-form>p:first-of-type{margin-top:0}.wpcf7-form>p:last-of-type{margin-bottom:0}.wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-checkbox):not(.wpcf7-radio):not(.wpcf7-file):not(.wpcf7-acceptance){display:block;padding:.9rem 1.1rem;background-color:var(--wp--preset--color--white);border:1px solid rgba(32,7,7,.8);border-radius:2px;color:var(--wp--preset--color--base);box-sizing:border-box;margin:0;width:100%;height:auto}.wpcf7-form-control.wpcf7-checkbox,.wpcf7-form-control.wpcf7-radio{display:flex;flex-wrap:wrap;gap:1em}.wpcf7-list-item{margin-left:0}.wpcf7-list-item label{display:flex;gap:.5em;align-items:center}.wpcf7-submit{background-color:var(--wp--preset--color--base);border-radius:2px;border-color:var(--wp--preset--color--transparent);border-width:1px;border-style:solid;color:var(--wp--preset--color--base-lightest);font-size:var(--wp--preset--font-size--small);font-weight:400;line-height:inherit;padding:var(--wp--preset--spacing--20) var(--wp--preset--spacing--40)}.wpcf7-submit:hover{background-color:var(--wp--preset--color--base-light);border-color:var(--wp--preset--color--base-light)}input[type=radio]{-webkit-appearance:none;appearance:none;background-color:var(--wp--preset--color--base);margin:0;font:inherit;color:currentColor;width:1.15em;height:1.15em;border:.15em solid currentColor;border-radius:50%;transform:translateY(-.075em);display:grid;place-content:center}input[type=radio]:before{content:"";width:.65em;height:.65em;border-radius:50%;transform:scale(0);transition:.1s transform ease-in-out;box-shadow:inset 1em 1em var(--wp--preset--color--base);background-color:CanvasText}input[type=radio]:checked:before{transform:scale(1)}input[type=checkbox]{-webkit-appearance:none;appearance:none;background-color:var(--wp--preset--color--base);margin:0;font:inherit;color:currentColor;width:1.15em;height:1.15em;border:.15em solid currentColor;border-radius:.15em;transform:translateY(-.075em);display:grid;place-content:center}input[type=checkbox]:before{content:"";width:.65em;height:.65em;clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0%,43% 62%);transform:scale(0);transform-origin:bottom left;transition:.1s transform ease-in-out;box-shadow:inset 1em 1em var(--wp--preset--color--base);background-color:CanvasText}input[type=checkbox]:checked:before{transform:scale(1)}input[type=checkbox]:focus{outline:max(2px,.15em) solid currentColor;outline-offset:max(2px,.15em)}input[type=checkbox]:disabled{--form-control-color:var(--form-control-disabled);color:var(--form-control-disabled);cursor:not-allowed}