.azh-section{--azh-gap:24px;--azh-cols-desktop:3;--azh-cols-tablet:2;--azh-cols-mobile:1;--azh-image-height:220px;--azh-card-min-height:0px;--azh-section-side-space:32px;--azh-section-side-space-mobile:24px;padding:20px 0 30px;--azh-card-radius:4px}.azh-section *{box-sizing:border-box}.azh-section,.azh-section *:not(.dashicons){font-family:"Open Sans",Arial,sans-serif !important}.azh-section-inner{width:min(1180px, calc(100% - var(--azh-section-side-space)));margin-inline:auto}.azh-section-header{margin-bottom:max(10px, calc(clamp(1.25rem, 3vw, 2rem) - 10px))}.azh-section-title{margin:0 0 .65rem;font-size:clamp(1.8rem, 3vw, 3rem);line-height:1.08;color:#12372a}.azh-section-intro{max-width:760px;color:#444;font-size:1.2em;line-height:1.55em}.azh-section-intro p{margin-top:0}.azh-grid{display:grid;grid-template-columns:repeat(var(--azh-cols-desktop),minmax(0, 1fr));gap:var(--azh-gap)}.azh-card-wrap{min-width:0}.azh-card{position:relative;display:flex;flex-direction:column;height:100%;min-height:var(--azh-card-min-height);background:#fff;border:1px solid rgba(18,55,42,.14);border-radius:var(--azh-card-radius);overflow:hidden;box-shadow:0 0 10px rgba(0,0,0,.22);transition:transform .18s ease,box-shadow .18s ease}.azh-card:hover{transform:translateY(-2px);box-shadow:0 0 14px rgba(0,0,0,.28)}.azh-card-click{position:absolute;inset:0;z-index:6;border-radius:inherit}.azh-card-edit-link{position:absolute;top:8px;right:8px;z-index:20;display:inline-flex;align-items:center;min-height:26px;padding:.15rem .55rem;border:1px solid rgba(177,150,125,.75);border-radius:999px;background:rgba(255,235,205,.96);color:#6a645c !important;font-size:12px;font-weight:700;line-height:1;text-decoration:none !important;box-shadow:0 2px 8px rgba(0,0,0,.12)}.azh-card-edit-link:hover,.azh-card-edit-link:focus-visible{background:#f8dfbd;color:#514b45 !important;text-decoration:none !important}.azh-card-button,.azh-card-textlink{position:relative;z-index:7}.azh-card-media{flex:0 0 auto}.azh-card-image{overflow:hidden;display:block;width:100%;padding:0;border:0;background:0 0}.azh-card-image>img{display:block;width:100%;height:100% !important;object-fit:cover;object-position:center;pointer-events:none}.azh-ratio-16-9 .azh-card-image{aspect-ratio:16/9}.azh-ratio-4-3 .azh-card-image{aspect-ratio:4/3}.azh-ratio-1-1 .azh-card-image{aspect-ratio:1/1}.azh-ratio-fixed .azh-card-image{height:var(--azh-image-height)}.azh-card-icon{min-height:150px;display:grid;place-items:center;font-size:3.5rem;color:#12372a}.azh-card-icon .dashicons{width:auto;height:auto;font-size:4rem}.azh-card-bar{width:100%}.azh-card-body{position:relative;z-index:3;display:flex;flex-direction:column;flex:1 1 auto;padding:var(--azh-card-body-padding,clamp(1.1rem, 2vw, 1.45rem))}.azh-card-content{width:100%;max-width:100%;min-width:0}.azh-card-title,.azh-card-text,.azh-card-text p,.azh-card-text li,.azh-card-button,.azh-card-textlink{max-width:100%;white-space:normal !important;overflow-wrap:normal;word-break:keep-all;hyphens:none}.azh-card-body.azh-card-text-center .azh-card-title,.azh-card-body.azh-card-text-center .azh-card-text,.azh-card-body.azh-card-text-center .azh-card-text p,.azh-card-body.azh-card-text-center .azh-card-text li{text-align:center !important}.azh-card-body.azh-card-text-right .azh-card-title,.azh-card-body.azh-card-text-right .azh-card-text,.azh-card-body.azh-card-text-right .azh-card-text p,.azh-card-body.azh-card-text-right .azh-card-text li{text-align:right !important}.azh-card-body.azh-card-text-center{text-align:center}.azh-card-body.azh-card-text-right{text-align:right}.azh-card-body.azh-card-text-center .azh-card-button,.azh-card-body.azh-card-text-center .azh-card-textlink{align-self:center}.azh-card-body.azh-card-text-right .azh-card-button,.azh-card-body.azh-card-text-right .azh-card-textlink{align-self:flex-end}.azh-card-body.azh-card-v-center{justify-content:center}.azh-card-body.azh-card-v-bottom{justify-content:flex-end}.azh-card-body.azh-card-v-center .azh-card-button,.azh-card-body.azh-card-v-center .azh-card-textlink,.azh-card-body.azh-card-v-bottom .azh-card-button,.azh-card-body.azh-card-v-bottom .azh-card-textlink{margin-top:1rem}.azh-card-title{margin:0 0 .6rem;font-weight:700;color:#12372a;font-size:clamp(1.1rem, 1.35vw, 1.35rem);line-height:1.2}.azh-card-text{color:#444;line-height:1.55em}.azh-card-text p{margin:0 0 1rem}.azh-card-text p:last-child,.azh-card-text ul:last-child,.azh-card-text ol:last-child{margin-bottom:1rem}.azh-card-text a{color:#6a645c;text-decoration:none !important}.azh-card-text a:hover,.azh-card-text a:focus-visible{color:#514b45;text-decoration:none !important}.azh-card-text ul,.azh-card-text ol{padding-left:1.2em;margin-top:0}.azh-card-button,.azh-card-textlink{position:relative;z-index:4;margin-top:auto;align-self:flex-start;font-weight:700;text-decoration:none}.azh-card-button{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:.2rem .9rem;line-height:1.2;color:#6a645c;background:#ffebcd;border:1px solid #b1967d;border-radius:999px;text-decoration:none;transition:transform .16s ease,background .16s ease,border-color .16s ease}.azh-card-button:hover,.azh-card-button:focus-visible{color:#514b45;background:#f8dfbd;border-color:#a68970;text-decoration:none !important;transform:translateY(-1px)}.azh-card-textlink{color:#6a645c;text-decoration:none}button.azh-card-textlink{appearance:none;-webkit-appearance:none;background:0 0;border:0;padding:0;font:inherit;cursor:pointer;text-align:left}.azh-card-textlink:hover,.azh-card-textlink:focus-visible{color:#514b45;text-decoration:none !important}.azh-card-textlink:after{content:" →"}.azh-card a{text-decoration:none !important}.azh-card a:hover,.azh-card a:focus-visible{text-decoration:none !important}.azh-slider-shell,.azh-grid{padding-block:10px;margin-block:-10px}.azh-slider-shell{position:relative}.azh-slider-viewport{padding-block:10px;margin-block:-10px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;cursor:grab;user-select:none}.azh-slider-viewport.is-dragging{cursor:grabbing;scroll-behavior:auto}.azh-slider-viewport::-webkit-scrollbar{display:none}.azh-slider-track{display:flex;gap:var(--azh-gap);align-items:stretch}.azh-mode-slider .azh-card-wrap{flex:0 0 calc((100% - (var(--azh-cols-desktop) - 1) * var(--azh-gap)) / var(--azh-cols-desktop));scroll-snap-align:start}.azh-mode-slider.azh-slider-disabled .azh-slider-viewport{overflow:visible}.azh-mode-slider.azh-slider-disabled .azh-slider-track{display:grid;grid-template-columns:repeat(var(--azh-cols-desktop),minmax(0, 1fr))}.azh-slider-arrow{position:absolute;top:50%;z-index:5;transform:translateY(-50%);width:42px;height:42px;border-radius:999px;border:1px solid rgba(18,55,42,.16);background:#fff;color:#12372a;box-shadow:0 8px 26px rgba(18,55,42,.14);cursor:pointer;font-size:2rem;line-height:1}.azh-slider-prev{left:-18px}.azh-slider-next{right:-18px}.azh-slider-arrow[hidden],.azh-slider-dots[hidden]{display:none !important}.azh-slider-dots{display:flex;justify-content:center;align-items:center;gap:9px;margin-top:1.3rem}.azh-section .azh-slider-dot{width:10px;height:10px;padding:0;border:0;border-radius:999px;background-color:rgba(177,150,125,.55) !important;cursor:pointer;transition:background-color .16s ease,transform .16s ease,opacity .16s ease}.azh-section .azh-slider-dot.is-active,.azh-section .azh-slider-dot[aria-current=true]{background-color:#6a645c !important;transform:scale(1.18)}.azh-more-wrap{display:flex;justify-content:center;margin-top:clamp(1.25rem, 3vw, 2rem)}.azh-more-button{min-height:30px;padding:.2rem .9rem;line-height:1.2;border:1px solid #b1967d;border-radius:999px;background:#ffebcd;color:#6a645c;font-weight:700;cursor:pointer}.azh-more-button:hover,.azh-more-button:focus-visible{background:#f8dfbd;color:#514b45;border-color:#a68970;text-decoration:none !important}.azh-lightbox{position:fixed;inset:0;z-index:999999;display:grid;place-items:center;padding:28px;background:rgba(0,0,0,.78)}.azh-lightbox img{max-width:min(1100px, 96vw);max-height:88vh;object-fit:contain;border-radius:10px;box-shadow:0 20px 80px rgba(0,0,0,.35)}.azh-lightbox-close{position:fixed;top:16px;right:16px;width:44px;height:44px;border:0;border-radius:999px;background:#fff;color:#12372a;font-size:2rem;line-height:1;cursor:pointer}.azh-error{padding:var(--azh-card-body-padding,1rem);border-left:4px solid #b32d2e;background:#fff5f5}.azh-section.layout-marketing .azh-card-title{text-transform:none}.azh-section.layout-lehrstart .azh-card{border-top:6px solid #12372a}.azh-section.layout-kompakt .azh-card-body{padding:1rem}.azh-section.layout-kompakt .azh-card-image,.azh-section.layout-kompakt.azh-ratio-fixed .azh-card-image{height:150px}.azh-section.layout-highlight .azh-card{border:0;box-shadow:0 22px 60px rgba(18,55,42,.14)}.azh-section.layout-farbbalken .azh-card{border-radius:0 0 var(--azh-card-radius) var(--azh-card-radius)}@media (max-width:900px){.azh-grid{grid-template-columns:repeat(var(--azh-cols-tablet),minmax(0, 1fr))}.azh-mode-slider .azh-card-wrap{flex-basis:calc((100% - (var(--azh-cols-tablet) - 1) * var(--azh-gap)) / var(--azh-cols-tablet))}.azh-mode-slider.azh-slider-disabled .azh-slider-track{grid-template-columns:repeat(var(--azh-cols-tablet),minmax(0, 1fr))}.azh-slider-prev{left:4px}.azh-slider-next{right:4px}}@media (max-width:600px){.azh-section-inner{width:min(100% - var(--azh-section-side-space-mobile), 1180px)}.azh-grid{grid-template-columns:repeat(var(--azh-cols-mobile),minmax(0, 1fr))}.azh-mode-slider .azh-card-wrap{flex-basis:calc((100% - (var(--azh-cols-mobile) - 1) * var(--azh-gap)) / var(--azh-cols-mobile))}.azh-mode-slider.azh-slider-disabled .azh-slider-track{grid-template-columns:repeat(var(--azh-cols-mobile),minmax(0, 1fr))}.azh-slider-arrow{display:none}}.azh-card-click.azh-modal-trigger{appearance:none;padding:0;margin:0;border:0;background:0 0;cursor:pointer}button.azh-card-button{cursor:pointer;font-family:inherit}html.azh-modal-open{overflow:hidden}.azh-modal{position:fixed;inset:0;z-index:999999;display:flex;align-items:center;justify-content:center;padding:clamp(10px, 2vw, 24px);background:rgba(0,0,0,.58)}.azh-modal-dialog{position:relative;width:min(1500px, 100%);max-height:min(90vh, 980px);overflow:auto;border-radius:12px;background:#fff;color:inherit;box-shadow:0 20px 80px rgba(0,0,0,.32);outline:none}.azh-modal-content{padding:clamp(1.5rem, 4vw, 3rem)}.azh-modal-title{margin:0 0 1rem;color:#12372a;font-size:clamp(1.6rem, 3vw, 2.4rem);line-height:1.12;font-weight:700}.azh-modal-text{color:#444;font-size:1.2em;line-height:1.55em}.azh-modal-text p:first-child{margin-top:0}.azh-modal-text a{color:#6a645c;text-decoration:none !important;font-weight:700}.azh-modal-text a:hover,.azh-modal-text a:focus-visible{color:#514b45;text-decoration:none !important}.azh-modal-text img{max-width:100%;height:auto}.azh-modal-close{position:sticky;top:12px;float:right;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;margin:12px 12px 0 0;border:1px solid #b1967d;border-radius:999px;background:#ffebcd;color:#6a645c;font-size:1.6rem;line-height:1;cursor:pointer}.azh-modal-close:hover,.azh-modal-close:focus-visible{background:#f8dfbd;color:#514b45}@media (max-width:600px){.azh-modal{padding:10px;align-items:stretch}.azh-modal-dialog{max-height:calc(100vh - 20px);border-radius:10px}}.azh-modal-template[hidden]{display:none !important}.azh-modal-text figure,.azh-modal-text .wp-block-image,.azh-modal-text .wp-block-gallery,.azh-modal-text .gallery{max-width:100%}.azh-modal-text .wp-block-image img,.azh-modal-text .wp-block-gallery img,.azh-modal-text .gallery img,.azh-modal-text figure img{display:block;max-width:100%;height:auto}.azh-modal-text .wp-block-gallery{display:flex;flex-wrap:wrap;gap:1rem}.azh-modal-text .wp-block-gallery .wp-block-image{flex:1 1 220px;margin:0}.azh-modal-text .gallery{display:grid;gap:1rem;margin:1.5rem 0}.azh-modal-text .gallery-columns-1{grid-template-columns:1fr}.azh-modal-text .gallery-columns-2{grid-template-columns:repeat(2,minmax(0, 1fr))}.azh-modal-text .gallery-columns-3{grid-template-columns:repeat(3,minmax(0, 1fr))}.azh-modal-text .gallery-columns-4{grid-template-columns:repeat(4,minmax(0, 1fr))}.azh-modal-text .gallery-item{margin:0}.azh-modal-text .gallery-icon img{width:100%}@media (max-width:700px){.azh-modal-text .gallery-columns-3,.azh-modal-text .gallery-columns-4{grid-template-columns:repeat(2,minmax(0, 1fr))}}.azh-card-textlink,button.azh-card-textlink{color:#6a645c !important;font-weight:700 !important;text-decoration:none !important;line-height:1.35}.azh-card-textlink:hover,.azh-card-textlink:focus-visible,button.azh-card-textlink:hover,button.azh-card-textlink:focus-visible{color:#514b45 !important;text-decoration:none !important}.azh-modal-source-placeholder{display:none !important}.wp-block-azh-kartenbereich,.editor-styles-wrapper .wp-block-azh-kartenbereich{width:100%;max-width:none}.wp-block-azh-kartenbereich.alignwide,.editor-styles-wrapper .wp-block-azh-kartenbereich.alignwide{max-width:min(1180px, calc(100vw - 64px))}.wp-block-azh-kartenbereich.alignfull,.editor-styles-wrapper .wp-block-azh-kartenbereich.alignfull{max-width:none}.azh-karten-block-editor{min-height:80px}.azh-karten-block-toolbar{padding:12px 14px;margin-bottom:12px;border:1px solid rgba(177,150,125,.45);border-radius:8px;background:#fffaf3}.azh-karten-block-toolbar .components-base-control{margin-bottom:0}.azh-karten-block-preview{position:relative;width:100%}.azh-karten-block-preview .components-disabled{width:100%}.editor-styles-wrapper .azh-karten-block-preview .azh-section{margin:0}.editor-styles-wrapper .azh-karten-block-preview .azh-section-inner{width:min(1180px, calc(100% - 32px))}.editor-styles-wrapper .azh-karten-block-preview .azh-card a,.editor-styles-wrapper .azh-karten-block-preview .azh-card button,.editor-styles-wrapper .azh-karten-block-preview .azh-slider-viewport{pointer-events:none}.azh-karten-block-loading{display:flex;align-items:center;gap:8px;padding:18px;border:1px dashed #b1967d;background:#fffaf3;color:#6a645c}.azh-card-title,.azh-card-text,.azh-card-text p,.azh-card-text li,.azh-card-button,.azh-card-textlink{overflow-wrap:normal !important;word-break:keep-all !important;hyphens:none !important}.azh-card-body.azh-card-text-center,.azh-card-body.azh-card-text-center .azh-card-title,.azh-card-body.azh-card-text-center .azh-card-text,.azh-card-body.azh-card-text-center .azh-card-text *,.azh-card-body.azh-card-text-center .azh-card-textlink,.azh-card-body.azh-card-text-center button.azh-card-textlink{text-align:center !important}.azh-card-body.azh-card-text-right,.azh-card-body.azh-card-text-right .azh-card-title,.azh-card-body.azh-card-text-right .azh-card-text,.azh-card-body.azh-card-text-right .azh-card-text *,.azh-card-body.azh-card-text-right .azh-card-textlink,.azh-card-body.azh-card-text-right button.azh-card-textlink{text-align:right !important}.azh-card-body.azh-card-text-left,.azh-card-body.azh-card-text-left .azh-card-title,.azh-card-body.azh-card-text-left .azh-card-text,.azh-card-body.azh-card-text-left .azh-card-text *,.azh-card-body.azh-card-text-left .azh-card-textlink,.azh-card-body.azh-card-text-left button.azh-card-textlink{text-align:left !important}.azh-card-body .azh-card-text>:last-child{margin-bottom:0}.azh-card-body .azh-card-text+.azh-card-button,.azh-card-body .azh-card-text+.azh-card-textlink,.azh-card-body .azh-card-text+button.azh-card-textlink,.azh-card-body .azh-card-title+.azh-card-button,.azh-card-body .azh-card-title+.azh-card-textlink,.azh-card-body .azh-card-title+button.azh-card-textlink{margin-top:1rem}.azh-card-body.azh-card-linkpos-after_text .azh-card-button,.azh-card-body.azh-card-linkpos-after_text .azh-card-textlink,.azh-card-body.azh-card-linkpos-after_text button.azh-card-textlink,.azh-card-body.azh-card-v-center .azh-card-button,.azh-card-body.azh-card-v-center .azh-card-textlink,.azh-card-body.azh-card-v-center button.azh-card-textlink,.azh-card-body.azh-card-v-bottom .azh-card-button,.azh-card-body.azh-card-v-bottom .azh-card-textlink,.azh-card-body.azh-card-v-bottom button.azh-card-textlink{margin-top:1rem}.azh-card-body.azh-card-linkpos-bottom.azh-card-v-top .azh-card-button,.azh-card-body.azh-card-linkpos-bottom.azh-card-v-top .azh-card-textlink,.azh-card-body.azh-card-linkpos-bottom.azh-card-v-top button.azh-card-textlink{margin-top:auto}.azh-card-body.azh-card-text-center .azh-card-button,.azh-card-body.azh-card-text-center .azh-card-textlink,.azh-card-body.azh-card-text-center button.azh-card-textlink{align-self:center}.azh-card-body.azh-card-text-right .azh-card-button,.azh-card-body.azh-card-text-right .azh-card-textlink,.azh-card-body.azh-card-text-right button.azh-card-textlink{align-self:flex-end}.azh-card-body.azh-card-text-left .azh-card-button,.azh-card-body.azh-card-text-left .azh-card-textlink,.azh-card-body.azh-card-text-left button.azh-card-textlink{align-self:flex-start}.azh-card-body{min-width:0}.azh-card-body.azh-card-v-top{justify-content:flex-start !important}.azh-card-body.azh-card-v-center{justify-content:center !important}.azh-card-body.azh-card-v-bottom{justify-content:flex-end !important}.azh-card-body.azh-card-text-center{align-items:center !important;text-align:center !important}.azh-card-body.azh-card-text-center .azh-card-title,.azh-card-body.azh-card-text-center .azh-card-text{width:100% !important;max-width:100% !important;margin-left:auto !important;margin-right:auto !important;text-align:center !important}.azh-card-body.azh-card-text-center .azh-card-text p,.azh-card-body.azh-card-text-center .azh-card-text div,.azh-card-body.azh-card-text-center .azh-card-text span,.azh-card-body.azh-card-text-center .azh-card-text li,.azh-card-body.azh-card-text-center .azh-card-text a,.azh-card-body.azh-card-text-center .azh-card-text strong,.azh-card-body.azh-card-text-center .azh-card-text em,.azh-card-body.azh-card-text-center .azh-card-text *{text-align:center !important}.azh-card-body.azh-card-text-center .azh-card-button,.azh-card-body.azh-card-text-center .azh-card-textlink,.azh-card-body.azh-card-text-center button.azh-card-button,.azh-card-body.azh-card-text-center button.azh-card-textlink{align-self:center !important;margin-left:auto !important;margin-right:auto !important;text-align:center !important}.azh-card-body.azh-card-text-right{align-items:flex-end !important;text-align:right !important}.azh-card-body.azh-card-text-right .azh-card-title,.azh-card-body.azh-card-text-right .azh-card-text{width:100% !important;text-align:right !important}.azh-card-body.azh-card-text-left{align-items:flex-start !important;text-align:left !important}.azh-card-body.azh-card-text-left .azh-card-title,.azh-card-body.azh-card-text-left .azh-card-text{width:100% !important;text-align:left !important}.azh-card-body.azh-card-v-center .azh-card-button,.azh-card-body.azh-card-v-center .azh-card-textlink,.azh-card-body.azh-card-v-center button.azh-card-button,.azh-card-body.azh-card-v-center button.azh-card-textlink,.azh-card-body.azh-card-v-bottom .azh-card-button,.azh-card-body.azh-card-v-bottom .azh-card-textlink,.azh-card-body.azh-card-v-bottom button.azh-card-button,.azh-card-body.azh-card-v-bottom button.azh-card-textlink,.azh-card-body.azh-card-linkpos-after_text .azh-card-button,.azh-card-body.azh-card-linkpos-after_text .azh-card-textlink,.azh-card-body.azh-card-linkpos-after_text button.azh-card-button,.azh-card-body.azh-card-linkpos-after_text button.azh-card-textlink{margin-top:1rem !important}.azh-card-body.azh-card-linkpos-bottom.azh-card-v-top .azh-card-button,.azh-card-body.azh-card-linkpos-bottom.azh-card-v-top .azh-card-textlink,.azh-card-body.azh-card-linkpos-bottom.azh-card-v-top button.azh-card-button,.azh-card-body.azh-card-linkpos-bottom.azh-card-v-top button.azh-card-textlink{margin-top:auto !important}.azh-card-body.azh-card-text-center .azh-card-text>*,.azh-card-body.azh-card-text-center .azh-card-text p,.azh-card-body.azh-card-text-center .azh-card-text h1,.azh-card-body.azh-card-text-center .azh-card-text h2,.azh-card-body.azh-card-text-center .azh-card-text h3,.azh-card-body.azh-card-text-center .azh-card-text h4,.azh-card-body.azh-card-text-center .azh-card-text h5,.azh-card-body.azh-card-text-center .azh-card-text h6{text-align:center !important;margin-left:auto !important;margin-right:auto !important}.azh-card-body.azh-card-text-center .azh-card-text ul,.azh-card-body.azh-card-text-center .azh-card-text ol{display:inline-block !important;text-align:left !important}.azh-card-body{align-items:stretch !important}.azh-card-content{width:100% !important;max-width:100% !important;min-width:0;align-self:stretch !important;flex:1 1 auto;display:flex !important;flex-direction:column !important;align-items:stretch !important}.azh-card-body.azh-card-v-top .azh-card-content{justify-content:flex-start !important}.azh-card-body.azh-card-v-center .azh-card-content{justify-content:center !important}.azh-card-body.azh-card-v-bottom .azh-card-content{justify-content:flex-end !important}.azh-card-body.azh-card-text-center .azh-card-content,.azh-card-body.azh-card-text-center .azh-card-title,.azh-card-body.azh-card-text-center .azh-card-text{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;text-align:center !important}.azh-card-body.azh-card-text-left .azh-card-content,.azh-card-body.azh-card-text-left .azh-card-title,.azh-card-body.azh-card-text-left .azh-card-text{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;text-align:left !important}.azh-card-body.azh-card-text-right .azh-card-content,.azh-card-body.azh-card-text-right .azh-card-title,.azh-card-body.azh-card-text-right .azh-card-text{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;text-align:right !important}.azh-card-body.azh-card-text-center .azh-card-button,.azh-card-body.azh-card-text-center .azh-card-textlink,.azh-card-body.azh-card-text-center button.azh-card-button,.azh-card-body.azh-card-text-center button.azh-card-textlink{align-self:center !important;margin-left:0 !important;margin-right:0 !important}.azh-card-body.azh-card-text-left .azh-card-button,.azh-card-body.azh-card-text-left .azh-card-textlink,.azh-card-body.azh-card-text-left button.azh-card-button,.azh-card-body.azh-card-text-left button.azh-card-textlink{align-self:flex-start !important;margin-left:0 !important;margin-right:0 !important}.azh-card-body.azh-card-text-right .azh-card-button,.azh-card-body.azh-card-text-right .azh-card-textlink,.azh-card-body.azh-card-text-right button.azh-card-button,.azh-card-body.azh-card-text-right button.azh-card-textlink{align-self:flex-end !important;margin-left:0 !important;margin-right:0 !important}.azh-card-title,.azh-card-text,.azh-card-text p,.azh-card-text li,.azh-card-button,.azh-card-textlink{overflow-wrap:normal !important;word-break:normal !important;hyphens:none !important}.azh-card-body,.azh-card-content,.azh-card-title,.azh-card-text{min-width:0 !important}.azh-card-body.azh-card-text-center .azh-card-content,.azh-card-body.azh-card-text-center .azh-card-title,.azh-card-body.azh-card-text-center .azh-card-text,.azh-card-body.azh-card-text-center .azh-card-text p{text-align:center !important;width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important}.azh-card{container-type:inline-size}.azh-card-body{align-items:stretch !important}.azh-card-body.azh-card-text-center,.azh-card-body.azh-card-text-left,.azh-card-body.azh-card-text-right{align-items:stretch !important}.azh-card-title,.azh-card-text{width:100% !important;max-width:100% !important;box-sizing:border-box !important;margin-left:0 !important;margin-right:0 !important}.azh-card-title{font-size:var(--azh-card-title-fit-size,clamp(1.05rem, 1.35vw, 1.35rem));text-wrap:balance;overflow-wrap:normal !important;word-break:normal !important;hyphens:none !important}@supports (font-size:1cqw){.azh-card-title{font-size:var(--azh-card-title-fit-size,clamp(1rem, 7cqw, 1.35rem))}}.azh-card-text,.azh-card-text p,.azh-card-text li,.azh-card-button,.azh-card-textlink{overflow-wrap:normal !important;word-break:normal !important;hyphens:none !important}.azh-card-body.azh-card-text-center .azh-card-title,.azh-card-body.azh-card-text-center .azh-card-text,.azh-card-body.azh-card-text-center .azh-card-text p,.azh-card-body.azh-card-text-center .azh-card-text li,.azh-card-body.azh-card-text-center .azh-card-text>*{text-align:center !important}.azh-card-body.azh-card-text-left .azh-card-title,.azh-card-body.azh-card-text-left .azh-card-text,.azh-card-body.azh-card-text-left .azh-card-text p,.azh-card-body.azh-card-text-left .azh-card-text li,.azh-card-body.azh-card-text-left .azh-card-text>*{text-align:left !important}.azh-card-body.azh-card-text-right .azh-card-title,.azh-card-body.azh-card-text-right .azh-card-text,.azh-card-body.azh-card-text-right .azh-card-text p,.azh-card-body.azh-card-text-right .azh-card-text li,.azh-card-body.azh-card-text-right .azh-card-text>*{text-align:right !important}.azh-card-title{font-size:var(--azh-card-title-fit-size,clamp(1.05rem, 1.35vw, 1.35rem)) !important;overflow-wrap:normal !important;word-break:normal !important;hyphens:none !important;text-wrap:balance}@supports (font-size:1cqw){.azh-card-title{font-size:var(--azh-card-title-fit-size,clamp(1rem, 7cqw, 1.35rem)) !important}}.azh-card-body.azh-card-text-center .azh-card-title,.azh-card-body.azh-card-text-center .azh-card-text,.azh-card-body.azh-card-text-center .azh-card-text p,.azh-card-body.azh-card-text-center .azh-card-text li{text-align:center !important}.azh-card-body.azh-card-text-center .azh-card-title,.azh-card-body.azh-card-text-center .azh-card-text{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important}.azh-card-title{text-wrap:wrap !important;white-space:normal !important;overflow-wrap:normal !important;word-break:normal !important;hyphens:none !important;box-sizing:border-box !important}.azh-card-body.azh-card-text-center .azh-card-title{text-align:center !important;margin-left:auto !important;margin-right:auto !important}.azh-card-body .azh-card-text{width:100% !important;max-width:100% !important;min-width:0 !important;box-sizing:border-box !important;white-space:normal !important;overflow-wrap:normal !important;word-break:normal !important;hyphens:none !important}.azh-card-body .azh-card-text>*{width:100% !important;max-width:100% !important;min-width:0 !important;box-sizing:border-box !important;white-space:normal !important;overflow-wrap:normal !important;word-break:normal !important;hyphens:none !important}.azh-card-body .azh-card-text .box,.azh-card-body .azh-card-text p.box{display:block !important;width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important}.azh-card-body.azh-card-text-center .azh-card-text,.azh-card-body.azh-card-text-center .azh-card-text>*,.azh-card-body.azh-card-text-center .azh-card-text p,.azh-card-body.azh-card-text-center .azh-card-text .box{text-align:center !important;margin-left:0 !important;margin-right:0 !important}.azh-card-body.azh-card-text-left .azh-card-text,.azh-card-body.azh-card-text-left .azh-card-text>*,.azh-card-body.azh-card-text-left .azh-card-text p{text-align:left !important}.azh-card-body.azh-card-text-right .azh-card-text,.azh-card-body.azh-card-text-right .azh-card-text>*,.azh-card-body.azh-card-text-right .azh-card-text p{text-align:right !important}.azh-section[style*="--azh-card-text-fit-size"] .azh-card-text,.azh-section[style*="--azh-card-text-fit-size"] .azh-card-text>*{font-size:var(--azh-card-text-fit-size) !important}.azh-section{--azh-card-text-fit-size:unset}.azh-card-body{align-items:stretch !important;min-width:0 !important}.azh-card-body .azh-card-text{display:block !important;width:100% !important;max-width:100% !important;min-width:0 !important;box-sizing:border-box !important;margin-left:0 !important;margin-right:0 !important;transform:none !important}.azh-card-body .azh-card-text>*,.azh-card-body .azh-card-text p,.azh-card-body .azh-card-text p.box,.azh-card-body .azh-card-text .box{max-width:100% !important;box-sizing:border-box !important;transform:none !important;left:auto !important;right:auto !important;float:none !important;clear:none !important;white-space:normal !important;overflow-wrap:normal !important;word-break:normal !important;hyphens:none !important}.azh-card-body.azh-card-text-center .azh-card-text,.azh-card-body.azh-card-text-center .azh-card-text>*,.azh-card-body.azh-card-text-center .azh-card-text p,.azh-card-body.azh-card-text-center .azh-card-text p.box,.azh-card-body.azh-card-text-center .azh-card-text .box,.azh-card-body.azh-card-text-center .azh-card-text .has-text-align-center{text-align:center !important;margin-left:auto !important;margin-right:auto !important}.azh-card-body.azh-card-text-left .azh-card-text,.azh-card-body.azh-card-text-left .azh-card-text>*,.azh-card-body.azh-card-text-left .azh-card-text p{text-align:left !important;margin-left:0 !important;margin-right:auto !important}.azh-card-body.azh-card-text-right .azh-card-text,.azh-card-body.azh-card-text-right .azh-card-text>*,.azh-card-body.azh-card-text-right .azh-card-text p{text-align:right !important;margin-left:auto !important;margin-right:0 !important}.azh-card-body .azh-card-text>:last-child{margin-bottom:0 !important}.azh-card-body{--azh-card-content-offset-y:0px}.azh-card-body>.azh-card-title,.azh-card-body>.azh-card-text,.azh-card-body>.azh-card-button,.azh-card-body>.azh-card-textlink,.azh-card-body>button.azh-card-button,.azh-card-body>button.azh-card-textlink{transform:translateY(var(--azh-card-content-offset-y))}.azh-card-body.azh-card-v-center{justify-content:center !important}.azh-card-body.azh-card-v-center>.azh-card-title,.azh-card-body.azh-card-v-center>.azh-card-text,.azh-card-body.azh-card-v-center>.azh-card-button,.azh-card-body.azh-card-v-center>.azh-card-textlink,.azh-card-body.azh-card-v-center>button.azh-card-button,.azh-card-body.azh-card-v-center>button.azh-card-textlink{flex:0 0 auto !important}.azh-card-body.azh-card-v-center .azh-card-text>:first-child{margin-top:0 !important}.azh-card-body.azh-card-v-center .azh-card-text>:last-child{margin-bottom:0 !important}.azh-card-body.azh-card-v-center .azh-card-text>p:only-child,.azh-card-body.azh-card-v-center .azh-card-text>.box:only-child{margin-top:0 !important;margin-bottom:0 !important}