.theme-referencies{--ref-py: 2.5rem;--ref-section-gap: 1.5rem;--ref-row-gx: 1rem;--ref-row-gy: 1.5rem;--ref-card-gap: 1rem;--ref-card-pad: .875rem;--ref-badge-fs: .875rem;--ref-badge-h: 1.75rem;--ref-arrow-size: 2rem;padding:var(--ref-py) 0}.theme-referencies.section-bg--blue{background-color:var(--color-bg-blue)}.theme-referencies.section-bg--deep-blue{background-color:var(--color-deep-blue);color:var(--theme-base-light)}.theme-referencies.section-bg--deep-blue .theme-referencies__title,.theme-referencies.section-bg--deep-blue .theme-referencies__description,.theme-referencies.section-bg--deep-blue .theme-referencies__description p,.theme-referencies.section-bg--deep-blue .theme-referencies__placeholder{color:var(--theme-base-light)}.theme-referencies.section-bg--black{background-color:var(--color-black);color:var(--theme-base-light)}.theme-referencies.section-bg--black .theme-referencies__title,.theme-referencies.section-bg--black .theme-referencies__description,.theme-referencies.section-bg--black .theme-referencies__description p,.theme-referencies.section-bg--black .theme-referencies__placeholder{color:var(--theme-base-light)}.theme-referencies__container{display:flex;flex-direction:column;align-items:center;gap:var(--ref-section-gap)}.theme-referencies__header{width:100%;max-width:60rem;text-align:center;display:flex;flex-direction:column;gap:1rem}.theme-referencies__title,.theme-referencies__title.h1,.theme-referencies__title.h2,.theme-referencies__title.h3,.theme-referencies__title.h4,.theme-referencies__title.h5{margin:0;color:var(--color-deep-blue);hyphens:auto;-webkit-hyphens:auto}.theme-referencies__title .accent{color:var(--theme-secondary-color)}.theme-referencies__description{margin:0}.theme-referencies__description p{margin:0 0 .75rem;font-size:var(--theme-base-fs);line-height:var(--theme-text-lh)}.theme-referencies__description p:last-child{margin-bottom:0}.theme-referencies__cards{list-style:none;padding-left:0;width:100%;--bs-gutter-x: var(--ref-row-gx);--bs-gutter-y: var(--ref-row-gy)}.theme-referencies__card-wrap{display:flex}.theme-referencies__card{position:relative;display:flex;flex-direction:column;align-items:stretch;gap:var(--ref-card-gap);width:100%;color:var(--color-text);text-decoration:none;background-color:var(--color-bg-page);box-shadow:var(--theme-sm-shadow);transition:background-color var(--theme-transition),box-shadow var(--theme-transition)}.theme-referencies__card,.theme-referencies__card:visited{text-decoration:none;font-weight:400;color:var(--color-text)}@media (any-hover: hover){.theme-referencies__card:hover,.theme-referencies__card:focus-visible{background-color:var(--theme-base-light);box-shadow:var(--theme-md-shadow)}.theme-referencies__card:hover .theme-referencies__card-cta-text,.theme-referencies__card:focus-visible .theme-referencies__card-cta-text{max-width:17.5rem;opacity:1;transform:translate(0)}.theme-referencies__card:hover .theme-referencies__card-photo picture img,.theme-referencies__card:hover .theme-referencies__card-photo-img,.theme-referencies__card:focus-visible .theme-referencies__card-photo picture img,.theme-referencies__card:focus-visible .theme-referencies__card-photo-img{filter:grayscale(0%);-webkit-filter:grayscale(0%)}}.theme-referencies__card-photo{position:relative;width:100%;aspect-ratio:390/210;overflow:hidden;background-color:var(--color-light-grey)}.theme-referencies__card-photo picture,.theme-referencies__card-photo-img{position:absolute;inset:0;width:100%;height:100%}.theme-referencies__card-photo picture img,.theme-referencies__card-photo-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;filter:grayscale(100%);-webkit-filter:grayscale(100%);transition:filter var(--theme-transition)}.theme-referencies__card-photo-placeholder{position:absolute;inset:0;background:linear-gradient(135deg,#0000000d,#fff0),var(--color-light-grey)}.theme-referencies__card-body{display:flex;flex:1;flex-direction:column;align-items:stretch;gap:var(--ref-card-gap);padding:0 var(--ref-card-pad) var(--ref-card-pad)}.theme-referencies__card-badges{display:flex;flex-wrap:wrap;gap:1rem;align-items:flex-start}.theme-referencies__card-badge{display:inline-flex;align-items:center;height:var(--ref-badge-h);font-family:var(--theme-text-ff);font-weight:700;font-size:var(--ref-badge-fs);line-height:1.5;letter-spacing:0;white-space:nowrap}.theme-referencies__card-badge--primary{padding:.25rem .625rem;background-color:var(--color-bg-blue);color:var(--color-deep-blue)}.theme-referencies__card-badge--secondary{padding:.25rem .5rem;background-color:#282a2b1a;color:var(--color-text)}.theme-referencies__card-title{margin:0;font-family:var(--theme-heading-ff);font-weight:700;font-size:var(--theme-h5-fs);line-height:1.5;color:var(--color-deep-blue);hyphens:auto;-webkit-hyphens:auto}.theme-referencies__card-description{margin:0;font-family:var(--theme-text-ff);font-weight:400;font-size:var(--theme-base-fs);line-height:var(--theme-text-lh);color:var(--color-text)}.theme-referencies__card-cta{display:inline-flex;align-items:center;gap:.75rem;color:var(--color-black);margin-top:auto;align-self:flex-start}.theme-referencies__card-cta-text{display:inline-block;max-width:0;opacity:0;overflow:hidden;white-space:nowrap;transform:translate(-.5rem);transition:max-width var(--theme-transition),opacity var(--theme-transition),transform var(--theme-transition);font-family:var(--theme-heading-ff);font-weight:700;font-size:var(--theme-button-fs);line-height:var(--theme-button-lh);letter-spacing:0;text-transform:uppercase}.theme-referencies__card-cta-arrow{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:var(--ref-arrow-size);height:var(--ref-arrow-size);color:var(--color-black)}.theme-referencies__card-cta-arrow .icon{width:100%;height:100%}@media (any-hover: none){.theme-referencies__card-cta-text{max-width:17.5rem;opacity:1;transform:translate(0)}}.theme-referencies__placeholder{width:100%;text-align:center;color:var(--theme-text-color-alternative);font-style:italic;margin:0}.theme-referencies__cta{display:flex;justify-content:center}@media (min-width: 576px){.theme-referencies{--ref-py: 3rem;--ref-card-gap: 1.125rem;--ref-badge-fs: .9375rem;--ref-badge-h: 1.875rem}}@media (min-width: 768px){.theme-referencies{--ref-py: 4rem;--ref-section-gap: 1.75rem;--ref-row-gx: 1.25rem;--ref-row-gy: 1.75rem;--ref-card-gap: 1.25rem;--ref-card-pad: 1rem;--ref-badge-fs: 1rem;--ref-badge-h: 2rem;--ref-arrow-size: 2.25rem}}@media (min-width: 992px){.theme-referencies{--ref-py: 5rem;--ref-section-gap: 1.875rem;--ref-row-gx: 1.5rem;--ref-row-gy: 1.875rem;--ref-card-gap: 1.375rem;--ref-card-pad: 1.125rem;--ref-badge-fs: 1.0625rem;--ref-badge-h: 2.0625rem;--ref-arrow-size: 2.375rem}}@media (min-width: 1200px){.theme-referencies{--ref-py: 5.5rem;--ref-section-gap: 2rem;--ref-row-gx: 1.75rem;--ref-card-gap: 1.5rem;--ref-card-pad: 1.25rem;--ref-badge-fs: 1.125rem;--ref-badge-h: 2.1875rem;--ref-arrow-size: 2.5rem}}@media (min-width: 1710px){.theme-referencies{--ref-py: 6.25rem;--ref-row-gx: 1.875rem;--ref-row-gy: 2rem;--ref-card-gap: 1.5rem;--ref-card-pad: 1.25rem;--ref-badge-h: 2.1875rem}}
