/*
** wrapper
*/

.wrap__width--l,
.wrap__width--m,
.wrap__width--s {
  width: calc(var(--wrap-size--xl) * 100%);
}