.cint__title{margin-bottom:var(--spacer_32)}.cint:has(.cint__subtitle) .cint__title{margin-bottom:var(--spacer_16)}.cint__subtitle{margin-bottom:var(--spacer_32);max-width:81.2rem}.cint__subtitle,.cint__subtitle *{color:var(--black_color);font-family:Raleway;font-size:22px;font-weight:var(--font_weight_600);line-height:1.4}.cint__subtitle :last-child{margin-bottom:0}.cint__cards-list{display:flex;flex-wrap:wrap;gap:var(--spacer_20)}.cint__cards-list-item{background-color:#f0f0ec;border-radius:24px;cursor:pointer;padding:var(--spacer_20) var(--spacer_20) var(--spacer_40);position:relative;transition:transform var(--slow_transition);width:calc(33.33333% - var(--spacer_20)*2/3)}@media (hover:hover){.cint__cards-list-item:hover{transform:scale(1.04)}}.cint__cards-list-item-trigger{background:none;border:0;border-radius:24px;cursor:pointer;height:100%;inset:0;padding:0;position:absolute;width:100%}.cint__cards-list-item:has(.cint__cards-list-item-video){cursor:pointer}.cint__cards-list-item-image,.cint__cards-list-item-video{aspect-ratio:612/348;border-radius:12px;object-fit:cover;width:100%}.cint__cards-list-item-video-player{border-radius:12px;display:block;height:100%;object-fit:cover;width:100%}.cint__cards-list-item-body{display:flex;flex-direction:column;gap:var(--spacer_8);margin-top:var(--spacer_16);padding:0 var(--spacer_16)}.cint__cards-list-item-tag{background:#d1d1cb;border-radius:8px;color:#0a0a09;font-family:Raleway;font-weight:var(--font_weight_300);letter-spacing:3.2px;line-height:1;margin-bottom:var(--spacer_8);padding:var(--spacer_8) var(--spacer_12);text-transform:uppercase;width:fit-content}.cint__cards-list-item-title{font-weight:var(--font_weight_700);margin-bottom:0}.cint__cards-list-item-subtitle{color:#6c6c68;font-family:Raleway;font-size:20px;font-weight:var(--font_weight_600);line-height:1.4}.cint__cards-list-item-content{margin-top:var(--spacer_8)}.cint__cards-list-item-content,.cint__cards-list-item-content *{color:#6c6c68;font-size:20px;line-height:1.6;line-height:1.4;text-overflow:ellipsis}.cint__cards-list-item-content :last-child{margin-bottom:0}.cint__modal[hidden]{display:none}.cint__modal{align-items:center;display:flex;inset:0;justify-content:center;padding:var(--spacer_20);position:fixed;z-index:1000}.cint__modal-overlay{animation:cintFade .5s;background-color:rgba(0,0,0,.55);inset:0;position:absolute}.cint__modal-dialog{animation:cintPop .5s both;background-color:#f0f0ec;border-radius:24px;max-height:90vh;max-width:52rem;overflow-y:auto;padding:var(--spacer_20) var(--spacer_20) var(--spacer_40);position:relative;width:100%}.cint__modal-close{align-items:center;background-color:#f0f0ec;border-radius:50%;color:#6c6c68;cursor:pointer;display:flex;height:4.8rem;justify-content:center;padding:0;position:absolute;right:var(--spacer_16);top:var(--spacer_16);width:4.8rem;z-index:1}.cint__modal-close svg{height:3.2rem;width:3.2rem}.cint__modal-close:after,.cint__modal-close:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='5' fill='none' viewBox='0 0 6 5'%3E%3Cpath fill='%23f0f0ec' d='M6.001 5H0c1.59 0 2.955-2.045 1.818-3.863A39 39 0 0 1 1.272 0h4.729z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:cover;content:"";display:inline-block;height:7px;position:absolute;width:7px;z-index:2}.cint__modal-close:before{left:3.5px;top:2.5px}.cint__modal-close:after{bottom:4px;right:3.5px;transform:rotate(-90deg)}.cint__modal-content .cint__cards-list-item-content,.cint__modal-content .cint__cards-list-item-title{padding:0 var(--spacer_10)}.cint__modal-content .cint__cards-list-item-image,.cint__modal-content .cint__cards-list-item-video{aspect-ratio:612/348;border-radius:12px;object-fit:cover;width:100%}body.cint-modal-open{overflow:hidden}@keyframes cintFade{0%{opacity:0}to{opacity:1}}@keyframes cintPop{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@media (max-width:1024px){.cint__cards-list{justify-content:center}.cint__cards-list-item{max-width:65rem;min-height:unset;width:100%}.cint__cards-list-item,.cint__modal-dialog{padding:var(--spacer_10) var(--spacer_10) var(--spacer_20)}.cint__modal-close{height:4rem;right:var(--spacer_6);top:var(--spacer_6);width:4rem}.cint__modal-close svg{height:2.6rem;width:2.6rem}.cint__modal-close:before{left:2px;top:2.5px}.cint__modal-close:after{bottom:2px;right:3.5px;transform:rotate(-90deg)}}