:root{--fullwidth-section-padding:var(--spacing-40) var(--spacing-xl);--fullwidth-direction:column;--fullwidth-image-border:var(--border-radius-xl) var(--border-radius-xl) 0 0}@media (min-width:768px){:root{--fullwidth-section-padding:var(--spacing-80) var(--spacing-xl);--fullwidth-direction:row;--fullwidth-image-border:var(--border-radius-xl) 0 0 var(--border-radius-xl) 0}}@media (min-width:1024px){:root{--fullwidth-section-padding:var(--spacing-80) var(--spacing-40)}}.fullwidth.section{background-size:0;padding:var(--fullwidth-section-padding)}@media (min-width:1920px){.fullwidth .wrapper{max-width:90rem}}.fullwidth .wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;flex-direction:var(--fullwidth-direction);background-color:#2b2b2b;border-radius:var(--border-radius-xl);overflow:hidden}.fullwidth .image{border-radius:var(--border-radius-xl) var(--border-radius-xl) 0 0;border-radius:var(--fullwidth-image-border);overflow:hidden;max-height:24rem}@media (min-width:768px){.fullwidth .image{-webkit-box-flex:1;-ms-flex:1 1 45%;flex:1 1 45%}}@media (max-width:640px){.fullwidth .image{aspect-ratio:3/2}}.fullwidth .image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.fullwidth .info-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;grid-gap:var(--spacing-xl);gap:var(--spacing-xl);padding:var(--spacing-40)}@media (min-width:768px){.fullwidth .info-text{-webkit-box-flex:1;-ms-flex:1 1 55%;flex:1 1 55%}}.fullwidth .info-text p:last-of-type{margin-bottom:0}.fullwidth .info-text h2{position:relative;font-weight:500;font-size:2rem;margin-bottom:var(--spacing-xl)}@supports (font-size:clamp(1rem,5vw,2rem)){.fullwidth .info-text h2{font-size:clamp(1.5rem,3vw,2rem)}}.fullwidth .info-text h2:after{content:"";position:absolute;bottom:calc(var(--spacing-xl)*-1);left:0;background:-webkit-gradient(linear,left top,right top,from(#85276b),color-stop(#bc90c1),color-stop(#ded0e7),to(#97d700));background:linear-gradient(90deg,#85276b,#bc90c1,#ded0e7,#97d700);width:100%;height:2px}.fullwidth .info-text .btn{background-color:#fcfcfc;margin-left:0;margin-right:auto}.fullwidth .info-text .btn:hover{background-color:#85267b}