:root{--color-primary:#e0004d;--color-secondary:#26a69a;--color-black:#181818;--color-white:#fff;--color-ref-brand-main-teal:#26a69a;--color-border-primary-strong:#e0004d;--color-comp-specific-btn-border-outline-default:#181818;--color-bg-static-base-strongest:#181818;--color-bg-static-base-subtle:#f1f1f1;--color-bg-static-base-default:#e1e1e1;--color-bg-static-secondary-strong:#188c8c}.bg-primary-default{background-color:#e0004d}.bg-white{background-color:#fff}:root{--color-text-primary-default:#e0004d;--color-text-base-subtlest:#8d8d8d;--color-text-base-inverse:#f9f9f9;--color-text-base-subtle:#5b5b5b;--color-comp-specific-btn-text-icon-outline-default:#181818}.grid-cols{display:grid;gap:var(--spacing-lg);width:100%}.grid-cols.size-2{grid-template-columns:repeat(2,1fr)}.grid-cols.size-3{grid-template-columns:repeat(3,1fr)}@media screen and (max-width:990px){.grid-cols.size-3{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:768px){.grid-cols.size-3{grid-template-columns:1fr}}.grid-cols.size-4{grid-template-columns:repeat(4,1fr)}@media screen and (max-width:990px){.grid-cols.size-4{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:768px){.grid-cols.size-4{grid-template-columns:1fr}}.grid-cols.align-center{align-items:center;justify-content:center}.grid-cols.gap-xl{gap:var(--spacing-xl6)}@media screen and (max-width:768px){.grid-cols.gap-xl{gap:var(--spacing-xl2)}}.grid-cols.gap-lg{gap:var(--spacing-lg)}@media screen and (max-width:768px){.grid-cols.gap-lg{gap:var(--spacing-md)}}.grid-cols.gap-md{gap:var(--spacing-md)}@media screen and (max-width:768px){.grid-cols.gap-md{gap:var(--spacing-md)}.grid-cols{display:flex;flex-direction:column}}
