.dnd-row:has(.module-hero--medium),.dnd-row:has(.module-hero--small),.dnd-row:has(.module-hero--standard){min-height:0!important}.module-hero{overflow:hidden}.module-hero,.module-hero .container{align-items:flex-end;display:flex;position:relative}.module-hero .container{height:100%;justify-content:flex-start;max-width:var(--container-edge);padding-inline:var(--edge-padding);text-align:left;width:100%}.module-hero--small{height:500px!important;min-height:500px!important}.module-hero--medium{height:672px!important;min-height:672px!important}.module-hero--standard{height:800px!important;min-height:800px!important}.module-hero--large{height:90vh!important;min-height:672px!important}.module-hero--full{height:100vh!important;min-height:100vh!important}.module-hero__bg-image{object-fit:cover;object-position:center}.module-hero__bg-image,.module-hero__bg-placeholder{height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.module-hero__bg-placeholder{background:linear-gradient(135deg,var(--color-primary-dark) 0,var(--color-accent-purple) 100%)}.module-hero__overlay{background:linear-gradient(90deg,rgba(0,0,0,.65) 0,rgba(0,0,0,.35) 20%,transparent 35%);inset:0;position:absolute;z-index:1}.module-hero__content{margin-left:0;margin-right:auto;padding-bottom:56px;padding-top:70px;position:relative;text-align:left!important;width:100%;z-index:2}.module-hero--width-full .module-hero__content{max-width:100%}.module-hero--width-half .module-hero__content{max-width:50%}.module-hero--width-third .module-hero__content{max-width:33.333%}.module-hero__small-headline,.module-hero__small-headline *,.module-hero__small-headline p{color:#fff!important;font-size:13px!important;font-weight:500!important;letter-spacing:.1em!important;margin-bottom:16px;text-transform:uppercase!important}.module-hero__headline{color:#fff;font-size:80px;font-weight:var(--font-weight-bold);letter-spacing:-.02em;line-height:1;max-width:600px;text-shadow:0 2px 12px rgba(0,0,0,.25)}.module-hero__body{color:#fff;font-size:19px;font-weight:500;line-height:var(--text-body-md-lh);margin-bottom:32px;max-width:480px;text-shadow:0 1px 4px rgba(0,0,0,.2)}.module-hero__body ul{list-style:none;margin:0;padding:0}.module-hero__body ul li{color:#fff;font-size:var(--text-body-sm-size);margin-bottom:6px;padding-left:16px;position:relative}.module-hero__body ul li:before{color:hsla(0,0%,100%,.6);content:"–";left:0;position:absolute}.module-hero__buttons{display:flex;flex-wrap:wrap;gap:12px}.module-hero__buttons--right{align-items:center;bottom:56px;flex-direction:row;gap:12px;position:absolute;right:0}.module-hero__btn--corner,.module-hero__btn-corner{align-items:center;bottom:56px;display:flex;gap:12px;position:absolute;right:0}.module-hero__btn{border-radius:100px;cursor:pointer;display:inline-block;font-family:var(--font-primary);font-size:13px;font-weight:600;letter-spacing:.03em;line-height:1.2;padding:9px 24px;text-decoration:none;transition:all .2s ease;white-space:nowrap}.module-hero__btn--light-green{background:#28918e;border:none;color:#fff}.module-hero__btn--light-green:hover{background:#2aa09d;transform:translateY(-2px)}.module-hero__btn--outline-light{background:transparent;border:2px solid #054653;color:#054653}.module-hero__btn--outline-light:hover{background:rgba(5,70,83,.08);transform:translateY(-2px)}.module-hero__btn--outline-dark{background:transparent;border:2px solid #fff;color:#fff}.module-hero__btn--outline-dark:hover{background:hsla(0,0%,100%,.12);transform:translateY(-2px)}.module-hero__btn--glass{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.4);color:#fff}.module-hero__btn--glass:hover{background:hsla(0,0%,100%,.2);transform:translateY(-2px)}@media (max-width:768px){.module-hero--full,.module-hero--large,.module-hero--medium,.module-hero--small,.module-hero--standard{height:auto!important;min-height:420px!important}.module-hero{align-items:flex-end}.module-hero .container{padding-inline:0}.module-hero__content{padding:90px 16px 40px}.module-hero__headline{font-size:36px;max-width:100%}.module-hero__body{max-width:100%}.module-hero__buttons{align-items:flex-start;flex-direction:column;gap:10px}.btn-glass{width:auto}.module-hero--width-full .module-hero__content,.module-hero--width-half .module-hero__content,.module-hero--width-third .module-hero__content{max-width:100%}.module-hero__btn{text-align:center;white-space:normal;width:auto}}.module-hero-split{overflow-x:hidden;width:100%}.module-hero-split__grid{align-items:stretch;display:grid}.module-hero-split--small .module-hero-split__grid{min-height:500px}.module-hero-split--medium .module-hero-split__grid{min-height:672px}.module-hero-split--standard .module-hero-split__grid{min-height:800px}.module-hero-split--large .module-hero-split__grid{min-height:90vh}.module-hero-split--full .module-hero-split__grid{min-height:100vh}.module-hero-split--50-50 .module-hero-split__grid{grid-template-columns:1fr 1fr}.module-hero-split--60-40 .module-hero-split__grid{grid-template-columns:1.5fr 1fr}.module-hero-split--40-60 .module-hero-split__grid{grid-template-columns:1fr 1.5fr}.module-hero-split--reverse .module-hero-split__grid{direction:rtl}.module-hero-split--reverse .module-hero-split__grid>*{direction:ltr}.module-hero-split__text{display:flex;flex-direction:column;padding:var(--space-2xl);position:relative}.module-hero-split--white .module-hero-split__text{background:var(--color-bg-default);color:var(--color-text-primary)}.module-hero-split--subtle .module-hero-split__text{background:var(--color-bg-subtle);color:var(--color-text-primary)}.module-hero-split--green-light .module-hero-split__text{background:#f1f9fa;color:var(--color-text-primary)}.module-hero-split--teal .module-hero-split__text{background:linear-gradient(180deg,#218987 0,#054653 51%,#000);color:#fff}.module-hero-split--dark .module-hero-split__text{background:var(--color-text-primary);color:#fff}.module-hero-split__small-headline{font-family:var(--font-primary);font-size:13px;font-weight:500;letter-spacing:.1em;margin-bottom:var(--space-md);opacity:.9;padding-top:40px;text-transform:uppercase}.module-hero-split__headline{font-size:var(--text-h1-size);font-weight:var(--font-weight-bold);letter-spacing:var(--text-h1-ls);line-height:var(--text-h1-lh)}.module-hero-split__body,.module-hero-split__headline{font-family:var(--font-primary);margin-bottom:var(--space-lg)}.module-hero-split__body{font-size:19px;font-weight:500;line-height:var(--text-body-md-lh)}.module-hero-split__buttons{display:flex;flex-wrap:wrap;gap:var(--space-md)}.module-hero-split__image{overflow:hidden;position:relative}.module-hero-split__img{height:100%;object-fit:cover;width:100%}@media (max-width:768px){.module-hero-split--40-60 .module-hero-split__grid,.module-hero-split--50-50 .module-hero-split__grid,.module-hero-split--60-40 .module-hero-split__grid,.module-hero-split__grid{direction:ltr;grid-template-columns:1fr}.module-hero-split__image{min-height:400px}}