.text-gallery{padding-bottom:30px;padding-bottom:calc(var(--padding-bottom, 60px)/2);padding-top:30px;padding-top:calc(var(--padding-top, 60px)/2)}@media(min-width:700px){.text-gallery{padding-bottom:60px;padding-bottom:var(--padding-bottom,60px);padding-left:24px;padding-right:24px;padding-top:60px;padding-top:var(--padding-top,60px)}}.text-gallery--orange{background-color:#ff5c0a;color:#000}.text-gallery__wrapper{height:580px;height:calc(500px + (var(--total-items, 3) - 1)*40px);max-width:1007px;position:relative}@media(min-width:700px){.text-gallery__wrapper{height:714px}}.text-gallery--left{margin:0 31px}@media(min-width:700px){.text-gallery--left{margin-left:48px;margin-right:0}}.text-gallery--right{margin:0 31px}@media(min-width:700px){.text-gallery--right{margin-left:auto;margin-right:48px;margin-right:var(--stack-margin,48px)}}.text-gallery__arrow{cursor:pointer;transition:opacity .75s cubic-bezier(.19,1,.22,1)}.text-gallery__arrow svg path{fill:#ff5c0a}.text-gallery__item{border:1px solid #000;color:#ff5c0a;display:flex;flex-direction:column;height:500px;justify-content:space-between;left:0;overflow:hidden;padding:10px;position:absolute;top:var(--offset-mobile);transition:top .75s cubic-bezier(.19,1,.22,1),left .75s cubic-bezier(.19,1,.22,1),z-index 0s 0s;width:100%}@media(min-width:700px){.text-gallery__item{flex-direction:row;height:674px;left:var(--offset-desktop);padding:24px 20px;top:40px;width:calc(100% - 96px)}}.text-gallery__item.is-entering{background-color:#000;left:0;top:0}.text-gallery__item.is-entering .text-gallery__index{color:#ff5c0a}.text-gallery__item.is-entering .text-gallery__image{opacity:1;transition:opacity .75s cubic-bezier(.19,1,.22,1)}.text-gallery__item.is-entering .text-gallery__label:before{transform:scaleX(0)}.text-gallery__item.is-entering .text-gallery__arrow{opacity:1;pointer-events:auto}.text-gallery__item:not(.is-entering){background-color:#ff5c0a}.text-gallery__item:not(.is-entering) .text-gallery__index{color:#000}.text-gallery__item:not(.is-entering) .text-gallery__image{opacity:0;transition:opacity 0s 0s}.text-gallery__item:not(.is-entering) .text-gallery__label:before{transform:scaleX(1)}.text-gallery__item:not(.is-entering) .text-gallery__arrow{opacity:0;pointer-events:none}.text-gallery__item.is-exiting{transition:top .75s cubic-bezier(.19,1,.22,1),left .75s cubic-bezier(.19,1,.22,1),z-index 0s 0s}.text-gallery__image{bottom:0;left:0;position:absolute;right:0;top:0;z-index:0}.text-gallery__image img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.text-gallery .flex-between{position:relative;z-index:1}.text-gallery__label{max-width:650px;position:relative;width:-moz-fit-content;width:fit-content}.text-gallery__label:before{background:#ff5c0a;content:"";height:100%;left:0;position:absolute;top:0;transform:scaleX(0);transform-origin:right;transition:transform .75s cubic-bezier(.19,1,.22,1) .2s;width:100%}.text-gallery__text{max-width:650px}.text-gallery__index{line-height:75%}.text-gallery:not(.text-gallery--orange){background-color:#000}.text-gallery:not(.text-gallery--orange) .text-gallery__item{border-color:#ff5c0a;color:#000}.text-gallery:not(.text-gallery--orange) .text-gallery__item.is-entering{background-color:#ff5c0a}.text-gallery:not(.text-gallery--orange) .text-gallery__item.is-entering .text-gallery__index{color:#000}.text-gallery:not(.text-gallery--orange) .text-gallery__item:not(.is-entering){background-color:#000}.text-gallery:not(.text-gallery--orange) .text-gallery__item:not(.is-entering) .text-gallery__index{color:#ff5c0a}.text-gallery:not(.text-gallery--orange) .text-gallery__arrow svg path{fill:#000}.text-gallery:not(.text-gallery--orange) .text-gallery__label:before{background:#000}.flex-between{display:flex;flex-direction:column;justify-content:space-between}.flex-between.flex-height{height:100%}.flex-between.flex-end{align-items:end;flex-direction:row;margin-top:24px}@media(min-width:700px){.flex-between.flex-end{flex-direction:column;margin-top:20px}}