@charset "UTF-8";:root{--rsce-teaser-box-margin-block:clamp(1.25rem,2vw,2rem);--rsce-teaser-box-max-width:1440px;--rsce-teaser-box-inner-gap:clamp(1rem,2vw,0.6rem);--rsce-teaser-box-section-pad-y:4rem;--rsce-teaser-box-section-pad-x:1rem;--rsce-teaser-box-radius-xxl:20px;--rsce-teaser-box-shadow-soft:0 10px 30px rgba(0,0,0,0.12);--rsce-teaser-box-bg-dark:#3b4044;--rsce-teaser-box-text-on-dark:#e6e9ec;--rsce-teaser-box-accent:#f5a300;--rsce-teaser-box-cta-text:#1f2937;--rsce-teaser-box-title-size:clamp(1.8rem,2.6vw,3rem);--rsce-teaser-box-text-size:clamp(1rem,1.2vw,1.25rem);--rsce-teaser-box-title-lineheight:1.2;--rsce-teaser-box-btn-radius:0.5rem;--rsce-teaser-box-btn-pad-y:12px;--rsce-teaser-box-btn-pad-x:18px}.ce_rsce_teaser_box{margin-block:var(--rsce-teaser-box-margin-block)}.ce_rsce_teaser_box .ce_rsce_teaser_box__inside{display:grid;gap:var(--rsce-teaser-box-inner-gap);align-items:stretch;margin:0 auto;width:100%;max-width:var(--rsce-teaser-box-max-width);padding:var(--rsce-teaser-box-section-pad-y) var(--rsce-teaser-box-section-pad-x)}@media (min-width:800px){.ce_rsce_teaser_box .ce_rsce_teaser_box__inside{grid-template-columns:1fr 1fr}}.ce_rsce_teaser_box .ce_rsce_teaser_box__media{border-radius:var(--rsce-teaser-box-radius-xxl);overflow:hidden;box-shadow:var(--rsce-teaser-box-shadow-soft);background:#eef1f4;height:100%;display:flex;align-items:stretch}.ce_rsce_teaser_box .ce_rsce_teaser_box__media img,.ce_rsce_teaser_box .ce_rsce_teaser_box__media picture{display:block;width:100%;height:100%;object-fit:cover}.ce_rsce_teaser_box .ce_rsce_teaser_box__media figure.image_container{margin:0;width:100%;height:100%;display:flex}.ce_rsce_teaser_box .ce_rsce_teaser_box__content{background:var(--rsce-teaser-box-bg-dark);color:var(--rsce-teaser-box-text-on-dark);border-radius:var(--rsce-teaser-box-radius-xxl);box-shadow:var(--rsce-teaser-box-shadow-soft);padding:6rem 3rem;display:grid;align-content:center;justify-items:center;text-align:center;height:100%}@media screen and (max-width:800px){.ce_rsce_teaser_box .ce_rsce_teaser_box__content{padding:3rem 1rem}}@media screen and (max-width:480px){.ce_rsce_teaser_box .ce_rsce_teaser_box__content{padding:2rem 1rem}}.ce_rsce_teaser_box .ce_rsce_teaser_box__title{font-size:var(--rsce-teaser-box-title-size);font-weight:700;margin-bottom:2rem;color:var(--rsce-teaser-box-text-on-dark);line-height:var(--rsce-teaser-box-title-lineheight)}.ce_rsce_teaser_box .ce_rsce_teaser_box__title .highlight,.ce_rsce_teaser_box .ce_rsce_teaser_box__title em,.ce_rsce_teaser_box .ce_rsce_teaser_box__title strong{color:var(--rsce-teaser-box-accent);font-style:normal}.ce_rsce_teaser_box .ce_rsce_teaser_box__text{font-size:var(--rsce-teaser-box-text-size);line-height:1.6;color:rgba(230,233,236,0.85);max-width:46ch;margin-bottom:2rem}.ce_rsce_teaser_box .button{display:inline-block;padding:var(--rsce-teaser-box-btn-pad-y) var(--rsce-teaser-box-btn-pad-x);border-radius:var(--rsce-teaser-box-btn-radius);background:var(--rsce-teaser-box-accent);color:var(--rsce-teaser-box-cta-text);font-weight:400;text-decoration:none;transition:all 0.2s ease;height:auto}.ce_rsce_teaser_box .button:hover{background:var(--button-color-accent-buttton-accent-background-hover-color,#F9BF5A);color:var(--button-text-accent-button-accent-text-default-color,#393D40)}