.card-full-width-container{height:auto;position:relative;width:100%}.card-full-width-row{background-color:bisque}.card-full-width{display:flex;flex-direction:row;flex-wrap:wrap;gap:1rem}.card-full-width-section{display:flex;justify-content:space-between;width:100%}.card-full-width__card{align-items:center;align-self:flex-end;display:flex;flex:0 0 100%;flex-wrap:wrap;margin-bottom:var(--space-s);position:relative;transition:all .3s ease-out;width:100%}.card-full-width__card .card-full-width__content{align-items:flex-end;display:flex;height:100%;justify-content:space-between;padding:var(--space-s);width:100%}.card-full-width__card .card-full-width__content-texts{display:flex;flex-direction:column}@media (max-width:768px){.card-full-width{gap:.5rem}}@media (max-width:425px){.card-full-width__card{padding:1rem 0}}.card-full-width-card__image-wrapper{align-items:flex-end;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:16px;box-shadow:var(--card-default-shadow);display:flex;height:480px;min-height:180px;overflow:hidden;position:relative;transition:box-shadow .2s ease-out;width:100%}.card-full-width__overlay{height:100%;left:0;position:absolute;top:0;width:100%}.card-full-width__overlay.mode-dark{background:linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.35))}.card-full-width__overlay.mode-light{background:linear-gradient(hsla(0,0%,100%,.1),hsla(0,0%,100%,.35))}.card-full-width-card__image-wrapper:active,.card-full-width__card:active .card-full-width-card__image-wrapper,.card-full-width__card:hover .card-full-width-card__image-wrapper{box-shadow:var(--card-active-shadow)}.card-full-width__label{margin:var(--space-s) 0 var(--space-xs)}.card-full-width__text--title{margin-bottom:0;margin-top:0;width:100%}.card-full-width__label.mode-light,.card-full-width__text--title.mode-light{color:#000}.card-full-width__label.mode-dark,.card-full-width__text--title.mode-dark{color:#fff}.card-full-width__text--title h4{line-height:normal;margin:var(--space-xs) 0 0}.card-full-width-buttons{margin-top:var(--space-l)}.card-full-width-buttons a{margin-right:var(--space-s)}@media (max-width:768px){.card-full-width-buttons{margin-top:var(--space-s)}.card-full-width-buttons a{margin-bottom:var(--space-m)}.card-full-width-buttons a:last-child{margin-bottom:0}}