.columns-boxed.bg--dark .columns-boxed__title{color:#fff}.columns-boxed.bg--dark .columns-boxed__text{color:#a8a7a9}.columns-boxed.bg--dark .column-boxed__text,.columns-boxed.bg--dark .columns-boxed__text--after{color:#fff}.columns-boxed.bg--dark .column-boxed__arrow{background:rgba(227,227,225,.3)}.columns-boxed__title{margin-bottom:1.6rem}.columns-boxed__grid{display:grid;margin-top:4.8rem;margin-bottom:4.8rem}.columns-boxed__grid.col__2{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:4rem}.columns-boxed__grid.col__2 .column__item:not(:last-child)::after{right:-8rem}@media only screen and (max-width:1580.98px){.columns-boxed__grid.col__2 .column__item:not(:last-child)::after{right:-4rem}}@media only screen and (max-width:992.98px){.columns-boxed__grid.col__2{grid-template-columns:auto;gap:3rem}.columns-boxed__grid.col__2 .column__item:not(:last-child)::after{right:0;bottom:-4rem}}.columns-boxed__grid.col__3{grid-template-columns:repeat(3,minmax(0,1fr));gap:4rem}@media only screen and (max-width:640.98px){.columns-boxed__grid.col__3{grid-template-columns:auto}}.columns-boxed__grid.col__3 .column__item:not(:last-child)::after{right:-4rem}@media only screen and (max-width:1366.98px){.columns-boxed__grid.col__3 .column__item:not(:last-child)::after{right:-2rem}.columns-boxed__grid.col__4{column-gap:4rem}}@media only screen and (max-width:992.98px){.columns-boxed__grid.col__3{grid-template-columns:auto;gap:3rem}.columns-boxed__grid.col__3 .column__item:not(:last-child)::after{right:0;width:100%;height:.1rem;bottom:-2rem}}.columns-boxed__grid.col__4{grid-template-columns:repeat(4,minmax(0,1fr));gap:4rem}@media only screen and (max-width:1024.98px){.columns-boxed__grid.col__4{grid-template-columns:repeat(2,minmax(0,1fr));gap:3rem}}@media only screen and (max-width:640.98px){.columns-boxed__grid.col__4{grid-template-columns:auto}}.columns-boxed__grid.col__4 .column__item:not(:last-child)::after{right:-4rem}@media only screen and (max-width:1366.98px){.columns-boxed__grid.col__4 .column__item:not(:last-child)::after{right:-2rem}}@media only screen and (max-width:992.98px){.columns-boxed__grid.col__4 .column__item:not(:last-child)::after{right:0;width:100%;height:.1rem;bottom:-2rem}}.columns-boxed hr{background:#666569;margin:8rem 0 0}.column-boxed__helper{display:grid;row-gap:2rem}.column-boxed__item{display:grid;align-content:start;position:relative;border-radius:.4rem;border:.1rem solid rgba(var(--theme-color-rgb),.4);padding:2.4rem;column-gap:.8rem;transition:background .3s;background:rgba(var(--theme-color-rgb),.04);gap:2rem;align-content:space-between}.column-boxed__item:hover{background:rgba(var(--theme-color-rgb),.08)}.column-boxed__item:hover.has__link .column-boxed__arrow::after{transform:translate(0,0)}.column-boxed__title{color:var(--theme-color);margin-bottom:0}.column-boxed__text{margin-bottom:0}.column-boxed__arrow{position:relative;width:4rem;height:4rem;border-radius:50%;background:rgba(0,0,0,.3);backdrop-filter:blur(1rem);border:none;overflow:hidden}.column-boxed__arrow::before{content:"\f061";position:absolute;top:0;left:0;font:1.8rem/1 var(--icon);width:100%;height:100%;display:grid;color:#fff;place-items:center;z-index:1;transition:color .25s linear}.column-boxed__arrow::after{content:"";position:absolute;bottom:0;left:0;width:200%;height:200%;background:linear-gradient(45deg,var(--theme-color) 0,var(--theme-color) 50%,transparent 50%,transparent 100%);transition:transform .25s linear;transform:translate(-50%,50%)}